Skip to content

Commit 2172fc8

Browse files
committed
octal as string
1 parent 93b4ec7 commit 2172fc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/cvmfs_server_meta_info/tasks/repo_meta_info.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
ansible.builtin.copy:
1010
content: "{{ cvmfs_server_meta_info_repo | combine(this_cvmfs_repo_meta) | to_nice_json(indent=2, sort_keys=false) }}"
1111
dest: "{{ tmp_json_file.path }}"
12-
mode: 0644
12+
mode: "0644"
1313

1414
- name: Calculate the checksum of the json file
1515
ansible.builtin.stat:

0 commit comments

Comments
 (0)