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