Remove some whitespace

master
Slavi Pantaleev 3 years ago
parent 011e95c1d2
commit c890e351fc

@ -66,4 +66,3 @@
- name: End playbook if this task list is called.
meta: end_play
when: end_playbook is defined and end_playbook|bool

@ -227,4 +227,3 @@
service:
name: ssh.service
state: restarted

@ -3,4 +3,3 @@
include_vars:
file: '/var/lib/awx/projects/clients/{{ member_id }}/{{ subscription_id }}/matrix_vars.yml'
no_log: True

@ -76,4 +76,3 @@
when: run_setup|bool and matrix_awx_enabled|bool
tags:
- always

@ -91,4 +91,3 @@
debug:
msg: "{{ docker_stats.stdout.split('\n') }}"
when: docker_stats is defined

@ -251,4 +251,3 @@
tower_host: "https://{{ tower_host }}"
tower_oauthtoken: "{{ tower_token.stdout }}"
validate_certs: yes

@ -74,4 +74,3 @@
tower_host: "https://{{ tower_host }}"
tower_oauthtoken: "{{ tower_token.stdout }}"
validate_certs: yes

@ -55,4 +55,3 @@
tower_host: "https://{{ tower_host }}"
tower_oauthtoken: "{{ tower_token.stdout }}"
validate_certs: yes

@ -127,4 +127,3 @@
validate_certs: yes
# ^ This playbook isn't executing so the survey isn't being updated! :P

@ -220,4 +220,3 @@
tower_host: "https://{{ tower_host }}"
tower_oauthtoken: "{{ tower_token.stdout }}"
validate_certs: yes

@ -54,5 +54,3 @@
tower_host: "https://{{ tower_host }}"
tower_oauthtoken: "{{ tower_token.stdout }}"
validate_certs: yes

Loading…
Cancel
Save