xoxys.yum/tasks/config.yml
Robert Kaussow ca4067a471
All checks were successful
continuous-integration/drone/push Build is passing
deploy yum.conf from template
2019-11-21 15:08:27 +01:00

11 lines
178 B
YAML

---
- name: Adjust yum config file
template:
src: etc/yum.conf.j2
dest: /etc/yum.conf
owner: root
group: root
mode: 0644
become: True
become_user: root