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

Update replication.yml to use "| default(omit, true)" for delegate_to #533

Closed
wants to merge 1 commit into from

Commits on Dec 6, 2023

  1. Update replication.yml to use "| default(omit, true)" for delegate_to

    Looks like this was a change in ansible-core 2.16 which results in an error like 
    
    fatal: [10.63.4.102 -> {{ mysql_replication_master }}]: FAILED! => {"msg": "Supplied entity must be Host or Group, got <class 'ansible.inventory.host.Host'> instead"}
    
    Adding the suggested fix per ansible/ansible#82264
    pgehres authored Dec 6, 2023
    Configuration menu
    Copy the full SHA
    d5c2450 View commit details
    Browse the repository at this point in the history