mirror of
https://github.com/roles-ansible/ansible_role_etebase.git
synced 2024-08-16 10:19:52 +02:00
Merge pull request #29 from roles-ansible/l
avoid wrong file permissions
This commit is contained in:
commit
6ec64ed8c1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue