mirror of
https://github.com/rocky-linux/infrastructure
synced 2024-11-22 05:01:27 +00:00
Lint fixes
This commit is contained in:
parent
ed531cf332
commit
e7c8997f9f
@ -31,6 +31,7 @@
|
||||
{{ ( force_purge | bool ) | ternary('--force','') }}
|
||||
--role-file {{ installation_prefix }}roles/requirements.yml
|
||||
--roles-path {{ installation_prefix }}{{ roles_installation_dir }}
|
||||
changed_when: false
|
||||
|
||||
- name: Install needed collections
|
||||
command: >
|
||||
@ -38,6 +39,7 @@
|
||||
{{ ( force_purge | bool ) | ternary('--force-with-deps','') }}
|
||||
-r {{ installation_prefix }}roles/requirements.yml
|
||||
-p {{ installation_prefix }}{{ collection_installation_dir }}
|
||||
changed_when: false
|
||||
|
||||
- name: cleanup old ssh known_hosts - remove
|
||||
file:
|
||||
|
Loading…
Reference in New Issue
Block a user