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
New module: remove_host #18596
base: devel
Are you sure you want to change the base?
New module: remove_host #18596
Conversation
making note of needing docs (module stub) once this is merged |
Thanks for accepting this, but the test should fail, looks like this commit misses something to have it executed, any clue please ? |
@jpic The tests need referencing from |
Thank you @gundalow ! Tests are running, but it can't find remote_host. Probably because it's missing from modules/core ? ansible/ansible-modules-core#5726
Locally it works great:
Isn't the best thing to do now creating another branch with a submodule reference to my fork of core modules ? |
Changes to Once the above is done this you can test this PR. Please remove the change to The git submodule pain will be going away very shortly |
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.
needs_revision
@jpic One of the test failures is due to a yamllint test failure:
|
rebase needed |
@gundalow is there any change request that is not implemented ? |
ISSUE TYPE
COMPONENT NAME
remove_host
ANSIBLE VERSION
SUMMARY
Added remove_host module. This is for when a task actually destroys a host, then it can be removed from further plays.