Clean up integration tests. (#17991)

This commit is contained in:
Matt Clay
2016-10-12 19:33:12 -07:00
committed by GitHub
parent 65ea24f4bb
commit 410b96d716
7 changed files with 182 additions and 179 deletions

View File

@@ -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