mising libexec dir

This commit is contained in:
Louis Abel 2023-09-05 01:46:30 -07:00
parent f80f1ddabf
commit c9be14e8fa
Signed by: label
GPG Key ID: 3331F061D1D9990E
1 changed files with 8 additions and 0 deletions

View File

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