bifrost/playbooks/deploy.yaml

10 lines
262 B
YAML

---
- hosts: localhost
connection: local
name: "Provide deprecation notice"
become: no
gather_facts: no
pre_tasks:
- name: "Error"
local_action: fail msg="Legacy roles have been removed. Please use dynamic inventory and deploy-dynamic.yaml"