lbu commit doesn't need a full role
parent
430d330021
commit
a8e2e7dece
|
@ -120,8 +120,11 @@
|
||||||
- snitch
|
- snitch
|
||||||
- suricata
|
- suricata
|
||||||
become: true
|
become: true
|
||||||
roles:
|
post_tasks:
|
||||||
- lbu_commit
|
- name: lbu commit
|
||||||
|
lbu:
|
||||||
|
commit: true
|
||||||
|
when: ansible_distribution == "Alpine" and alpine_mode in ["diskless", "data"]
|
||||||
|
|
||||||
- name: mount ro
|
- name: mount ro
|
||||||
hosts:
|
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