Replaces many references to file: with ansible.builtin.file Signed-off-by: Ryan Lerch <rlerch@redhat.com>
5 lines
152 B
YAML
5 lines
152 B
YAML
---
|
|
- name: Add builder infra yum repo
|
|
ansible.builtin.file: dest=/etc/yum.repos.d/builder-infrastructure.repo state=absent
|
|
tags:
|
|
- builder_infra
|