mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-23 03:45:03 -02:30
boostrap-os: use import_tasks instead of symlinks (#11508)
Working symlinks are dependant on git configuration (when using the playbook as a git repository, which is common), precisely `git config core.symlinks`. While this is enabled by default, some company policies will disable it. Instead, use import_tasks which should avoid that class of bugs.
This commit is contained in:
@@ -1 +0,0 @@
|
||||
centos.yml
|
||||
3
roles/bootstrap-os/tasks/openEuler.yml
Normal file
3
roles/bootstrap-os/tasks/openEuler.yml
Normal file
@@ -0,0 +1,3 @@
|
||||
---
|
||||
- name: Import Centos boostrap for openEuler
|
||||
import_tasks: centos.yml
|
||||
Reference in New Issue
Block a user