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

Replace ansible.builtin.pause with ansible.builtin.wait_for #29

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Commits on Aug 20, 2024

  1. Replace ansible.builtin.pause with ansible.builtin.wait_for

    This fixes an issue when running with strategy free:
    > ERROR! The 'ansible.builtin.pause' module bypasses the host loop, which
    > is currently not supported in the free strategy and would instead
    > execute for every host in the inventory list.
    
    Furthermore, the documentation for ansible.builtin.pause states:
    To pause/wait/sleep per host, use the ansible.builtin.wait_for module.
    
    See https://docs.ansible.com/ansible/latest/collections/ansible/builtin/pause_module.html
    jhohwieler committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    0a8c1bd View commit details
    Browse the repository at this point in the history