1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-03-22 05:09:12 +00:00

Fix typo in fatpak tests: state=preset → state=present (#585)

This commit is contained in:
Jon Dufresne 2020-06-25 23:31:53 -07:00 committed by GitHub
parent 114bd75c89
commit 16cd8e49d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -12,7 +12,7 @@
assert:
that:
- "addition_result.changed == true"
msg: "state=preset shall add flatpak when absent"
msg: "state=present shall add flatpak when absent"
- name: Test idempotency of addition - {{ method }}
flatpak_remote: