mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-04 19:45:44 +08:00
Install latest odcs package.
This commit is contained in:
committed by
Pierre-Yves Chibon
parent
30c6417c3b
commit
d59ffafdf7
@@ -3,7 +3,7 @@
|
||||
- name: install the packages required for ODCS
|
||||
package:
|
||||
pkg: "{{ item }}"
|
||||
state: present
|
||||
state: latest
|
||||
with_items:
|
||||
- python3-psycopg2
|
||||
- python3-odcs-common
|
||||
|
||||
Reference in New Issue
Block a user