Skip to content
Snippets Groups Projects
Commit 61cbaeae authored by Andreas Hamacher's avatar Andreas Hamacher
Browse files

fixes for lint. no changes to logic

parent 8dbc2567
No related branches found
No related tags found
No related merge requests found
...@@ -28,8 +28,8 @@ ...@@ -28,8 +28,8 @@
register: stat_ucx register: stat_ucx
- name: Create ucx directory if it does not exist - name: Create ucx directory if it does not exist
ansible.builtin.file: file:
path: /usr/local/ucx/ path: '/usr/local/ucx/'
state: directory state: directory
owner: damienl owner: damienl
group: systems group: systems
...@@ -48,9 +48,9 @@ ...@@ -48,9 +48,9 @@
register: newucx register: newucx
- name: symlink ucx to latest - name: symlink ucx to latest
ansible.builtin.file: file:
src: /usr/local/ucx/1.8.0 src: '/usr/local/ucx/1.8.0'
dest: /usr/local/ucx/latest dest: '/usr/local/ucx/latest'
state: link state: link
owner: damienl owner: damienl
group: systems group: systems
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment