From d62fafa9ab3a5dfc91b018e1bc9e9340d48811fb 2022-06-15 18:10:35 From: x Date: 2022-06-15 18:10:35 Subject: [PATCH] Explain expect timeout in python task --- diff --git a/roles/python/tasks/main.yml b/roles/python/tasks/main.yml index 3a904113f44e2fb16bb4bdc91b5aeab19a9fc41d..4bc4123a107c4ace684958d9e2df29b43d4ab734 100644 --- a/roles/python/tasks/main.yml +++ b/roles/python/tasks/main.yml @@ -1,5 +1,6 @@ # $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: |