mirror of
https://github.com/rocky-linux/infrastructure
synced 2024-11-15 18:21:24 +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
|
-r {{ installation_prefix }}roles/requirements.yml
|
||||||
-p {{ installation_prefix }}{{ collection_installation_dir }}
|
-p {{ installation_prefix }}{{ collection_installation_dir }}
|
||||||
|
|
||||||
- name: cleanup old ssh known_hosts
|
- name: cleanup old ssh known_hosts - remove
|
||||||
file:
|
file:
|
||||||
path: "../tmp/known_hosts"
|
path: "../tmp/known_hosts"
|
||||||
state: absent
|
state: absent
|
||||||
- file:
|
mode: "0644"
|
||||||
|
|
||||||
|
- name: cleanup old ssh known_hosts - blank
|
||||||
|
file:
|
||||||
path: "../tmp/known_hosts"
|
path: "../tmp/known_hosts"
|
||||||
state: touch
|
state: touch
|
||||||
|
mode: "0644"
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
include_vars: "{{ item }}"
|
include_vars: "{{ item }}"
|
||||||
with_first_found:
|
with_first_found:
|
||||||
- "ipaserver.yml"
|
- "ipaserver.yml"
|
||||||
when: "'ipa' in group_names"
|
when: "'ipaserver' in group_names"
|
||||||
|
|
||||||
- name: Check if system is EFI
|
- name: Check if system is EFI
|
||||||
stat:
|
stat:
|
||||||
|
Loading…
Reference in New Issue
Block a user