loopabull/releng-compost: Do not use state: latest in normal playbooks.

It causes playbooks to depend on external factors and upgrade things when people don't expect it.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2019-04-06 23:57:46 +00:00
parent 0e8d0b841c
commit 1416bd877e
2 changed files with 0 additions and 4 deletions

View file

@ -56,7 +56,6 @@
- name: Install required packages
package:
name: python-fedmsg-rabbitmq-serializer
state: latest
roles:
- rabbitmq

View file

@ -96,7 +96,6 @@
- name: install skopeo for container management
package:
name: skopeo
state: latest
when: ansible_architecture != "ppc64"
tags:
- containerrebuild
@ -104,7 +103,6 @@
- name: install docker for container management
package:
name: docker
state: latest
when: ansible_architecture != "ppc64"
tags:
- containerrebuild
@ -118,7 +116,6 @@
- name: install ansible for container automated rebuilds
package:
name: "{{item}}"
state: latest
with_items:
- ansible
- python2-dockerfile-parse