1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_base.git synced 2024-08-16 14:29:50 +02:00
This commit is contained in:
L3D 2020-10-26 18:02:09 +01:00 committed by Lilian Roller
parent 2526916007
commit bfa248ba7a
No known key found for this signature in database
GPG key ID: 5215C3441797AB2B

View file

@ -42,5 +42,5 @@
copy:
content: "{{ playbook_version_number }}"
dest: "/etc/.ansible-version/{{ playbook_version_path }}"
mode: 0644
mode: '0644'
when: submodules_versioncheck|bool