Browse Source

ansible fix for CentOS repo

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

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

@ -21,5 +21,5 @@
- name: Install package on CentOS/RedHat
when: ansible_os_family == "RedHat"
yum: "pkg={{service}}"
yum: "pkg={{service}} update_cache=yes"

Loading…
Cancel
Save