mirror of
https://github.com/ansible/awx.git
synced 2026-01-26 16:11:30 -03:30
6 lines
102 B
YAML
6 lines
102 B
YAML
---
|
|
- name: remove-rmq_cert_tempdir
|
|
file:
|
|
state: absent
|
|
path: "{{ rmq_cert_tempdir.path }}"
|