mirror of
https://github.com/ansible/awx.git
synced 2026-07-04 12:58:02 -02:30
Fix up the collection integration tests
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
---
|
||||
- name: Create Slack notification
|
||||
tower_notification:
|
||||
name: notification1
|
||||
@@ -64,8 +65,8 @@
|
||||
- user1@example.com
|
||||
host: smtp.example.com
|
||||
port: 25
|
||||
use_tls: no
|
||||
use_ssl: no
|
||||
use_tls: false
|
||||
use_ssl: false
|
||||
state: present
|
||||
register: result
|
||||
|
||||
@@ -153,7 +154,7 @@
|
||||
color: red
|
||||
rooms:
|
||||
- room-A
|
||||
notify: yes
|
||||
notify: true
|
||||
state: present
|
||||
register: result
|
||||
|
||||
@@ -184,7 +185,7 @@
|
||||
- user1
|
||||
port: 8080
|
||||
server: irc.example.com
|
||||
use_ssl: no
|
||||
use_ssl: false
|
||||
state: present
|
||||
register: result
|
||||
|
||||
|
||||
Reference in New Issue
Block a user