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