Skip to content
Snippets Groups Projects
  • Max Gautier's avatar
    f9ebd45c
    boostrap-os: use import_tasks instead of symlinks (#11508) · f9ebd45c
    Max Gautier authored
    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.
    boostrap-os: use import_tasks instead of symlinks (#11508)
    Max Gautier authored
    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.