1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-06-30 07:50:43 +00:00

DCI failures (#41241)

This commit is contained in:
Deepak Agrawal 2018-06-07 15:55:03 +05:30 committed by GitHub
parent 34e4071eca
commit 12be102758
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -22,6 +22,6 @@
- assert:
that:
- "result.changed == true"
- "result.changed == false"
- debug: msg="END cli/misplaced_sublevel.yaml on connection={{ ansible_connection }}"

View file

@ -22,7 +22,6 @@
- assert:
that:
- result.changed == true
- result.commands|length == 3
- "'domain name-server 192.0.2.1' in result.commands"
- "'domain name-server 192.0.2.2' in result.commands"
- "'domain name-server 192.0.2.3' in result.commands"