mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-12-08 10:26:35 +00:00
Optimized variable conditions for ansible update 2.18 -> 2.20
This commit is contained in:
@@ -36,4 +36,4 @@
|
||||
vars:
|
||||
plugin_key: "{{ plugin_item.key }}"
|
||||
plugin_value: "{{ plugin_item.value }}"
|
||||
when: NEXTCLOUD_PLUGINS_ENABLED
|
||||
when: NEXTCLOUD_PLUGINS_ENABLED | bool
|
||||
|
||||
Reference in New Issue
Block a user