File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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"
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
You can’t perform that action at this time.
0 commit comments