Add compat and deprecation warning for boostrap-os

This commit is contained in:
Max Gautier 2025-05-12 09:29:26 +02:00
parent 47508d5c6e
commit 1d15baf405
No known key found for this signature in database

View File

@ -0,0 +1,10 @@
---
- name: Warn for usage of deprecated role
fail:
msg: bootstrap-os is deprecated, switch to bootstrap_os
ignore_errors: true # noqa ignore-errors
run_once: true
- name: Compat for direct role import
import_role:
name: bootstrap_os