mising libexec dir
This commit is contained in:
parent
f80f1ddabf
commit
c9be14e8fa
@ -7,6 +7,14 @@
|
||||
mode: '0755'
|
||||
state: directory
|
||||
|
||||
- name: Ensure libexec exists
|
||||
ansible.builtin.file:
|
||||
path: "/usr/libexec/rocky"
|
||||
owner: root
|
||||
group: root
|
||||
mode: '0755'
|
||||
state: directory
|
||||
|
||||
- name: Generate repo file for RSS feed data
|
||||
ansible.builtin.template:
|
||||
src: "etc/yum.repos.d/rss.repo.j2"
|
||||
|
Loading…
Reference in New Issue
Block a user