Migrated to ansible
This commit is contained in:
19
roles/ags/tasks/main.yml
Normal file
19
roles/ags/tasks/main.yml
Normal file
@@ -0,0 +1,19 @@
|
||||
---
|
||||
- name: "[AGS] Install"
|
||||
kewlfft.aur.aur:
|
||||
name:
|
||||
- aylurs-gtk-shell-git
|
||||
use: paru
|
||||
state: present
|
||||
become: true
|
||||
|
||||
- name: "[AGS] Create config folder"
|
||||
ansible.builtin.file:
|
||||
mode: "0755"
|
||||
path: "{{ ansible_user_dir }}/.config/ags"
|
||||
state: directory
|
||||
|
||||
- name: "[AGS] Configure"
|
||||
ansible.builtin.copy:
|
||||
src: "./"
|
||||
dest: "{{ ansible_user_dir }}/.config/ags"
|
||||
Reference in New Issue
Block a user