Skip to content
Snippets Groups Projects
Commit 4e0418e3 authored by jurgenhaas's avatar jurgenhaas
Browse files

#1 Install python package

parent a5204d78
No related branches found
No related tags found
No related merge requests found
......@@ -104,3 +104,10 @@
notify:
- 'Restart oracle'
- 'Remove old logs and traces'
- name: "Install PIP packages"
pip:
name: '{{ item }}'
state: 'present'
with_items:
- 'cx_Oracle'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment