mirror of
https://github.com/ansible/awx.git
synced 2026-03-07 11:41:08 -03:30
Whitespace cleanup for installer.
This commit is contained in:
@@ -12,4 +12,3 @@
|
|||||||
that:
|
that:
|
||||||
- host_port is defined and host_port != ''
|
- host_port is defined and host_port != ''
|
||||||
msg: "Set the value of 'host_port' in the inventory file."
|
msg: "Set the value of 'host_port' in the inventory file."
|
||||||
|
|
||||||
|
|||||||
@@ -1,9 +1,7 @@
|
|||||||
# main.yml
|
# main.yml
|
||||||
---
|
---
|
||||||
|
|
||||||
- include: check_openshift.yml
|
- include: check_openshift.yml
|
||||||
when: openshift_host is defined and openshift_host != ''
|
when: openshift_host is defined and openshift_host != ''
|
||||||
|
|
||||||
- include: check_docker.yml
|
- include: check_docker.yml
|
||||||
when: openshift_host is not defined or openshift_host == ''
|
when: openshift_host is not defined or openshift_host == ''
|
||||||
|
|
||||||
|
|||||||
@@ -28,7 +28,6 @@ http {
|
|||||||
#tcp_nopush on;
|
#tcp_nopush on;
|
||||||
#gzip on;
|
#gzip on;
|
||||||
|
|
||||||
|
|
||||||
upstream uwsgi {
|
upstream uwsgi {
|
||||||
server localhost:8050;
|
server localhost:8050;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
---
|
---
|
||||||
|
|
||||||
- name: Get Version from checkout if not provided
|
- name: Get Version from checkout if not provided
|
||||||
shell: "git describe --long | sed 's/\\-g.*//' | sed 's/\\-/\\./'"
|
shell: "git describe --long | sed 's/\\-g.*//' | sed 's/\\-/\\./'"
|
||||||
delegate_to: localhost
|
delegate_to: localhost
|
||||||
|
|||||||
Reference in New Issue
Block a user