Simplify var names in apps role
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
dnf_remove_repos:
|
||||
- google-chrome
|
||||
|
||||
|
||||
dnf_remove:
|
||||
- abrt
|
||||
- anaconda-live
|
||||
@@ -33,11 +34,10 @@ apps:
|
||||
- mullvad-vpn
|
||||
- nautilus-python
|
||||
- pinta
|
||||
- profile-sync-daemon
|
||||
- python3-virtualenv
|
||||
- python3-virtualenvwrapper
|
||||
- remmina
|
||||
- rpmfusion-free-release
|
||||
- https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-{{ ansible_facts['distribution_major_version'] }}.noarch.rpm
|
||||
- setroubleshoot
|
||||
- ShellCheck
|
||||
- snapd
|
||||
|
||||
2
group_vars/laptop/apps.yml
Normal file
2
group_vars/laptop/apps.yml
Normal file
@@ -0,0 +1,2 @@
|
||||
apps_group:
|
||||
- profile-sync-daemon
|
||||
3
group_vars/workstation/apps.yml
Normal file
3
group_vars/workstation/apps.yml
Normal file
@@ -0,0 +1,3 @@
|
||||
apps_group:
|
||||
-
|
||||
# - profile-sync-daemon
|
||||
Reference in New Issue
Block a user