change module to cmd for onchanges_in

This commit is contained in:
m0duspwnens
2022-01-14 12:44:58 -05:00
parent f5fe466410
commit b6b2e06fbc

View File

@@ -28,7 +28,7 @@ airgap_repo:
file.absent: file.absent:
- name: {{ REPOPATH }}{{ file }} - name: {{ REPOPATH }}{{ file }}
- onchanges_in: - onchanges_in:
- module: cleanyum - cmd: cleanyum
{% endfor %} {% endfor %}
{% endif %} {% endif %}