Also install pip modules
This commit is contained in:
parent
6dd44dfe87
commit
9714665c4f
1 changed files with 6 additions and 0 deletions
|
@ -77,3 +77,9 @@
|
||||||
enabled: yes
|
enabled: yes
|
||||||
state: started
|
state: started
|
||||||
when: ansible_service_mgr == "systemd"
|
when: ansible_service_mgr == "systemd"
|
||||||
|
|
||||||
|
- name: Install happydomain python package
|
||||||
|
ansible.builtin.pip:
|
||||||
|
name:
|
||||||
|
- happydomain
|
||||||
|
- requests_unixsocket
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue