Whitespace cleanup for installer.

This commit is contained in:
Jeff Geerling
2017-09-07 14:21:28 -07:00
parent 0489d945fb
commit 6abffcb1df
7 changed files with 16 additions and 21 deletions

View File

@@ -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."

View 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 == ''

View File

@@ -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;
} }

View File

@@ -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