lbu commit doesn't need a full role
parent
430d330021
commit
a8e2e7dece
|
@ -120,8 +120,11 @@
|
|||
- snitch
|
||||
- suricata
|
||||
become: true
|
||||
roles:
|
||||
- lbu_commit
|
||||
post_tasks:
|
||||
- name: lbu commit
|
||||
lbu:
|
||||
commit: true
|
||||
when: ansible_distribution == "Alpine" and alpine_mode in ["diskless", "data"]
|
||||
|
||||
- name: mount ro
|
||||
hosts:
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
- name: lbu commit
|
||||
lbu:
|
||||
commit: true
|
||||
when: ansible_distribution == "Alpine" and alpine_mode in ["diskless", "data"]
|
Loading…
Reference in New Issue