mirror of
https://github.com/rocky-linux/infrastructure
synced 2024-11-24 22:21:26 +00:00
linting changes, prepping for pam/authselect
This commit is contained in:
parent
525802e753
commit
1b185b581d
@ -39,10 +39,14 @@
|
||||
-r {{ installation_prefix }}roles/requirements.yml
|
||||
-p {{ installation_prefix }}{{ collection_installation_dir }}
|
||||
|
||||
- name: cleanup old ssh known_hosts
|
||||
- name: cleanup old ssh known_hosts - remove
|
||||
file:
|
||||
path: "../tmp/known_hosts"
|
||||
state: absent
|
||||
- file:
|
||||
mode: "0644"
|
||||
|
||||
- name: cleanup old ssh known_hosts - blank
|
||||
file:
|
||||
path: "../tmp/known_hosts"
|
||||
state: touch
|
||||
mode: "0644"
|
||||
|
@ -10,7 +10,7 @@
|
||||
include_vars: "{{ item }}"
|
||||
with_first_found:
|
||||
- "ipaserver.yml"
|
||||
when: "'ipa' in group_names"
|
||||
when: "'ipaserver' in group_names"
|
||||
|
||||
- name: Check if system is EFI
|
||||
stat:
|
||||
|
Loading…
Reference in New Issue
Block a user