1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-07-08 11:39:02 +00:00

Fix broken backup. (#54290)

This commit is contained in:
Felix Fontein 2019-03-25 14:19:25 +01:00 committed by Martin Krizek
parent 534c833bb3
commit 5d460ae865
2 changed files with 6 additions and 6 deletions

View file

@ -115,14 +115,14 @@
- passphrase_5 is changed
- passphrase_1.backup_file is undefined
- passphrase_2.backup_file is undefined
- passphrase_3.backup_file is not none
- passphrase_3.backup_file is string
- passphrase_4.backup_file is undefined
- passphrase_5.backup_file is not none
- passphrase_5.backup_file is string
- name: Validate remove
assert:
that:
- remove_1 is changed
- remove_2 is not changed
- remove_1.backup_file is not none
- remove_1.backup_file is string
- remove_2.backup_file is undefined