mirror of
https://github.com/rocky-linux/infrastructure
synced 2024-11-25 06:31:27 +00:00
Lint fixes
This commit is contained in:
parent
ed531cf332
commit
e7c8997f9f
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user