--- # TODO: remove this playbook. # NOTE: Playbook migrated to: roles/cifmw_setup/tasks/hci_deploy.yml & # 06-deploy-architecture.yml. # This migration is temporary, and will be further migrated to role. # DO NOT EDIT THIS PLAYBOOK. IT WILL BE REMOVED IN NEAR FUTURE.. # - name: Execute the validations role hosts: "{{ cifmw_target_host | default('localhost') }}" gather_facts: false tasks: - name: Run validations ansible.builtin.include_role: name: validations