feat: implement new role layout
This commit is contained in:
parent
4fe74300c7
commit
ea184b0c03
3 changed files with 6 additions and 41 deletions
|
|
@ -4,7 +4,7 @@
|
|||
- name: "install and configure a DHCP server"
|
||||
hosts: "all"
|
||||
become: true
|
||||
pre_tasks:
|
||||
tasks:
|
||||
|
||||
# due to semaphore bug we need to do this ourselves
|
||||
- name: "force-update requirements"
|
||||
|
|
@ -15,5 +15,7 @@
|
|||
changed_when: false
|
||||
failed_when: false
|
||||
|
||||
roles:
|
||||
- role: "dhcp"
|
||||
# execute the role
|
||||
- name: "execute role: dhcp"
|
||||
ansible.builtin.include_role:
|
||||
name: "dhcp"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue