mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
'when: X' -> 'when: X | bool' for Ansibl 2.8
This commit is contained in:
parent
176abdd2f5
commit
3a1ccf3638
89 changed files with 248 additions and 248 deletions
|
@ -37,7 +37,7 @@
|
|||
enabled: yes
|
||||
tags:
|
||||
- samba
|
||||
when: samba_enabled
|
||||
when: samba_enabled | bool
|
||||
|
||||
- name: Enable & Start NetBIOS name server ({{ nmb_service }})
|
||||
service:
|
||||
|
@ -46,7 +46,7 @@
|
|||
enabled: yes
|
||||
tags:
|
||||
- samba
|
||||
when: samba_enabled
|
||||
when: samba_enabled | bool
|
||||
|
||||
- name: Disable Samba if not samba_enabled
|
||||
service:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue