Browse Source

Add compat and deprecation warning for boostrap-os

pull/12203/head
Max Gautier 4 months ago
parent
commit
1d15baf405
Failed to extract signature
1 changed files with 10 additions and 0 deletions
  1. 10
      roles/bootstrap-os/tasks/main.yml

10
roles/bootstrap-os/tasks/main.yml

@ -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
Loading…
Cancel
Save