-
Notifications
You must be signed in to change notification settings - Fork 233
automount location: add support for delete_continue. #762
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
base: master
Are you sure you want to change the base?
automount location: add support for delete_continue. #762
Conversation
This is intersting... on my machine with ansible-core 2.12.1, ansible-doc works and generates the expected documentation, but on the Github workflow, it fails. ( |
539fe01
to
b4f4611
Compare
@@ -111,5 +112,6 @@ | |||
- TestLocation_03 | |||
- TestLocation_04 | |||
state: absent | |||
continue: yes |
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.
@rjeffman In this playbook you are just ensuring TestLocation_01, TestLocation_02, TestLocation_03, TestLocation_04 are already removed, right?
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.
Originally, only TestLocation_01
and TestLocation_02
were created, and at this point, both should already be removed. TestLocation_03
and TestLocation_04
were never created. I'm not sure why the original author created this test in this way.
I'm not sure how to properly test delete_continue
, so all I'm doing here is ensuring that its presence does not change the expected result of existing tests.
…ragments The script now fixes the references for all doc_fragments in the plugins/doc_fragments folder. So far it was only fixing the references for ipamodule_base_docs. PR freeipa#762 (automount location: add support for delete_continue) added an other doc_fragment and the references have not been fixes as needed.
1a189ee
to
c04c8a0
Compare
Add support for attribute 'delete_continue' in ipaautomountlocation.
c04c8a0
to
c509c1f
Compare
Add support for attribute 'delete_continue' in ipaautomountlocation.
Must not be merged before #761.
Fix #620