Changeset - d62fafa9ab3a
[Not reviewed]
0 1 0
x - 22 months ago 2022-06-15 18:10:35
xbr@c3l.lu
Explain expect timeout in python task
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
roles/python/tasks/main.yml
Show inline comments
 
# $DATE is host time, which we force set on the target machine.
 
# Allows downloading stuff without TLS errors
 
# Expect timeout is needed, otherwise by default it terminates itself after 10 seconds
 
- name: Pacman keyring + Python installation
 
  delegate_to: localhost
 
  ansible.builtin.shell: |
0 comments (0 inline, 0 general)