machine_setup/ansible/roles/sway/tasks/linux.yaml

18 lines
333 B
YAML
Raw Normal View History

2022-10-17 18:40:22 +00:00
# - name: Install packages
# pacman:
# name:
# - foo
# state: present
# update_cache: true
2022-10-17 22:23:37 +00:00
- 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