Remove unneeded fqcn for modules & fix CI

This commit is contained in:
Christian M. Adams
2021-04-08 11:20:56 -04:00
parent ce8c58f542
commit 2cbf60fa17
20 changed files with 198 additions and 208 deletions

View File

@@ -19,7 +19,7 @@
k8s:
definition: "{{ lookup('file', '/'.join([deploy_dir, 'crds/awxbackup_v1beta1_crd.yaml'])) }}"
- name: Create AWXBackup Custom Resource Definition
- name: Create AWXRestore Custom Resource Definition
k8s:
definition: "{{ lookup('file', '/'.join([deploy_dir, 'crds/awxrestore_v1beta1_crd.yaml'])) }}"