condition virt_use_samba bool with a flag
This commit is contained in:
parent
21d291154d
commit
20dfeb03c4
2 changed files with 3 additions and 0 deletions
|
@ -124,6 +124,7 @@
|
|||
- -m
|
||||
- virt_use_samba
|
||||
- --on
|
||||
when: selinux_virt_use_samba
|
||||
- name: "Setup Containers"
|
||||
block:
|
||||
- name: "Copy environment file"
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
# Set this to true if you want to mount SAMBA volumes inside containers.
|
||||
selinux_virt_use_samba: true
|
||||
base_directory: "/peertube"
|
||||
peertube:
|
||||
env_file: "environment_file"
|
||||
|
|
Loading…
Add table
Reference in a new issue