mirror of
https://github.com/Expand-sys/wazuh-agent
synced 2025-12-16 14:02:23 +11:00
beans
This commit is contained in:
parent
80e92cd374
commit
0baa950957
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@
|
||||||
|
|
||||||
- name: disable repo unless needed - RHEL
|
- name: disable repo unless needed - RHEL
|
||||||
ansible.builtin.shell: |
|
ansible.builtin.shell: |
|
||||||
sed -i "s/^enabled=1/enabled=0/" /etc/yum.repos.d/wazuh.repo
|
sed -i "s/^enabled=1/enabled=0/" /etc/yum.repos.d/EL-Wazuh.repo
|
||||||
when: ansible_os_family == "RedHat"
|
when: ansible_os_family == "RedHat"
|
||||||
|
|
||||||
- name: One way to avoid apt_key once it is removed from your distro
|
- name: One way to avoid apt_key once it is removed from your distro
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue