mirror of
https://github.com/ansible/awx.git
synced 2026-05-18 06:47:41 -02:30
Removing redundant check
This commit is contained in:
@@ -143,11 +143,6 @@
|
|||||||
- results is failed
|
- results is failed
|
||||||
- "'Expected one object from endpoint users, but obtained 3' in results['msg']"
|
- "'Expected one object from endpoint users, but obtained 3' in results['msg']"
|
||||||
|
|
||||||
- name: Get the settings page
|
|
||||||
assert:
|
|
||||||
that:
|
|
||||||
- "'CUSTOM_LOGO' in {{ lookup(plugin_name, 'settings/ui' ) }}"
|
|
||||||
|
|
||||||
- name: Get the ping page
|
- name: Get the ping page
|
||||||
set_fact:
|
set_fact:
|
||||||
ping_data: "{{ lookup(plugin_name, 'ping' ) }}"
|
ping_data: "{{ lookup(plugin_name, 'ping' ) }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user