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