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

Automation: How to communicate a selection via <space> as required for assenger-config validate-install #2492

Closed
msuzoagu opened this issue Aug 10, 2023 · 0 comments

Comments

@msuzoagu
Copy link

This is a documentation/enhancement issue.

How should the selection for the command passenger-config validate-install be made when building images?

Demonstrating using an Ansible action:

- name: Validate passenger installation
  become: yes 
  ansible.builtin.expect:
    command: passenger-config validate-install
    responses: 
      Question:
        - 'What would you like to validate\?': ' '
  register: validate_passenger_installation
  failed_when: false

I can't find any information for how this should work. Any feedback would be greatly appreciated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant