Skip to content

Commit 335d8f4

Browse files
committed
Install remctl-pony Python modules
1 parent 863360e commit 335d8f4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ansible/roles/sql-remctl/tasks/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
---
2-
- name: Install remctl
2+
- name: Install remctl and dependencies
33
package:
44
name:
55
- remctl-server
66
- remctl-client
7+
- python-ldap
8+
- python-sqlalchemy
79
# TODO: Build and install admof
810
- name: Install remctl-pony
911
command: git clone https://github.com/mit-scripts/sql-remctl.git /srv/remctl-pony

0 commit comments

Comments
 (0)