Update core, docker, nginx roles

This commit is contained in:
2020-04-15 23:03:42 +00:00
parent e2b109b149
commit 650731a5ba
15 changed files with 80 additions and 205 deletions

View File

@@ -1,4 +1,4 @@
---
- name: Install nginx Package
apt: name=nginx state=latest
- name: Install packages
apt: name="{{ item }}" state=latest
with_items: "{{ packages }}"