2023-12-08 01:30:44 -05:00

10 lines
106 B
YAML

---
- name: Deploy .bashrc
copy:
src : files/bashrc
dest : /root/.bashrc
mode : 0640
...