We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93b4ec7 commit 2172fc8Copy full SHA for 2172fc8
roles/cvmfs_server_meta_info/tasks/repo_meta_info.yml
@@ -9,7 +9,7 @@
9
ansible.builtin.copy:
10
content: "{{ cvmfs_server_meta_info_repo | combine(this_cvmfs_repo_meta) | to_nice_json(indent=2, sort_keys=false) }}"
11
dest: "{{ tmp_json_file.path }}"
12
- mode: 0644
+ mode: "0644"
13
14
- name: Calculate the checksum of the json file
15
ansible.builtin.stat:
0 commit comments