-------------------------- * 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
9 lines
84 B
YAML
9 lines
84 B
YAML
---
|
|
- hosts: all
|
|
become: yes
|
|
gather_facts: yes
|
|
|
|
|
|
roles:
|
|
- role: zen_dhcpd
|