-
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
launchd: Add plist option #9102
Conversation
This allows the module to be used with services such as com.openssh.sshd, when the name of the plist file doesn't match the service name. fixes ansible-collections#5932
- Name of the V(.plist) file for the service. | ||
- Defaults to V({name}.plist). | ||
type: str | ||
version_added: 10.1.0 |
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.
Optimistic concurrency: that the PR will be merged within the right window.
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.
10.1.0 should be fine!
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.
Looks good to me! If nobody objects, I'll merge this once it's clear there will be no 10.0.x bugfix release.
Backport to stable-10: 💚 backport PR created✅ Backport PR branch: Backported as #9137 🤖 @patchback |
@moreati thanks for your contribution! |
SUMMARY
This allows the module to be used with services such as com.openssh.sshd, when the name of the plist file doesn't match the service name.
fixes #5932
ISSUE TYPE
COMPONENT NAME
launchd
ADDITIONAL INFORMATION
Before
After