xxx
parent
0a0ff374f2
commit
e35cb058f1
|
@ -12,6 +12,8 @@
|
||||||
args:
|
args:
|
||||||
creates: /usr/share/licenses/python3-libdnf5
|
creates: /usr/share/licenses/python3-libdnf5
|
||||||
when: ansible_pkg_mgr == 'dnf5'
|
when: ansible_pkg_mgr == 'dnf5'
|
||||||
|
tags:
|
||||||
|
- install
|
||||||
|
|
||||||
- name: ensure selinux python bindings are installed
|
- name: ensure selinux python bindings are installed
|
||||||
package:
|
package:
|
||||||
|
@ -33,7 +35,6 @@
|
||||||
- name: ensure ssh keys are authorized for root login
|
- name: ensure ssh keys are authorized for root login
|
||||||
ansible.posix.authorized_key:
|
ansible.posix.authorized_key:
|
||||||
user: root
|
user: root
|
||||||
exclusive: true
|
|
||||||
key: '{{ root_authorized_keys }}'
|
key: '{{ root_authorized_keys }}'
|
||||||
when: root_authorized_keys is defined
|
when: root_authorized_keys is defined
|
||||||
tags:
|
tags:
|
||||||
|
|
Loading…
Reference in New Issue