homeserver/roles/mgrote.proxmox/tasks/main.yml
mg 18d9574489 Rolle: proxmox - Script. start_pools.sh (#28)
Rolle erstellt

Co-authored-by: Michael Grote <38253905+quotengrote@users.noreply.github.com>
Reviewed-on: mg/ansible#28
Co-Authored-By: mg <michael.grote@posteo.de>
Co-Committed-By: mg <michael.grote@posteo.de>
2021-01-07 10:47:48 +01:00

8 lines
168 B
YAML

---
- name: copy start_pools.sh
become: yes
ansible.builtin.template:
src: "start_pools.sh"
dest: "/usr/local/bin/start_pools.sh"
mode: a+x