-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Add 'inventory_hostname' to the jail plugin documentation #6118
Add 'inventory_hostname' to the jail plugin documentation #6118
Conversation
cc @None |
Docs Build 📝Thank you for contribution!✨ This PR has been merged and your docs changes will be incorporated when they are next published. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your contribution! Could you please add a changelog fragment? Thanks!
This fixes the following warning on FreeBSD: [WARNING]: The "jail" connection plugin has an improperly configured remote target value, forcing "inventory_hostname" templated value instead of the string
Coming up ☝️ |
Backport to stable-5: 💚 backport PR created✅ Backport PR branch: Backported as #6136 🤖 @patchback |
This fixes the following warning on FreeBSD: [WARNING]: The "jail" connection plugin has an improperly configured remote target value, forcing "inventory_hostname" templated value instead of the string (cherry picked from commit 9a97bc7)
@olgeni thank you very much for fixing this! |
Backport to stable-6: 💚 backport PR created✅ Backport PR branch: Backported as #6137 🤖 @patchback |
This fixes the following warning on FreeBSD: [WARNING]: The "jail" connection plugin has an improperly configured remote target value, forcing "inventory_hostname" templated value instead of the string (cherry picked from commit 9a97bc7)
…e jail plugin documentation (#6136) Add 'inventory_hostname' to the jail plugin documentation (#6118) This fixes the following warning on FreeBSD: [WARNING]: The "jail" connection plugin has an improperly configured remote target value, forcing "inventory_hostname" templated value instead of the string (cherry picked from commit 9a97bc7) Co-authored-by: Giacomo Olgeni <olgeni@olgeni.com>
…e jail plugin documentation (#6137) Add 'inventory_hostname' to the jail plugin documentation (#6118) This fixes the following warning on FreeBSD: [WARNING]: The "jail" connection plugin has an improperly configured remote target value, forcing "inventory_hostname" templated value instead of the string (cherry picked from commit 9a97bc7) Co-authored-by: Giacomo Olgeni <olgeni@olgeni.com>
SUMMARY
On FreeBSD, using the jail connection plugin will print the following warning when processing each task:
[WARNING]: The "jail" connection plugin has an improperly configured remote target value, forcing "inventory_hostname" templated value instead of the string
This was already fixed in other plugins by including "inventory_hostname" in the documentation string.
See for example 5e5af45 and 905f9ec.
ISSUE TYPE
COMPONENT NAME