travis.yml: Explicitly list ansible as a dep

This commit is contained in:
Yanis Guenane
2021-02-09 18:48:10 +01:00
parent 72fd95994b
commit 0eab2f9686
5 changed files with 12 additions and 10 deletions

View File

@@ -10,8 +10,10 @@
template:
src: crd.yml.j2
dest: "{{ playbook_dir }}/../deploy/crds/awx_v1beta1_crd.yaml"
mode: '0644'
- name: Template awx-operator.yaml
template:
src: awx-operator.yaml.j2
dest: ../deploy/awx-operator.yaml
mode: '0644'