From 4de23ff88931d678cf1086ea5b1ed70a262263f9 Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Thu, 5 Nov 2020 16:24:03 -0500 Subject: [PATCH] 0.1.20-DEV-20201105-162349 -------------------------- * FIX: - changing hosts from dhcpd_nodes to all in order to fix ci for now - ...forgot to actually save my .gitlab-ci.yml edit; done now --- .gitlab-ci.yml | 1 + zen_dhcpd.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0cc878c..7fc3fbe 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -68,6 +68,7 @@ stages: - ls -ltr - ansible-galaxy install -r roles/requirements.yml - ansible-playbook -v -i '127.0.0.1,' --connection=local ${ANSIBLE_EXTRA_VARS} ${ANSIBLE_PLAY} + - cat /etc/dhcp/dhcpd.conf ### END TEMPLATES ### diff --git a/zen_dhcpd.yml b/zen_dhcpd.yml index 83772f1..e464f99 100644 --- a/zen_dhcpd.yml +++ b/zen_dhcpd.yml @@ -1,5 +1,5 @@ --- -- hosts: dhcpd_nodes +- hosts: all become: yes gather_facts: yes