[copr] fixed yum state s/latests/present/
This commit is contained in:
parent
6d3d2846e8
commit
cce3d89b2a
4 changed files with 3 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue