diff options
author | Randy Barlow <randy@electronsweatshop.com> | 2017-04-11 13:28:53 +0000 |
---|---|---|
committer | Randy Barlow <randy@electronsweatshop.com> | 2017-04-11 13:28:53 +0000 |
commit | dfcb50f1e289ffd502e4e51f8b8e44a5969b6fcc (patch) | |
tree | cd643f900f3d51fbc47362b6609ffb0efa34ba2e | |
parent | 5b937852297c044d84dc9c4ffb915b5aef7a11ae (diff) | |
download | ansible-dfcb50f1e289ffd502e4e51f8b8e44a5969b6fcc.tar.gz ansible-dfcb50f1e289ffd502e4e51f8b8e44a5969b6fcc.tar.xz ansible-dfcb50f1e289ffd502e4e51f8b8e44a5969b6fcc.zip |
Also update python2-fedmsg-atomic-composer when updating bodhi.
Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
-rw-r--r-- | playbooks/manual/upgrade/bodhi.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/playbooks/manual/upgrade/bodhi.yml b/playbooks/manual/upgrade/bodhi.yml index b79aeab01..c156f6f79 100644 --- a/playbooks/manual/upgrade/bodhi.yml +++ b/playbooks/manual/upgrade/bodhi.yml @@ -36,11 +36,13 @@ with_items: - bodhi-docs - bodhi-server + - python2-fedmsg-atomic-composer - name: yum update bodhi-server packages from testing repo yum: name="{{ item }}" state=latest enablerepo=infrastructure-testing with_items: - bodhi-docs - bodhi-server + - python2-fedmsg-atomic-composer when: testing - name: verify the frontend and stop it |