mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-13 21:34:40 +03:00
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.
4 lines
76 B
YAML
4 lines
76 B
YAML
---
|
|
- name: Import Centos boostrap for openEuler
|
|
import_tasks: centos.yml
|