mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-28 15:41:22 -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
|
@ -5,9 +5,9 @@
|
|||
####################################################################
|
||||
|
||||
- ansible.builtin.debug:
|
||||
msg: '{{ role_name }}'
|
||||
msg: '{{ role_name }}'
|
||||
- ansible.builtin.debug:
|
||||
msg: '{{ role_path|basename }}'
|
||||
msg: '{{ role_path|basename }}'
|
||||
- import_tasks: setup.yml
|
||||
|
||||
- include_vars: "{{ lookup('first_found', search) }}"
|
||||
|
|
|
@ -100,7 +100,7 @@
|
|||
|
||||
- name: "Install dosfstools and lvm2 (Linux)"
|
||||
ansible.builtin.package:
|
||||
name: '{{ item }}'
|
||||
name: '{{ item }}'
|
||||
with_items:
|
||||
- dosfstools
|
||||
- lvm2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue