ansible fixes

This commit is contained in:
Greg Szabo
2017-06-19 01:21:24 +00:00
parent 7239e41c4a
commit 08a079ce16
2 changed files with 3 additions and 2 deletions

View File

@@ -16,5 +16,5 @@
with_items:
- unzip
- jq
- {{service}}
- "{{service}}"

View File

@@ -14,7 +14,8 @@
when: ansible_os_family == "Debian"
apt: pkg={{item}}
with_items:
- python-minimal
- unzip
- jq
- {{service}}
- "{{service}}"