Enable extrepo

This commit is contained in:
Raphael Dannecker 2026-01-28 08:36:11 +01:00
parent f7b68b67ba
commit 2f6db27a38

View file

@ -24,6 +24,12 @@
line: '- \1' line: '- \1'
backrefs: true backrefs: true
- name: Enable extrepo
ansible.builtin.command:
cmd: extrepo enable
register: extrepo_enable
changed_when: "'enabled' in extrepo_enable.stdout"
- name: Allow sudo without password for user - name: Allow sudo without password for user
ansible.builtin.lineinfile: ansible.builtin.lineinfile:
path: /etc/sudoers.d/95-user path: /etc/sudoers.d/95-user