5 changed files with 22 additions and 17 deletions
@ -0,0 +1,19 @@ |
|||
- name: create bin dir |
|||
file: |
|||
path: ~/bin |
|||
state: directory |
|||
|
|||
|
|||
- name: copy scripts |
|||
copy: |
|||
src: bin/{{ item }} |
|||
dest: /home/pi/bin |
|||
owner: pi |
|||
group: pi |
|||
mode: '0744' |
|||
with_items: |
|||
- blini.py |
|||
- updatesys |
|||
- borg-daily |
|||
- showtemp |
|||
|
Loading…
Reference in new issue