issue #587: "state: absent" was removed in 2.8.0

ansible/cc9c72d6f845710b24e952670b534a57f6948513
This commit is contained in:
David Wilson 2019-05-26 12:06:14 +01:00
parent 92b4724010
commit 8a18d1862e
1 changed files with 0 additions and 1 deletions

View File

@ -10,5 +10,4 @@
- assert:
that:
- out.state == 'absent'
- out.msg == 'file (/usr/bin/does-not-exist) is absent, cannot continue'