2
0
mirror of https://github.com/frappe/bench.git synced 2024-09-24 13:09:01 +00:00
bench/playbooks/roles/bash_screen_wall/tasks/main.yml

4 lines
100 B
YAML
Raw Normal View History

2018-02-05 09:37:14 +00:00
---
- name: Setup bash screen wall
copy: src=screen_wall.sh dest=/etc/profile.d/screen_wall.sh
...