-
Notifications
You must be signed in to change notification settings - Fork 24k
add freebsd_update #41976
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 freebsd_update #41976
Conversation
This comment has been minimized.
This comment has been minimized.
The test
The test
The test
The test
The test
The test
The test
|
force = module.params.get('force') | ||
key = module.params.get('key') | ||
|
||
freebsd_update_bin = module.get_bin_path('freebsd_update', True) |
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.
The bin
on FreeBSD 11.2 is freebsd-update
.
Error:
"Failed to find required executable freebsd_update in paths: /sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/home/freebsd/bin"
Thank you very much for your interest in Ansible. Ansible has migrated much of the content into separate repositories to allow for more rapid, independent development. We are closing this issue/PR because this content has been moved to one or more collection repositories.
For further information, please see: |
SUMMARY
Adding freebsd_update module
This commit is adding freebsd_update module
ISSUE TYPE
COMPONENT NAME
freebsd_update