RedHat.yml: remove quote

This commit is contained in:
Sergio García 2021-01-20 11:27:11 +01:00
parent 3aa90efed4
commit d9c8bf9d76

View File

@ -38,7 +38,7 @@
when: not (ansible_distribution == "Amazon" and ansible_distribution_major_version == "NA") when: not (ansible_distribution == "Amazon" and ansible_distribution_major_version == "NA")
- name: CentOS 6 | Install Software Collections (SCL) Repository - name: CentOS 6 | Install Software Collections (SCL) Repository
package: name=centos-release-scl state=present" package: name=centos-release-scl state=present
register: wazuh_manager_scl_packages_installed register: wazuh_manager_scl_packages_installed
until: wazuh_manager_scl_packages_installed is succeeded until: wazuh_manager_scl_packages_installed is succeeded
when: when: