Enable extrepo
This commit is contained in:
parent
f7b68b67ba
commit
2f6db27a38
1 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue