Skip to content

Commit

Permalink
When recurse is enabled, idempotency is lost.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdebock committed Sep 25, 2020
1 parent f1e6318 commit bac8ee2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tasks/init_ca.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
path: "{{ item }}"
state: directory
mode: "0755"
recurse: yes
loop:
- "{{ ca_path }}/{{ ca_private_path }}"
- "{{ ca_path }}/{{ ca_certs_path }}"
Expand Down

0 comments on commit bac8ee2

Please sign in to comment.