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
This commit is contained in:
Chris Hammer 2020-11-05 16:24:03 -05:00
parent ab98ae91cf
commit 4de23ff889
2 changed files with 2 additions and 1 deletions

View File

@ -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 ###

View File

@ -1,5 +1,5 @@
---
- hosts: dhcpd_nodes
- hosts: all
become: yes
gather_facts: yes