Skip to content

Commit 8050197

Browse files
committed
Don't change all fact files to executables
We do create some files like[1] that are not executables. If bootstrap service is run multiple times this would causes issues. [1] https://github.com/openstack-k8s-operators/edpm-ansible/blob/main/roles/edpm_bootstrap/tasks/bootstrap_command.yml#L36 jira: https://issues.redhat.com/browse/OSPRH-20166 Signed-off-by: rabi <[email protected]>
1 parent 5a1d380 commit 8050197

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

roles/edpm_bootstrap/tasks/bootc.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
ansible.builtin.file:
3030
state: directory
3131
path: /etc/ansible/facts.d
32-
recurse: true
3332
mode: '755'
3433

3534
- name: Ensure /etc/ansible/facts.d/bootc.fact exists

0 commit comments

Comments
 (0)