Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Interactive mode fails because of missing ./interactive/ansible_tasks_control_inputs.yml #37

Open
marcelmamula opened this issue Sep 27, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@marcelmamula
Copy link

Problem

  • Playbooks are searching for file that is not included in repository, neither it is mentioned in Readme.
    - name: Playbook Interactive - Trigger prompts for VM provisioning via {{ sap_vm_provision_iac_type }}
      ansible.builtin.include_tasks: "{{ playbook_dir }}/interactive/ansible_tasks_control_inputs.yml"
      when: playbook_enable_interactive_prompts

Solution

  • Stat or Assert check before attempting to load from non-existent file
@marcelmamula marcelmamula added the bug Something isn't working label Sep 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant