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