mirror of
https://github.com/ansible/awx.git
synced 2026-05-11 11:27:36 -02:30
Removing recursive check, allowwing old pattern to commence
This commit is contained in:
committed by
beeankha
parent
f5cf7c204f
commit
c1bb62cc36
@@ -177,7 +177,7 @@
|
||||
that:
|
||||
- result is changed
|
||||
|
||||
- name: Create a valid SSH credential (new school) (no change)
|
||||
- name: Create a valid SSH credential (new school)
|
||||
tower_credential:
|
||||
name: "{{ ssh_cred_name2 }}"
|
||||
organization: Default
|
||||
@@ -193,7 +193,7 @@
|
||||
# This should no longer be changed because we aren't passing any secure fields
|
||||
- assert:
|
||||
that:
|
||||
- result is not changed
|
||||
- result is changed
|
||||
|
||||
- name: Create a valid SSH credential from lookup source (old school)
|
||||
tower_credential:
|
||||
|
||||
Reference in New Issue
Block a user