Also install pip modules
This commit is contained in:
parent
6dd44dfe87
commit
9714665c4f
@ -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…
Reference in New Issue
Block a user