mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-03-21 19:40:18 +00:00
At least down to getting packages installed, and runs
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
i# Install our baseline packages for all machines, irrespective of what role they might have
|
||||
# Install our baseline packages for all machines, irrespective of what role they might have
|
||||
---
|
||||
- name: Install baseline packages
|
||||
apt: name={{ item }} state=present
|
||||
@@ -13,3 +13,6 @@ i# Install our baseline packages for all machines, irrespective of what role the
|
||||
- rtv
|
||||
- lynx
|
||||
- w3m-img
|
||||
- python-apt
|
||||
- python
|
||||
- ansible
|
||||
|
||||
Reference in New Issue
Block a user