mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 12:07:34 +08:00
do not report check as changed
This commit is contained in:
committed by
Pierre-Yves Chibon
parent
101ffe36dc
commit
02dd348fe1
@@ -23,6 +23,7 @@
|
||||
- name: Check swap file type
|
||||
command: file {{ swap_file_path }}
|
||||
register: swapfile
|
||||
changed_when: False
|
||||
tags:
|
||||
- swap.file.mkswap
|
||||
- swap
|
||||
|
||||
Reference in New Issue
Block a user