mirror of
https://github.com/ansible/awx.git
synced 2026-02-16 18:50:04 -03:30
Do not set default admin_password
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
# main.yml
|
||||
---
|
||||
- name: admin_password should be defined
|
||||
assert:
|
||||
that:
|
||||
- admin_password is defined and admin_password != ''
|
||||
msg: "Set the value of 'admin_password' in the inventory file."
|
||||
|
||||
- include_tasks: check_openshift.yml
|
||||
when: openshift_host is defined and openshift_host != ''
|
||||
|
||||
|
||||
Reference in New Issue
Block a user