mg
18d9574489
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>
7 lines
168 B
YAML
7 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
|