Turns out, we do need cronie now with oz/imagefactory, etc

This commit is contained in:
Kevin Fenzi 2014-04-07 16:52:16 +00:00
parent cb03e55b02
commit f3dc0330de

View file

@ -39,10 +39,10 @@
- name: add builder infra yum repo - name: add builder infra yum repo
copy: src=builder-infrastructure.repo dest=/etc/yum.repos.d/builder-infrastructure.repo copy: src=builder-infrastructure.repo dest=/etc/yum.repos.d/builder-infrastructure.repo
- name: clean up packages we do not need #- name: clean up packages we do not need
yum: state=removed pkg={{ item }} # yum: state=removed pkg={{ item }}
with_items: # with_items:
- 'cronie\*' # - 'cronie\*'
- name: add pkgs - name: add pkgs
yum: state=installed pkg={{ item }} yum: state=installed pkg={{ item }}