Browse Source

Add compat and deprecation warning for kubespray-defaults

pull/12202/head
Max Gautier 4 months ago
parent
commit
4052cd5237
Failed to extract signature
1 changed files with 10 additions and 0 deletions
  1. 10
      roles/kubespray-defaults/tasks/main.yml

10
roles/kubespray-defaults/tasks/main.yml

@ -0,0 +1,10 @@
---
- name: Warn for usage of deprecated role
fail:
msg: kubespray-defaults is deprecated, switch to kubespray_defaults
ignore_errors: true # noqa ignore-errors
run_once: true
- name: Compat for direct role import
import_role:
name: kubespray_defaults
Loading…
Cancel
Save