--- - name: Update apt cache apt: update_cache=yes ignore_errors: true - name: Restart mongod service: name=mongod state=restarted