mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
odcs: do not always install the latest odcs versions
Currently the latest odcs version is broken, so we don't want to upgrade to it everytime we run the playbook. Just make sure it's installed. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
- name: install the packages required for ODCS
|
||||
package:
|
||||
pkg: "{{ item }}"
|
||||
state: latest
|
||||
with_items:
|
||||
- python3-psycopg2
|
||||
- python3-odcs-common
|
||||
@@ -19,7 +18,6 @@
|
||||
- name: install the latest ODCS packagess
|
||||
package:
|
||||
pkg: "{{ item }}"
|
||||
state: latest
|
||||
with_items:
|
||||
- python3-odcs-common
|
||||
- odcs
|
||||
|
||||
Reference in New Issue
Block a user