--- - name: Update packages community.general.pacman: update_cache: true - name: Install packages community.general.pacman: pkg: - mongodb-bin - mongosh-bin - python-pymongo notify: Upgrade packages - name: Flush handlers ansible.builtin.meta: flush_handlers