1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_etebase.git synced 2024-08-16 10:19:52 +02:00

avoid wrong file permissions

This commit is contained in:
L3D 2023-10-23 23:16:28 +02:00
parent f142c8ae63
commit 85f8a65d28
No known key found for this signature in database
GPG key ID: AD65B920933B4B20

View file

@ -7,7 +7,7 @@
ansible.builtin.file:
path: '/etc/.ansible-version'
state: directory
mode: 0755
mode: "0755"
when: submodules_versioncheck | bool
- name: Check playbook version