Skip to content

Commit

Permalink
fix file delete spec
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Capuccini committed Jan 13, 2017
1 parent a7ac7ca commit ba90983
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/roles/test-core/tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
- name: "ensure cloudflare configuration is not present"
path: "{{playbook_dir}}/../playbooks/roles/cloudflare/vars/conf.yml"
file:
path: "{{playbook_dir}}/../playbooks/roles/cloudflare/vars/conf.yml"
state: absent

- name: "render cloudflare configuration"
Expand Down

0 comments on commit ba90983

Please sign in to comment.