mirror of
https://github.com/ansible/awx.git
synced 2026-02-22 21:46:00 -03:30
Whitespace cleanup for installer.
This commit is contained in:
@@ -28,7 +28,6 @@ http {
|
||||
#tcp_nopush on;
|
||||
#gzip on;
|
||||
|
||||
|
||||
upstream uwsgi {
|
||||
server localhost:8050;
|
||||
}
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
---
|
||||
|
||||
- name: Get Version from checkout if not provided
|
||||
shell: "git describe --long | sed 's/\\-g.*//' | sed 's/\\-/\\./'"
|
||||
delegate_to: localhost
|
||||
@@ -157,7 +156,7 @@
|
||||
tag: "{{ awx_version }}"
|
||||
pull: no
|
||||
delegate_to: localhost
|
||||
|
||||
|
||||
- name: Clean docker base directory
|
||||
file:
|
||||
path: "{{ docker_base_path }}"
|
||||
|
||||
Reference in New Issue
Block a user