Also install pip modules

This commit is contained in:
nemunaire 2023-04-13 04:41:37 +02:00
parent 6dd44dfe87
commit 9714665c4f
1 changed files with 6 additions and 0 deletions

View File

@ -77,3 +77,9 @@
enabled: yes
state: started
when: ansible_service_mgr == "systemd"
- name: Install happydomain python package
ansible.builtin.pip:
name:
- happydomain
- requests_unixsocket