Fix Ansible Lint warnings (No such file or directory) (#6581)

This commit is contained in:
Barry Melbourne
2020-08-27 07:19:10 +01:00
committed by GitHub
parent e6dae03a0d
commit 8e2bae0f2a
2 changed files with 6 additions and 6 deletions

View File

@@ -9,7 +9,7 @@
command: "{{ bin_dir }}/kubectl delete all,service,jobs,deployment,secret --selector=\"glusterfs=heketi-deployment\""
ignore_errors: true
- name: "Tear down bootstrap."
include_tasks: "../provision/tasks/bootstrap/tear-down.yml"
include_tasks: "../../provision/tasks/bootstrap/tear-down.yml"
- name: "Ensure there is nothing left over." # noqa 301
command: "{{ bin_dir }}/kubectl get all,service,jobs,deployment,secret --selector=\"glusterfs=heketi-pod\" -o=json"
register: "heketi_result"