Skip to content

Commit d596fb6

Browse files
author
Bernd Wachter
committed
Quote tasknames for delegate tasks due to []
1 parent 4d0291d commit d596fb6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tasks/main_default_delegate.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@
2727
debug_delegates is defined and
2828
delegate_hostname is defined
2929
30-
- name: [delegate] include distribution specific tasks
30+
- name: "[delegate] include distribution specific tasks"
3131
include_tasks: "{{ ansible_os_family }}_basic_setup.yml"
3232
when: ansible_os_family == "Debian" or ansible_os_family == "Suse" or ansible_os_family == "RedHat"
3333
tags:
3434
- base_config
3535
- access_setup
3636

37-
- name: [delegate] include distribution specific tasks (MicroOS)
37+
- name: "[delegate] include distribution specific tasks (MicroOS)"
3838
include_tasks: "basic_host_Suse.yml"
3939
when: >
4040
ansible_os_family == "openSUSE MicroOS"
@@ -50,7 +50,7 @@
5050

5151
# note: this is currently only fully supported with suse based distributions.
5252
# other distributions most likely need extra work in data-utilities
53-
- name: [delegate] Install base packages
53+
- name: "[delegate] Install base packages"
5454
include_role:
5555
name: data-utilities
5656
tasks_from: install_packages

0 commit comments

Comments
 (0)