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 0b4b55c commit 1b567a6Copy full SHA for 1b567a6
roles/cvmfs_server_meta_info/tasks/repo_meta_info.yml
@@ -22,7 +22,7 @@
22
changed_when: false
23
register: current_repo_meta
24
25
-- name: Update the repository's meta information # noqa: [inline-env-var, no-changed-when]
+- name: Update the repository's meta information # noqa: inline-env-var no-changed-when
26
ansible.builtin.command:
27
cmd: "cvmfs_server update-repoinfo -f {{ tmp_json_file.path }} {{ this_cvmfs_repo.repository }}"
28
when: (current_repo_meta.stdout | checksum) != json_file_stat.stat.checksum
0 commit comments