Add a linux launch_sway script.

This commit is contained in:
Tom Alexander
2022-10-17 18:23:37 -04:00
parent a159518c42
commit f0b917cba9
4 changed files with 20 additions and 1 deletions

View File

@@ -44,5 +44,5 @@
owner: root
group: wheel
loop:
- src: launch_sway.bash
- src: launch_sway_freebsd.bash
dest: /usr/local/bin/launch_sway

View File

@@ -4,3 +4,14 @@
# - foo
# state: present
# update_cache: true
- name: Install scripts
copy:
src: "files/{{ item.src }}"
dest: "{{ item.dest }}"
mode: 0755
owner: root
group: wheel
loop:
- src: launch_sway_linux.bash
dest: /usr/local/bin/launch_sway