mirror of
https://github.com/ansible/awx.git
synced 2026-05-20 23:37:39 -02:30
Fixing linting errors
This commit is contained in:
committed by
beeankha
parent
8699a8fbc2
commit
32783f7aaf
@@ -18,9 +18,9 @@
|
|||||||
sender: maw
|
sender: maw
|
||||||
recipients:
|
recipients:
|
||||||
- everyone
|
- everyone
|
||||||
use_tls: True
|
use_tls: true
|
||||||
host: all
|
host: all
|
||||||
use_ssl: False
|
use_ssl: false
|
||||||
password: password
|
password: password
|
||||||
port: 12
|
port: 12
|
||||||
channels:
|
channels:
|
||||||
@@ -48,7 +48,7 @@
|
|||||||
- Lounge
|
- Lounge
|
||||||
- Dining Room
|
- Dining Room
|
||||||
- Cellar
|
- Cellar
|
||||||
notify: True
|
notify: true
|
||||||
url: ansible.com
|
url: ansible.com
|
||||||
headers:
|
headers:
|
||||||
X-Custom-Header: value123
|
X-Custom-Header: value123
|
||||||
@@ -58,7 +58,7 @@
|
|||||||
- zombie
|
- zombie
|
||||||
state: absent
|
state: absent
|
||||||
register: result
|
register: result
|
||||||
ignore_errors: True
|
ignore_errors: true
|
||||||
|
|
||||||
- assert:
|
- assert:
|
||||||
that:
|
that:
|
||||||
|
|||||||
Reference in New Issue
Block a user