Skip to content

Commit 82ffd5e

Browse files
committed
Fix changed issue
Signed-off-by: François Ponchon <[email protected]>
1 parent 0b47411 commit 82ffd5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/prelim.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@
168168
modification_time: preserve
169169
access_time: preserve
170170
register: prelim_pwquality_dummy
171-
changed_when: prelim_pwquality_dummy.diff == "absent"
171+
changed_when: prelim_pwquality_dummy.changed
172172
loop:
173173
- { path: '/etc/security/pwquality.conf.d', state: 'directory' }
174174
- { path: '/etc/security/pwquality.conf.d/cis_dummy.conf', state: 'touch' }

0 commit comments

Comments
 (0)