2
0
mirror of https://github.com/schnidrig/openhab-ansible synced 2026-01-12 08:58:46 +01:00
Files
openhab-ansible/roles/raspberry/tasks/skeleton.yml
Christian Schnidrig 0b6010e3a6 Upgrade to openhab 2
letsencrypt
2017-02-26 22:22:25 +01:00

20 lines
274 B
YAML

---
- name: alias
copy:
src: alias
dest: "/home/pi/.alias"
owner: pi
group: pi
mode: "u=rw,g=r,o=r"
tags:
- alias
- name: update bashrc
lineinfile:
dest=/home/pi/.bashrc
line="test -s ~/.alias && . ~/.alias"
tags:
- alias