[copr] fixed yum state s/latests/present/

This commit is contained in:
Valentin Gologuzov 2014-09-29 11:22:05 +02:00 committed by Valentin Gologuzov
parent 6d3d2846e8
commit cce3d89b2a
4 changed files with 3 additions and 5 deletions

View file

@ -230,5 +230,3 @@
file: path=/etc/lighttpd/copr-be.fedoraproject.org.pem owner=root group=root mode=0600
- name: restart copr-backend
service: name=copr-backend state=restarted
- name: restart lighttpd
service: name=lighttpd state=restarted

View file

@ -48,7 +48,7 @@
copy: src="{{ files }}/copr/hosts" dest=/etc/hosts owner=root group=root mode=644
- name: install copr-fe pkgs
yum: state=latest pkg={{ item }}
yum: state=present pkg={{ item }}
with_items:
- copr-frontend
- copr-selinux

View file

@ -39,7 +39,7 @@
action: copy src="{{ files }}/copr/hosts" dest=/etc/hosts owner=root group=root mode=644
- name: install copr-fe pkgs
action: yum state=latest pkg={{ item }}
action: yum state=present pkg={{ item }}
with_items:
- copr-frontend
- copr-selinux

View file

@ -45,7 +45,7 @@
action: copy src="{{ files }}/copr/forward" dest=/root/.forward owner=root group=root
- name: install copr-fe pkgs
action: yum state=latest pkg={{ item }}
action: yum state=present pkg={{ item }}
with_items:
- copr-frontend
- copr-selinux