Update file main.yml
This commit is contained in:
parent
0f7da22071
commit
6e089b3882
@ -34,4 +34,10 @@
|
|||||||
mode: 0755
|
mode: 0755
|
||||||
loop:
|
loop:
|
||||||
- /opt/scripts
|
- /opt/scripts
|
||||||
- /etc/apt/keyrings
|
- /etc/apt/keyrings
|
||||||
|
|
||||||
|
- name: Install Python requests library
|
||||||
|
apt:
|
||||||
|
name: python3-requests
|
||||||
|
state: present
|
||||||
|
when: ansible_connection != "local"
|
||||||
Loading…
Reference in New Issue
Block a user