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:
Kevin Fenzi
2023-05-15 07:30:43 -07:00
parent a6c97669e6
commit 864636d23d

View File

@@ -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