mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-22 12:41:05 +01:00
solved installation bug
This commit is contained in:
parent
090f7adccf
commit
207478027d
@ -1,6 +1,7 @@
|
|||||||
- name: Install required Python modules
|
- name: Install required Python modules
|
||||||
pip:
|
pacman:
|
||||||
name: requests
|
name: python-requests
|
||||||
|
state: present
|
||||||
|
|
||||||
- name: "create {{ nginx_health_check_folder }}"
|
- name: "create {{ nginx_health_check_folder }}"
|
||||||
file:
|
file:
|
||||||
|
Loading…
Reference in New Issue
Block a user