RedHat.yml: remove quote
This commit is contained in:
parent
3aa90efed4
commit
d9c8bf9d76
@ -38,7 +38,7 @@
|
||||
when: not (ansible_distribution == "Amazon" and ansible_distribution_major_version == "NA")
|
||||
|
||||
- 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
|
||||
until: wazuh_manager_scl_packages_installed is succeeded
|
||||
when:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user