adding fedora stuff
This commit is contained in:
Executable
+25
@@ -0,0 +1,25 @@
|
||||
---
|
||||
- name: Update apt cache
|
||||
apt:
|
||||
update_cache: yes
|
||||
|
||||
- name: Install required packages
|
||||
apt:
|
||||
name:
|
||||
- python3-launchpadlib
|
||||
- software-properties-common
|
||||
state: present
|
||||
|
||||
- name: Add Nicotine+ PPA repository
|
||||
apt_repository:
|
||||
repo: 'ppa:nicotine-team/stable'
|
||||
state: present
|
||||
|
||||
- name: Update apt cache again
|
||||
apt:
|
||||
update_cache: yes
|
||||
|
||||
- name: Install Nicotine+
|
||||
apt:
|
||||
name: nicotine
|
||||
state: present
|
||||
Reference in New Issue
Block a user