Role should have stuff that was in site.yml

This commit is contained in:
staticsafe 2017-11-24 12:44:33 -05:00
parent 448cfc4d08
commit ea4cba1723
1 changed files with 0 additions and 3 deletions

View File

@ -1,9 +1,6 @@
---
# This role installs packages that every Mastodon server needs and does common
# node setup
- name: This role installs packages that every Mastodon server needs and does common node setup
hosts: all
remote_user: root
- name: Install python-apt, aptitude, and debconf-utils
shell: apt-get update && apt-get -y install python-apt aptitude debconf-utils
- name: Do any package upgrades