Make sure bodhi-composer is updated when running backend playbook

This commit is contained in:
Adam Saleh 2021-09-30 16:41:15 +02:00
parent 3e6b141588
commit 65f5a72086

View file

@ -41,6 +41,17 @@
- packages
- bodhi
- name: update bodhi composer
when: env == 'staging'
package:
name:
- bodhi-composer
state: latest
tags:
- packages
- bodhi
- name: add apache user to the masher group so it can talk to the monitoring socket
user: name=apache groups=ftpsync append=yes
tags: