fixes for ansible stuf
This commit is contained in:
parent
38289cd01c
commit
36154eefb2
|
@ -7,15 +7,14 @@
|
||||||
update_cache: yes
|
update_cache: yes
|
||||||
vars:
|
vars:
|
||||||
packages:
|
packages:
|
||||||
- ansible
|
|
||||||
- python3
|
- python3
|
||||||
- python3-apt
|
- python3-apt
|
||||||
- gpg
|
- gpg
|
||||||
|
|
||||||
- name: Add Thunix Repo
|
#- name: Add Thunix Repo
|
||||||
apt_key:
|
# apt_key:
|
||||||
url: http://deb.thunix.net/release.key
|
# url: http://deb.thunix.net/release.key
|
||||||
state: present
|
# state: present
|
||||||
|
|
||||||
- name: Install baseline packages
|
- name: Install baseline packages
|
||||||
apt:
|
apt:
|
||||||
|
|
Loading…
Reference in New Issue