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

Use inventory.get_host instead of direct access to inventory.hosts #41860

Merged
merged 2 commits into from
Jun 25, 2018

Conversation

sivel
Copy link
Member

@sivel sivel commented Jun 22, 2018

SUMMARY

Use inventory.get_host instead of direct access to inventory.hosts. Fixes #32152

This allows group_by to work with implicit localhost.

ISSUE TYPE
  • Bugfix Pull Request
COMPONENT NAME

lib/ansible/plugins/strategy/init.py

ANSIBLE VERSION
2.5
2.6
2.7
ADDITIONAL INFORMATION

@ansibot ansibot added affects_2.7 This issue/PR affects Ansible v2.7 bug This issue/PR relates to a bug. needs_triage Needs a first human triage before being processed. small_patch support:core This issue/PR relates to code supported by the Ansible Engineering Team. labels Jun 22, 2018
@s-hertel s-hertel removed the needs_triage Needs a first human triage before being processed. label Jun 22, 2018
@ansibot ansibot added needs_revision This PR fails CI tests or a maintainer has requested a review/revision of the PR. and removed small_patch labels Jun 22, 2018
@sivel sivel merged commit 1a2ef09 into ansible:devel Jun 25, 2018
sivel added a commit to sivel/ansible that referenced this pull request Jun 25, 2018
…nsible#41860)

* Use inventory.get_host instead of direct access to inventory.hosts. Fixes ansible#32152

* Prevent potential side effect, by using self._inventory.localhost directly instead of get_host

(cherry picked from commit 1a2ef09)
sivel added a commit to sivel/ansible that referenced this pull request Jun 25, 2018
sivel added a commit to sivel/ansible that referenced this pull request Jun 25, 2018
…nsible#41860)

* Use inventory.get_host instead of direct access to inventory.hosts. Fixes ansible#32152

* Prevent potential side effect, by using self._inventory.localhost directly instead of get_host

(cherry picked from commit 1a2ef09)
sivel added a commit to sivel/ansible that referenced this pull request Jun 25, 2018
jacum pushed a commit to jacum/ansible that referenced this pull request Jun 26, 2018
…nsible#41860)

* Use inventory.get_host instead of direct access to inventory.hosts. Fixes ansible#32152

* Prevent potential side effect, by using self._inventory.localhost directly instead of get_host
mattclay pushed a commit that referenced this pull request Jun 26, 2018
…41927)

* Use inventory.get_host instead of direct access to inventory.hosts (#41860)

* Use inventory.get_host instead of direct access to inventory.hosts. Fixes #32152

* Prevent potential side effect, by using self._inventory.localhost directly instead of get_host

(cherry picked from commit 1a2ef09)

* Add changelog for #41860
kbreit pushed a commit to kbreit/ansible that referenced this pull request Jul 3, 2018
…host (ansible#41927)

* Use inventory.get_host instead of direct access to inventory.hosts (ansible#41860)

* Use inventory.get_host instead of direct access to inventory.hosts. Fixes ansible#32152

* Prevent potential side effect, by using self._inventory.localhost directly instead of get_host

(cherry picked from commit 1a2ef09)

* Add changelog for ansible#41860
nitzmahone pushed a commit that referenced this pull request Jul 3, 2018
…41926)

* Use inventory.get_host instead of direct access to inventory.hosts (#41860)

* Use inventory.get_host instead of direct access to inventory.hosts. Fixes #32152

* Prevent potential side effect, by using self._inventory.localhost directly instead of get_host

(cherry picked from commit 1a2ef09)

* Add changelog for #41860
@ansible ansible locked and limited conversation to collaborators Jun 26, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
affects_2.7 This issue/PR affects Ansible v2.7 bug This issue/PR relates to a bug. needs_revision This PR fails CI tests or a maintainer has requested a review/revision of the PR. 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.

KeyError: 'localhost' when using group_by
3 participants