mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-23 06:21:43 -07:00
replace NBSP (non-blocking space) character with a regular SPACE char (#3071)
This commit is contained in:
parent
d54d2fa4a6
commit
20db4fc560
19 changed files with 45 additions and 45 deletions
|
@ -21,7 +21,7 @@
|
|||
- '{{ ansible_os_family }}.yml'
|
||||
- 'defaults.yml'
|
||||
|
||||
- include_tasks: '{{ item }}'
|
||||
- include_tasks: '{{ item }}'
|
||||
with_first_found:
|
||||
- files:
|
||||
- 'install_{{ ansible_distribution }}.yml' # CentOS
|
||||
|
@ -39,7 +39,7 @@
|
|||
when: ansible_os_family != 'RedHat' or ansible_distribution_major_version|int > 6
|
||||
|
||||
always:
|
||||
- include_tasks: '{{ item }}'
|
||||
- include_tasks: '{{ item }}'
|
||||
when: ansible_os_family != 'RedHat' or ansible_distribution_major_version|int > 6
|
||||
with_first_found:
|
||||
- files:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue