Skip to content

Commit 9340292

Browse files
committed
Update tests/tasks/setup_ipa.yml
- Cleanup non-inclusive words. - Fix ansible-lint warnings.
1 parent dc66886 commit 9340292

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/tasks/setup_ipa.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
when: __is_beaker_env
1111

1212
- name: Clone ansible-freeipa repo
13+
# noqa git-latest
1314
git:
1415
repo: https://github.com/freeipa/ansible-freeipa
1516
dest: /tmp/freeipa-repo
@@ -52,6 +53,7 @@
5253
rescue:
5354
- name: FAILURE - check entropy
5455
command: cat /proc/sys/kernel/random/entropy_avail
56+
changed_when: false
5557
- name: FAILURE - get logs for debugging
5658
shell: |-
5759
set -euo pipefail
@@ -64,6 +66,7 @@
6466
chmod '0644' /tmp/ipalogs.tgz
6567
args:
6668
warn: false # suppress 'unarchive' warning
69+
changed_when: false
6770
- name: FAILURE - grab archive
6871
fetch:
6972
src: /tmp/ipalogs.tgz
@@ -78,6 +81,7 @@
7881
args:
7982
warn: false # suppress 'unarchive' warning
8083
delegate_to: 127.0.0.1
84+
changed_when: false
8185
- name: failed
8286
fail:
8387
msg: failed

0 commit comments

Comments
 (0)