ansible/roles/builder_repo/tasks/main.yml
Ryan Lerch 62952df107 ansiblelint fixes-- fqcn[action-core] - file to ansible.builtin.file
Replaces many references to  file: with ansible.builtin.file

Signed-off-by: Ryan Lerch <rlerch@redhat.com>
2025-01-15 10:41:52 +10:00

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