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

Merge branch 'lintfix' into 'master'

fixes for lint. no changes to logic

See merge request !455
parents 8dbc2567 61cbaeae
No related branches found
No related tags found
1 merge request!455fixes for lint. no changes to logic
......@@ -28,8 +28,8 @@
register: stat_ucx
- name: Create ucx directory if it does not exist
ansible.builtin.file:
path: /usr/local/ucx/
file:
path: '/usr/local/ucx/'
state: directory
owner: damienl
group: systems
......@@ -48,9 +48,9 @@
register: newucx
- name: symlink ucx to latest
ansible.builtin.file:
src: /usr/local/ucx/1.8.0
dest: /usr/local/ucx/latest
file:
src: '/usr/local/ucx/1.8.0'
dest: '/usr/local/ucx/latest'
state: link
owner: damienl
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