mirror of
https://github.com/ansible/awx-operator.git
synced 2026-03-26 21:33:14 +00:00
Update tests to use kubernetes.core
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
connection: local
|
||||
gather_facts: no
|
||||
collections:
|
||||
- community.kubernetes
|
||||
- kubernetes.core
|
||||
|
||||
tasks:
|
||||
- name: Create Namespace
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
connection: local
|
||||
gather_facts: false
|
||||
collections:
|
||||
- community.kubernetes
|
||||
- kubernetes.core
|
||||
|
||||
tasks:
|
||||
- import_tasks: kustomize.yml
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
connection: local
|
||||
gather_facts: no
|
||||
collections:
|
||||
- community.kubernetes
|
||||
- kubernetes.core
|
||||
|
||||
vars:
|
||||
ctrl_label: control-plane=controller-manager
|
||||
|
||||
Reference in New Issue
Block a user