Make sure bodhi-composer is updated when running backend playbook
This commit is contained in:
parent
3e6b141588
commit
65f5a72086
1 changed files with 11 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue