--- - hosts: all pre_tasks: - name: "install python and archlinux-keyring" raw: pacman -Sy python archlinux-keyring --noconfirm when: not debian.stdout gather_facts: no roles: - ansible_bootstrap