Skip to content

Commit 1b567a6

Browse files
committed
space-separated list for noqa
1 parent 0b4b55c commit 1b567a6

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
@@ -22,7 +22,7 @@
2222
changed_when: false
2323
register: current_repo_meta
2424

25-
- name: Update the repository's meta information # noqa: [inline-env-var, no-changed-when]
25+
- name: Update the repository's meta information # noqa: inline-env-var no-changed-when
2626
ansible.builtin.command:
2727
cmd: "cvmfs_server update-repoinfo -f {{ tmp_json_file.path }} {{ this_cvmfs_repo.repository }}"
2828
when: (current_repo_meta.stdout | checksum) != json_file_stat.stat.checksum

0 commit comments

Comments
 (0)