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

Variable expansion changed from 2.2.0.0 to 2.2.1.0 #22962

Closed
wants to merge 1 commit into from

Conversation

snowsky
Copy link
Contributor

@snowsky snowsky commented Mar 25, 2017

SUMMARY

Fixes #22913

ISSUE TYPE
  • Feature Pull Request
  • Bugfix Pull Request
COMPONENT NAME
ANSIBLE VERSION

ADDITIONAL INFORMATION

@ansibot ansibot added affects_2.4 This issue/PR affects Ansible v2.4 c:playbook/base feature_pull_request needs_triage Needs a first human triage before being processed. labels Mar 25, 2017
@alikins alikins removed the needs_triage Needs a first human triage before being processed. label Mar 27, 2017
@ansibot ansibot added the stale_ci This PR has been tested by CI more than one week ago. Close and re-open this PR to get it retested. label Apr 11, 2017
@ansibot ansibot added the support:core This issue/PR relates to code supported by the Ansible Engineering Team. label Jun 29, 2017
@jimi-c
Copy link
Member

jimi-c commented Aug 17, 2017

Just tested this on devel and I see the correct output:

TASK [set_fact] *******************************************************
task path: /home/jamesc/testing/22913/test.yml:7
ok: [localhost] => {"ansible_facts": {"baz": "{{ foo }}"}, "changed": false, "failed": false}

TASK [debug] **********************************************************
task path: /home/jamesc/testing/22913/test.yml:9
ok: [localhost] => {
    "baz": "somevalue"
}
META: ran handlers
META: ran handlers

Based on the above, we'll go ahead and close this. If you have any further questions, please let us know by stopping by one of the two mailing lists, as appropriate:

Because this project is very active, we're unlikely to see comments made on closed tickets, but the mailing list is a great way to ask questions, or post if you don't think this particular issue is resolved.

Thank you!

@jimi-c jimi-c closed this Aug 17, 2017
@ansibot ansibot added feature This issue/PR relates to a feature request. and removed feature_pull_request labels Mar 4, 2018
@ansible ansible locked and limited conversation to collaborators Apr 26, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
affects_2.4 This issue/PR affects Ansible v2.4 c:playbook/base feature This issue/PR relates to a feature request. stale_ci This PR has been tested by CI more than one week ago. Close and re-open this PR to get it retested. support:core This issue/PR relates to code supported by the Ansible Engineering Team.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Variable expansion changed from 2.2.0.0 to 2.2.1.0
4 participants