Skip to content

Commit

Permalink
Add debug for lab_domain
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Mick <[email protected]>
  • Loading branch information
Dan Mick committed Apr 12, 2024
1 parent 26a03f2 commit e2f7204
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions roles/testnode/tasks/resolvconf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@
(ansible_distribution|lower == 'ubuntu' and
ansible_distribution_major_version|int == 16)

- name: show lab_domain
debug:
msg: lab_domain is {{ lab_domain }}

- name: Ensure lab_domain is in search domains in /etc/resolv.conf
lineinfile:
dest: /etc/resolv.conf
Expand Down

0 comments on commit e2f7204

Please sign in to comment.