Fix risky-file-permissions because of unpecified mode

This commit is contained in:
2024-10-28 18:37:44 +01:00
parent f788767839
commit adde811f47
4 changed files with 11 additions and 1 deletions

View File

@@ -21,6 +21,7 @@
ansible.builtin.template:
src: "{{ item.src }}"
dest: /tmp/{{ item.dest_prefix }}-{{ hostname }}.yml
mode: '0644'
loop:
- { src: cloud-user-data.yml.j2, dest_prefix: cloud-user-data }
- { src: cloud-network-config.yml.j2, dest_prefix: cloud-network-config }