At least down to getting packages installed, and runs

This commit is contained in:
Ubergeek
2018-12-15 21:50:12 +00:00
parent a33f2d74e6
commit ab3937eb2c
4 changed files with 9 additions and 21 deletions

View File

@@ -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