12 lines
238 B
YAML
12 lines
238 B
YAML
---
|
|
- name: Install createrepo
|
|
ansible.builtin.yum:
|
|
name:
|
|
- createrepo
|
|
update_cache: yes
|
|
|
|
- name: Restart rproxy service
|
|
ansible.builtin.systemd:
|
|
name: "container-rproxy.service"
|
|
state: restarted
|
|
enabled: yes |