There was an error while loading. Please reload this page.
1 parent dc66886 commit 604afeaCopy full SHA for 604afea
2 files changed
.ansible-lint
@@ -1,3 +1,4 @@
1
---
2
skip_list:
3
+- '401'
4
- '403'
tests/tasks/setup_ipa.yml
@@ -52,6 +52,7 @@
52
rescue:
53
- name: FAILURE - check entropy
54
command: cat /proc/sys/kernel/random/entropy_avail
55
+ changed_when: false
56
- name: FAILURE - get logs for debugging
57
shell: |-
58
set -euo pipefail
@@ -64,6 +65,7 @@
64
65
chmod '0644' /tmp/ipalogs.tgz
66
args:
67
warn: false # suppress 'unarchive' warning
68
69
- name: FAILURE - grab archive
70
fetch:
71
src: /tmp/ipalogs.tgz
@@ -78,6 +80,7 @@
78
80
79
81
82
delegate_to: 127.0.0.1
83
84
- name: failed
85
fail:
86
msg: failed
0 commit comments