Repository URL to install this package:
--- - name: Side Effect hosts: all gather_facts: false no_log: "{{ molecule_no_log }}" tasks: - name: Delete the test file as a planned side effect file: path: /tmp/testfile state: absent