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

Process connection:local after processing the magic variables #24083

Closed
wants to merge 4 commits into from

Commits on Apr 27, 2017

  1. Process the task attributes after processing the magic variables

    This is needed if we expect the task `connection: local` to supersede a group/host `ansible_connection: winrm`.
    
    This fixes ansible#24076.
    dagwieers committed Apr 27, 2017
    Configuration menu
    Copy the full SHA
    b85dc4a View commit details
    Browse the repository at this point in the history
  2. Only affect task connection setting

    Since I don't want to impact other task attributes, this commit only affects `connection` and `ansible_connection`.
    dagwieers committed Apr 27, 2017
    Configuration menu
    Copy the full SHA
    b4df26e View commit details
    Browse the repository at this point in the history
  3. Spacing...

    dagwieers committed Apr 27, 2017
    Configuration menu
    Copy the full SHA
    a40fb5d View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2017

  1. Configuration menu
    Copy the full SHA
    f669972 View commit details
    Browse the repository at this point in the history