set this to use generic package
This commit is contained in:
parent
51d034b41f
commit
4ab7ea3cce
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
||||||
- kojipkgs
|
- kojipkgs
|
||||||
|
|
||||||
- name: install squid server packages
|
- name: install squid server packages
|
||||||
yum: name={{ item }} state=present
|
package: name={{ item }} state=present
|
||||||
with_items:
|
with_items:
|
||||||
- squid
|
- squid
|
||||||
- httpd
|
- httpd
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue