mirror of
https://github.com/ansible/awx.git
synced 2026-03-09 05:29:26 -02:30
7 lines
103 B
YAML
7 lines
103 B
YAML
---
|
|
- name: remove-rmq_cert_tempdir
|
|
file:
|
|
state: absent
|
|
path: "{{ rmq_cert_tempdir.path }}"
|
|
|