Skip to content

Commit

Permalink
Print client install log
Browse files Browse the repository at this point in the history
  • Loading branch information
justin-stephenson committed Nov 20, 2024
1 parent e6b1619 commit 66110bc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/ansible/roles/client/tasks/enroll_IPA.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,14 @@
--domain {{ ipa_domain | quote }} \
--principal admin \
--password {{ ipa_password | quote }}
cat /var/log/ipaclient-install.log
ignore_errors: true
args:
creates: /etc/ipa/ca.crt

- name: force a failure
command: /bin/false

- name: Stat {{ ipa_keytab }}
stat:
path: "{{ ipa_keytab }}"
Expand Down

0 comments on commit 66110bc

Please sign in to comment.