-
Notifications
You must be signed in to change notification settings - Fork 710
Accommodate specified inventory files #4393
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
a5e6c76 to
7595e5f
Compare
7595e5f to
cfedf17
Compare
cfedf17 to
9a5e309
Compare
9a5e309 to
e5eac53
Compare
e5eac53 to
c5bf8c5
Compare
c5bf8c5 to
5f56898
Compare
5f56898 to
ee4cf85
Compare
ee4cf85 to
f9e104a
Compare
f92d14d to
c8e4e98
Compare
c8e4e98 to
12c1678
Compare
12c1678 to
33abe4a
Compare
33abe4a to
a277b07
Compare
a277b07 to
2a2d3ce
Compare
2a2d3ce to
183a0b4
Compare
183a0b4 to
90ffb04
Compare
90ffb04 to
dab45b1
Compare
843a3e4 to
9eccd15
Compare
9eccd15 to
e9fffb7
Compare
e9fffb7 to
4237abc
Compare
ssbarnea
approved these changes
Dec 6, 2024
The ansible_cfg_inventory conditional in the _get_inventory_files method is used because otherwise, when not passing in an inventory file via CLI, inventory_files would set to the /etc/ansible/hosts (the default value for the DEFAULT_HOST_LIST config). In most cases, I'd presume that wouldn't be desired.
auto-merge was automatically disabled
December 6, 2024 14:25
Head branch was pushed to by a user without write access
9985693 to
48c1440
Compare
ssbarnea
added a commit
that referenced
this pull request
Dec 12, 2024
ssbarnea
added a commit
that referenced
this pull request
Dec 12, 2024
ssbarnea
added a commit
that referenced
this pull request
Dec 12, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes: #4241 #4225