mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
Clean up integration tests. (#17991)
This commit is contained in:
@@ -66,7 +66,7 @@
|
||||
- assert:
|
||||
that:
|
||||
- "stat_result.stat.md5 == '5eb63bbbe01eeed093cb22bb8f5acdc3'"
|
||||
when: ansible_fips != True
|
||||
when: ansible_fips|bool != True
|
||||
|
||||
- name: make a symlink
|
||||
file:
|
||||
@@ -166,5 +166,5 @@
|
||||
- assert:
|
||||
that:
|
||||
- "stat_result.stat.md5 == '5eb63bbbe01eeed093cb22bb8f5acdc3'"
|
||||
when: ansible_fips != True
|
||||
when: ansible_fips|bool != True
|
||||
|
||||
|
||||
Reference in New Issue
Block a user