diff --git a/roles/python/tasks/main.yml b/roles/python/tasks/main.yml new file mode 100644 index 0000000000000000000000000000000000000000..3a904113f44e2fb16bb4bdc91b5aeab19a9fc41d --- /dev/null +++ b/roles/python/tasks/main.yml @@ -0,0 +1,27 @@ +# $DATE is host time, which we force set on the target machine. +# Allows downloading stuff without TLS errors +- name: Pacman keyring + Python installation + delegate_to: localhost + ansible.builtin.shell: | + DATE=$(date "+%F %T") + expect <