3
0
Fork 0

shell pipe: add executable /bin/bash

This commit is contained in:
juju4 2020-07-12 17:55:01 -04:00
parent 1c6ef34863
commit fd428f528c
1 changed files with 1 additions and 0 deletions

View File

@ -115,6 +115,7 @@
wg genkey | tee {{ wireguard_remote_directory }}/{{ item.host }}-privatekey
exit 0
args:
executable: /bin/bash
creates: "{{ wireguard_remote_directory }}/{{ item.host }}-privatekey"
register: uh_private_key
with_items: "{{ wireguard_unmanaged_hosts | default([]) }}"