Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
ltsampros committed Nov 16, 2017
1 parent 7a3b62f commit 40096b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handlers/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
service: name={{openvpn_service}} state=restarted

- name: openvpn pack clients
command: zip -j {{item.item}}.zip {{item.item}}.crt {{item.item}}.key {{item.item}}.ovpn ca.crt {{openvpn_tls_key if openvpn_tls_auth else ''}}
command: zip -j {{item.item}}.zip {{item.item}}.crt {{item.item}}.key {{item.item}}*.ovpn ca.crt {{openvpn_tls_key if openvpn_tls_auth else ''}}
when: item.changed
with_items: "{{openvpn_clients_changed.results}}"
args:
Expand Down

0 comments on commit 40096b5

Please sign in to comment.