added git, services, role-template-dir, copr

This commit is contained in:
opalvaults
2022-07-18 12:59:28 -07:00
parent 9a49c6a9fa
commit 4c2651c5a9
19 changed files with 395 additions and 69 deletions

View File

@@ -5,9 +5,6 @@
state: present
method: user
flatpakrepo_url: https://flathub.org/repo/flathub.flatpakrepo
become: yes
become_user: opal
become_method: su
- name: Install Flatpak Packages
community.general.flatpak:
@@ -15,6 +12,3 @@
state: present
method: user
loop: "{{ flatpak_packages }}"
become: yes
become_user: opal
become_method: su