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:
Max Gautier
2024-09-05 07:24:49 +00:00
committed by GitHub
parent 7f527f6195
commit f9ebd45c74
5 changed files with 30 additions and 24 deletions

View File

@@ -1 +0,0 @@
opensuse.yml

View File

@@ -0,0 +1,3 @@
---
- name: Import Opensuse bootstrap
import_tasks: opensuse.yml