|
@@ -20,7 +20,7 @@
|
|
tags: install
|
|
tags: install
|
|
|
|
|
|
- name: Check awx prequisites
|
|
- name: Check awx prequisites
|
|
- include_tasks: check_prerequisites_awx.yml
|
|
|
|
|
|
+ include_tasks: check_prerequisites.yml
|
|
tags: install
|
|
tags: install
|
|
|
|
|
|
- name: Install AWX
|
|
- name: Install AWX
|
|
@@ -36,4 +36,4 @@
|
|
- name: Configure AWX
|
|
- name: Configure AWX
|
|
include_tasks: awx_configuration.yml
|
|
include_tasks: awx_configuration.yml
|
|
when: not awx_configuration_status
|
|
when: not awx_configuration_status
|
|
- tags: install
|
|
|
|
|
|
+ tags: install
|