mirror of
https://github.com/ansible/awx.git
synced 2026-05-14 12:57:40 -02:30
Let users disable create_preload_data if it isn't necessary
The demo things might not be desirable in a production environment.
This commit is contained in:
committed by
Ryan Petrello
parent
b132f855a0
commit
1dd44df471
@@ -192,6 +192,7 @@
|
||||
bash -c "awx-manage create_preload_data"
|
||||
register: cdo
|
||||
changed_when: "'added' in cdo.stdout"
|
||||
when: create_preload_data | bool
|
||||
|
||||
- name: Delete management pod
|
||||
shell: |
|
||||
|
||||
Reference in New Issue
Block a user