Dustin 2025-06-30 09:07:20 -05:00
parent 0a0ff374f2
commit e35cb058f1
1 changed files with 2 additions and 1 deletions

View File

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