fixes for ansible stuf

This commit is contained in:
Ubergeek 2021-05-26 10:53:02 -04:00
parent 38289cd01c
commit 36154eefb2
1 changed files with 4 additions and 5 deletions

View File

@ -7,15 +7,14 @@
update_cache: yes
vars:
packages:
- ansible
- python3
- python3-apt
- gpg
- name: Add Thunix Repo
apt_key:
url: http://deb.thunix.net/release.key
state: present
#- name: Add Thunix Repo
# apt_key:
# url: http://deb.thunix.net/release.key
# state: present
- name: Install baseline packages
apt: