Skip to content

Commit

Permalink
Loop over -item-. Wow, that took a while.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdebock committed Feb 16, 2019
1 parent b1b88f2 commit df2717b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/main.yml
Expand Up @@ -32,7 +32,7 @@

- name: ensure openssl_path exists
file:
path: "{{ ca_openssl_path }}"
path: "{{ item }}"
state: directory
recurse: yes
with_items:
Expand Down

0 comments on commit df2717b

Please sign in to comment.