matrix_maubot: Correct selinux disable variable name
This commit is contained in:
parent
9f53177b13
commit
16dd1777be
2 changed files with 2 additions and 2 deletions
|
@ -45,4 +45,4 @@ matrix_maubot_image_version: "{{ matrix_maubot_version }}"
|
|||
matrix_maubot_database_image_version: "{{ matrix_maubot_database_version }}-alpine"
|
||||
|
||||
# Enable or disable selinux handling
|
||||
matrix_selinux_enabled: true
|
||||
matrix_maubot_selinux_enabled: true
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
- "{{ matrix_maubot_database_location }}"
|
||||
- "{{ matrix_maubot_data_location }}"
|
||||
when:
|
||||
- matrix_selinux_enabled
|
||||
- matrix_maubot_selinux_enabled
|
||||
become: true
|
||||
|
||||
- name: Create install directory
|
||||
|
|
Loading…
Add table
Reference in a new issue