mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-01-24 21:40:17 +00:00
fixes for ansible stuf
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user