Remove some whitespace
This commit is contained in:
parent
011e95c1d2
commit
c890e351fc
|
@ -66,4 +66,3 @@
|
||||||
- name: End playbook if this task list is called.
|
- name: End playbook if this task list is called.
|
||||||
meta: end_play
|
meta: end_play
|
||||||
when: end_playbook is defined and end_playbook|bool
|
when: end_playbook is defined and end_playbook|bool
|
||||||
|
|
||||||
|
|
|
@ -227,4 +227,3 @@
|
||||||
service:
|
service:
|
||||||
name: ssh.service
|
name: ssh.service
|
||||||
state: restarted
|
state: restarted
|
||||||
|
|
||||||
|
|
|
@ -3,4 +3,3 @@
|
||||||
include_vars:
|
include_vars:
|
||||||
file: '/var/lib/awx/projects/clients/{{ member_id }}/{{ subscription_id }}/matrix_vars.yml'
|
file: '/var/lib/awx/projects/clients/{{ member_id }}/{{ subscription_id }}/matrix_vars.yml'
|
||||||
no_log: True
|
no_log: True
|
||||||
|
|
||||||
|
|
|
@ -76,4 +76,3 @@
|
||||||
when: run_setup|bool and matrix_awx_enabled|bool
|
when: run_setup|bool and matrix_awx_enabled|bool
|
||||||
tags:
|
tags:
|
||||||
- always
|
- always
|
||||||
|
|
||||||
|
|
|
@ -91,4 +91,3 @@
|
||||||
debug:
|
debug:
|
||||||
msg: "{{ docker_stats.stdout.split('\n') }}"
|
msg: "{{ docker_stats.stdout.split('\n') }}"
|
||||||
when: docker_stats is defined
|
when: docker_stats is defined
|
||||||
|
|
||||||
|
|
|
@ -251,4 +251,3 @@
|
||||||
tower_host: "https://{{ tower_host }}"
|
tower_host: "https://{{ tower_host }}"
|
||||||
tower_oauthtoken: "{{ tower_token.stdout }}"
|
tower_oauthtoken: "{{ tower_token.stdout }}"
|
||||||
validate_certs: yes
|
validate_certs: yes
|
||||||
|
|
||||||
|
|
|
@ -74,4 +74,3 @@
|
||||||
tower_host: "https://{{ tower_host }}"
|
tower_host: "https://{{ tower_host }}"
|
||||||
tower_oauthtoken: "{{ tower_token.stdout }}"
|
tower_oauthtoken: "{{ tower_token.stdout }}"
|
||||||
validate_certs: yes
|
validate_certs: yes
|
||||||
|
|
||||||
|
|
|
@ -55,4 +55,3 @@
|
||||||
tower_host: "https://{{ tower_host }}"
|
tower_host: "https://{{ tower_host }}"
|
||||||
tower_oauthtoken: "{{ tower_token.stdout }}"
|
tower_oauthtoken: "{{ tower_token.stdout }}"
|
||||||
validate_certs: yes
|
validate_certs: yes
|
||||||
|
|
||||||
|
|
|
@ -127,4 +127,3 @@
|
||||||
validate_certs: yes
|
validate_certs: yes
|
||||||
|
|
||||||
# ^ This playbook isn't executing so the survey isn't being updated! :P
|
# ^ This playbook isn't executing so the survey isn't being updated! :P
|
||||||
|
|
||||||
|
|
|
@ -220,4 +220,3 @@
|
||||||
tower_host: "https://{{ tower_host }}"
|
tower_host: "https://{{ tower_host }}"
|
||||||
tower_oauthtoken: "{{ tower_token.stdout }}"
|
tower_oauthtoken: "{{ tower_token.stdout }}"
|
||||||
validate_certs: yes
|
validate_certs: yes
|
||||||
|
|
||||||
|
|
|
@ -54,5 +54,3 @@
|
||||||
tower_host: "https://{{ tower_host }}"
|
tower_host: "https://{{ tower_host }}"
|
||||||
tower_oauthtoken: "{{ tower_token.stdout }}"
|
tower_oauthtoken: "{{ tower_token.stdout }}"
|
||||||
validate_certs: yes
|
validate_certs: yes
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue