Skip to content
Snippets Groups Projects
Commit 92153835 authored by Major Hayden's avatar Major Hayden
Browse files

Use check_mode instead of always_run

This patch changes the `always_run: yes` task option to
`check_mode: no` to avoid Ansible warnings.
parent ebfe1cd3
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
shell: ls -1 /etc/ceph/*.keyring
changed_when: false
register: ceph_keys
always_run: true
check_mode: no
- name: set keys permissions
file:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment