indent fixes
This commit is contained in:
parent
0aab6b6612
commit
f1079070a4
2 changed files with 27 additions and 26 deletions
|
@ -7,6 +7,7 @@
|
||||||
- name: Create authselect profile
|
- name: Create authselect profile
|
||||||
shell: authselect create-profile sudo-dom0-prompt --base-on=sssd --symlink-meta --symlink-pam
|
shell: authselect create-profile sudo-dom0-prompt --base-on=sssd --symlink-meta --symlink-pam
|
||||||
when: not stat_result.stat.exists
|
when: not stat_result.stat.exists
|
||||||
|
|
||||||
- name: Copy authselect file
|
- name: Copy authselect file
|
||||||
ansible.builtin.copy:
|
ansible.builtin.copy:
|
||||||
src: '/etc/authselect/custom/sudo-dom0-prompt/system-auth'
|
src: '/etc/authselect/custom/sudo-dom0-prompt/system-auth'
|
||||||
|
|
Loading…
Reference in a new issue