mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Correct ansible_distribution typo
Redhat != RedHat
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
- "install_result.mode == '0755'"
|
||||
|
||||
- include: 'sysv_setup.yml'
|
||||
when: ansible_distribution in ['Redhat', 'CentOS', 'ScientificLinux']
|
||||
when: ansible_distribution in ['RedHat', 'CentOS', 'ScientificLinux']
|
||||
- include: 'systemd_setup.yml'
|
||||
when: ansible_distribution == 'Fedora'
|
||||
- include: 'upstart_setup.yml'
|
||||
@@ -101,7 +101,7 @@
|
||||
- "remove_result.state == 'absent'"
|
||||
|
||||
- include: 'sysv_cleanup.yml'
|
||||
when: ansible_distribution in ['Redhat', 'CentOS', 'ScientificLinux']
|
||||
when: ansible_distribution in ['RedHat', 'CentOS', 'ScientificLinux']
|
||||
- include: 'systemd_cleanup.yml'
|
||||
when: ansible_distribution == 'Fedora'
|
||||
- include: 'upstart_cleanup.yml'
|
||||
|
||||
Reference in New Issue
Block a user