mirror of
https://github.com/ansible/awx-operator.git
synced 2026-05-07 05:42:55 +00:00
Issue #1: Add tower and task deployments, along with basic Tower config.
This commit is contained in:
@@ -15,9 +15,9 @@
|
||||
- app=tower
|
||||
register: tower_pods
|
||||
|
||||
- name: Verify there are two tower pods
|
||||
- name: Verify there is one tower pod
|
||||
assert:
|
||||
that: '{{ (tower_pods.resources | length) == 2 }}'
|
||||
that: '{{ (tower_pods.resources | length) == 1 }}'
|
||||
|
||||
- name: Verify tower functionality
|
||||
hosts: k8s
|
||||
|
||||
Reference in New Issue
Block a user