mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-01-24 04:49:26 +00:00
upt playbook
This commit is contained in:
parent
02190ceae7
commit
5b448a9601
@ -19,10 +19,14 @@
|
|||||||
- wine
|
- wine
|
||||||
- kate
|
- kate
|
||||||
- autofs
|
- autofs
|
||||||
|
- name: Download Docker gpg key
|
||||||
|
get_url:
|
||||||
|
url: https://packages.microsoft.com/keys/microsoft.asc
|
||||||
|
dest: /tmp/tempkey
|
||||||
- name: Get repo
|
- name: Get repo
|
||||||
become: true
|
become: true
|
||||||
ansible.builtin.shell: >-
|
ansible.builtin.shell: >-
|
||||||
wget -qO- https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > packages.microsoft.gpg
|
gpg --dearmor < /tmp/tempkey > packages.microsoft.gpg
|
||||||
|
|
||||||
- name: Get repo
|
- name: Get repo
|
||||||
become: true
|
become: true
|
||||||
@ -53,14 +57,11 @@
|
|||||||
ansible.builtin.apt:
|
ansible.builtin.apt:
|
||||||
deb: http://192.168.77.106:48000/install/VNC-Server-6.11.0-Linux-x64.deb
|
deb: http://192.168.77.106:48000/install/VNC-Server-6.11.0-Linux-x64.deb
|
||||||
ignore_errors: true
|
ignore_errors: true
|
||||||
#- name: Get repo
|
- name: Get repo
|
||||||
# become: true
|
become: true
|
||||||
# ansible.builtin.shell: >-
|
ansible.builtin.shell: >-
|
||||||
# curl -sS https://download.spotify.com/debian/pubkey_7A3A762FAFD4A51F.gpg | sudo gpg --dearmor --yes -o /etc/apt/trusted.gpg.d/spotify.gpg
|
curl -sS https://download.spotify.com/debian/pubkey_7A3A762FAFD4A51F.gpg | sudo gpg --dearmor --yes -o /etc/apt/trusted.gpg.d/spotify.gpg
|
||||||
- name: Add an Apt signing key, uses whichever key is at the URL
|
|
||||||
ansible.builtin.apt_key:
|
|
||||||
url: https://download.spotify.com/debian/pubkey_7A3A762FAFD4A51F.gpg
|
|
||||||
state: present
|
|
||||||
|
|
||||||
- name: Get repo
|
- name: Get repo
|
||||||
become: true
|
become: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user