ansible-docker-mailcow/roles/install_oh-my-zsh/molecule/default/prepare.yml
Jesko Anschütz d563801458 initial
2025-03-20 10:39:09 +01:00

9 lines
No EOL
270 B
YAML

---
- name: Prepare
hosts: all
gather_facts: false
tasks:
- name: Install python in Arch
# -u is crucial to avoid partial updates and inconsistent libraries
ansible.builtin.raw: pacman -Syu --noconfirm --needed python sudo
changed_when: false