Skip to content

Commit e2f7204

Browse files
committed
Add debug for lab_domain
Signed-off-by: Dan Mick <dmick@redhat.com>
1 parent 26a03f2 commit e2f7204

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

roles/testnode/tasks/resolvconf.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@
4949
(ansible_distribution|lower == 'ubuntu' and
5050
ansible_distribution_major_version|int == 16)
5151

52+
- name: show lab_domain
53+
debug:
54+
msg: lab_domain is {{ lab_domain }}
55+
5256
- name: Ensure lab_domain is in search domains in /etc/resolv.conf
5357
lineinfile:
5458
dest: /etc/resolv.conf

0 commit comments

Comments
 (0)