Compare commits
No commits in common. "cf041f9747b2eaec29e5a9c05a08bcf12fb1a6fd" and "c4ac91f163328ee83b51a245b6ec1ea7dce0fb7a" have entirely different histories.
cf041f9747
...
c4ac91f163
@ -4,8 +4,6 @@
|
||||
- hosts: localhost
|
||||
roles:
|
||||
- role: cider
|
||||
- role: gnome-tweaks
|
||||
when: "'GNOME' in ansible_env.XDG_CURRENT_DESKTOP and"
|
||||
- role: kitty
|
||||
- role: xremap
|
||||
when: >
|
||||
|
@ -1,8 +1,4 @@
|
||||
---
|
||||
- hosts: localhost
|
||||
roles:
|
||||
- role: rpmfusion
|
||||
when: ansible_os_family == 'RedHat' and ansible_distribution == 'Fedora'
|
||||
- import_playbook: UnixCLI.yaml
|
||||
- hosts: localhost
|
||||
roles:
|
||||
|
@ -1,9 +0,0 @@
|
||||
---
|
||||
- assert:
|
||||
that: "'GNOME' in ansible_env.XDG_CURRENT_DESKTOP"
|
||||
|
||||
- name: install gnome-tweaks
|
||||
become: true
|
||||
package:
|
||||
name: gnome-tweaks
|
||||
state: latest
|
@ -1,31 +0,0 @@
|
||||
---
|
||||
- assert:
|
||||
that: ansible_os_family == 'RedHat' and ansible_distribution == 'Fedora'
|
||||
|
||||
- name: install rpm fusion free gpg key
|
||||
become: true
|
||||
rpm_key:
|
||||
key: 'https://rpmfusion.org/keys?action=AttachFile&do=get&target=RPM-GPG-KEY-rpmfusion-free-fedora-2020'
|
||||
state: present
|
||||
|
||||
- name: install rpmfusion free repository
|
||||
become: true
|
||||
dnf:
|
||||
name:
|
||||
'https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-{{ansible_distribution_major_version}}.noarch.rpm'
|
||||
state: present
|
||||
validate_certs: no
|
||||
|
||||
- name: install rpmfusion non-free gpg key
|
||||
become: true
|
||||
rpm_key:
|
||||
key: 'https://rpmfusion.org/keys?action=AttachFile&do=get&target=RPM-GPG-KEY-rpmfusion-nonfree-fedora-2020'
|
||||
state: present
|
||||
|
||||
- name: install rpmfusion non-free repository
|
||||
become: true
|
||||
dnf:
|
||||
name:
|
||||
'https://mirrors.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-{{ansible_distribution_major_version}}.noarch.rpm'
|
||||
state: present
|
||||
validate_certs: no
|
Loading…
x
Reference in New Issue
Block a user