Remove airgap repo file if it shouldn't exist

This commit is contained in:
William Wernert
2021-11-30 15:39:28 -05:00
parent 739efc22d2
commit 8d87fae6a8

View File

@@ -65,6 +65,10 @@ yumconf:
- mode: 644
- template: jinja
- show_changes: False
cleanairgap:
file.absent:
- name: /etc/yum.repos.d/airgap_repo.repo
{% endif %}
cleanyum: