--- - name: Update package cache community.general.pacman: update_cache: true - name: Install docker community.general.pacman: pkg: - docker - docker-compose - docker-buildx notify: Upgrade packages - name: Flush handlers ansible.builtin.meta: flush_handlers