Browse Source

ansible fixes

pull/1943/head
Greg Szabo 7 years ago
parent
commit
08a079ce16
2 changed files with 3 additions and 2 deletions
  1. +1
    -1
      ansible/roles/install/tasks/centos.yml
  2. +2
    -1
      ansible/roles/install/tasks/debian.yml

+ 1
- 1
ansible/roles/install/tasks/centos.yml View File

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

+ 2
- 1
ansible/roles/install/tasks/debian.yml View File

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

Loading…
Cancel
Save