Use latest, just to be sure.
This commit is contained in:
parent
f0782cda43
commit
2c0e8e5d3f
1 changed files with 4 additions and 1 deletions
|
@ -59,7 +59,10 @@
|
|||
|
||||
tasks:
|
||||
- name: Install the koji package, to get the upgrade script.
|
||||
yum: name=koji state=present
|
||||
# Note that "latest" here might as well be "present". The package shouldn't
|
||||
# be present in the first place. In any case, if it is erroneously present,
|
||||
# then we really do want the latest version.
|
||||
yum: name=koji state=latest
|
||||
when: db_upgrade_file is defined
|
||||
- name: Execute the db upgrade script
|
||||
shell: psql koji < {{db_upgrade_file}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue