8 lines
168 B
YAML
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
|