linting changes, prepping for pam/authselect

This commit is contained in:
nazunalika 2020-12-12 11:46:20 -07:00
parent 525802e753
commit 1b185b581d
2 changed files with 7 additions and 3 deletions

View File

@ -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"

View File

@ -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: