feat: implement new role layout
This commit is contained in:
parent
3794c3455c
commit
826da6be89
3 changed files with 6 additions and 41 deletions
|
|
@ -5,7 +5,7 @@
|
|||
hosts: "all"
|
||||
serial: 2
|
||||
become: true
|
||||
pre_tasks:
|
||||
tasks:
|
||||
|
||||
# due to semaphore bug we need to do this ourselves
|
||||
- name: "force-update requirements"
|
||||
|
|
@ -16,5 +16,7 @@
|
|||
changed_when: false
|
||||
failed_when: false
|
||||
|
||||
roles:
|
||||
- role: "common"
|
||||
# execute the role
|
||||
- name: "execute role: common"
|
||||
ansible.builtin.include_role:
|
||||
name: "common"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue