lots of stuff
This commit is contained in:
parent
9f77e30161
commit
6a209092e1
12 changed files with 375 additions and 39 deletions
15
roles/onedrive/tasks/main.yml
Normal file
15
roles/onedrive/tasks/main.yml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
- name: Add abraunegg/onedrive GPG key
|
||||
apt_key:
|
||||
url: "https://download.opensuse.org/repositories/home:/npreining:/debian-ubuntu-onedrive/Debian_11/Release.key"
|
||||
state: present
|
||||
|
||||
- name: Add abraunegg/onedrive repository
|
||||
apt_repository:
|
||||
repo: "deb [arch=arm64] https://download.opensuse.org/repositories/home:/npreining:/debian-ubuntu-onedrive/Debian_11/ ./"
|
||||
filename: 'onedrive'
|
||||
state: present
|
||||
|
||||
- name: Install abraunegg/onedrive
|
||||
apt:
|
||||
name: onedrive
|
||||
state: present
|
||||
Loading…
Add table
Add a link
Reference in a new issue