Lint fixes

This commit is contained in:
danielkubat 2020-12-12 22:31:26 +01:00
parent ed531cf332
commit e7c8997f9f

View File

@ -31,6 +31,7 @@
{{ ( force_purge | bool ) | ternary('--force','') }} {{ ( force_purge | bool ) | ternary('--force','') }}
--role-file {{ installation_prefix }}roles/requirements.yml --role-file {{ installation_prefix }}roles/requirements.yml
--roles-path {{ installation_prefix }}{{ roles_installation_dir }} --roles-path {{ installation_prefix }}{{ roles_installation_dir }}
changed_when: false
- name: Install needed collections - name: Install needed collections
command: > command: >
@ -38,6 +39,7 @@
{{ ( force_purge | bool ) | ternary('--force-with-deps','') }} {{ ( force_purge | bool ) | ternary('--force-with-deps','') }}
-r {{ installation_prefix }}roles/requirements.yml -r {{ installation_prefix }}roles/requirements.yml
-p {{ installation_prefix }}{{ collection_installation_dir }} -p {{ installation_prefix }}{{ collection_installation_dir }}
changed_when: false
- name: cleanup old ssh known_hosts - remove - name: cleanup old ssh known_hosts - remove
file: file: