Make AWX enabling/disabling consistent with other playbook roles

That is:
- enabled in the role by default
- disabled in the compilation (playbook), if considered an optional
component
This commit is contained in:
Slavi Pantaleev
2021-03-24 14:02:53 +02:00
parent b89936afba
commit 5a4ea5f866
2 changed files with 4 additions and 2 deletions

View File

@ -1,2 +1 @@
matrix_awx_enabled: false
matrix_awx_enabled: true