mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-12-09 02:45:17 +00:00
Optimized variable conditions for ansible update 2.18 -> 2.20
This commit is contained in:
@@ -56,7 +56,7 @@
|
||||
|
||||
- name: Execute Cleanup Routines
|
||||
include_tasks: 03_cleanup.yml
|
||||
when: MODE_CLEANUP
|
||||
when: MODE_CLEANUP | bool
|
||||
|
||||
- name: Include DNS role to register Gitea domain(s)
|
||||
include_role:
|
||||
|
||||
Reference in New Issue
Block a user