Skip to content

Commit 6830f97

Browse files
committed
fix Rocky-9-GenericCloud-Base-9.4-20240523.0.x86_64.qcow2 /etc permissions
1 parent b9c68dd commit 6830f97

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

ansible/bootstrap.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,14 @@
4141
gather_facts: false
4242
become: yes
4343
tasks:
44+
- name: Fix incorrect permissions on /etc in Rocky-9-GenericCloud-Base-9.4-20240523.0.x86_64.qcow2
45+
# breaks munge
46+
file:
47+
path: /etc
48+
state: directory
49+
owner: root
50+
group: root
51+
mode: u=rwx,go=rx # has g=rwx
4452
- name: Prevent ssh hanging if shared home is unavailable
4553
lineinfile:
4654
path: /etc/profile

0 commit comments

Comments
 (0)