-
Notifications
You must be signed in to change notification settings - Fork 24k
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
Fix warnings for ufw examples #63505
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
##### SUMMARY Fixes ansible#60335 This fix removes warning messages caused when running the example code. ##### ISSUE TYPE - Docs Pull Request +label: docsite_pr
ansibot
added
affects_2.10
This issue/PR affects Ansible v2.10
community_review
In order to be merged, this PR must follow the community review workflow.
docs
This issue/PR relates to or includes documentation.
module
This issue/PR relates to a module.
needs_triage
Needs a first human triage before being processed.
new_contributor
This PR is the first contribution by a new community member.
support:community
This issue/PR relates to code supported by the Ansible community.
system
System category
labels
Oct 15, 2019
samccann
approved these changes
Oct 15, 2019
Thanks @houtd for the Ansible documentation fix! |
sivel
removed
the
needs_triage
Needs a first human triage before being processed.
label
Oct 15, 2019
acozine
pushed a commit
to acozine/ansible
that referenced
this pull request
Oct 15, 2019
(cherry picked from commit e4eea05)
acozine
added a commit
that referenced
this pull request
Oct 16, 2019
* Update sros_config.py (#63132) (cherry picked from commit b3deab4) * add note about collection links (#63346) (cherry picked from commit bdd0fac) * Nosh module documentation update (#63303) * detail the 'status' dictionary * did not add individual descriptions, see nosh documentation for those * sample: False not being rendered unless 'False' is quoted (cherry picked from commit df28378) * Move galaxy appendix info to a new Galaxy section (#63356) * start galaxy docs restructure * shared snippets in txt files * moved all content to galaxy section (cherry picked from commit ae265bc) * Enter should be Italics as it is a menu option (#63441) (cherry picked from commit 7a8c909) * ini_file: remove incorrect documentation (#63394) (cherry picked from commit ab249a4) * Changed with_items to loop in VMware example (#63022) (cherry picked from commit 876a2d5) * ovirt update fetch_nested param doc (#63191) (cherry picked from commit 0beab6b) * Update 'delete' parameter description in synchronize module (#63450) Co-Authored-By: Abhijeet Kasurde <akasurde@redhat.com> (cherry picked from commit da46800) * Update unarchive.py - Further clarify extra_opts (#58102) Update the description in the options to help assist with what the module is looking for in the extra_opts. #31873 alone is not enough since if you are not familiar with the option given in the example it may not be obvious that both elements are part of the same option instead of being two different options. Co-Authored-By: Alicia Cozine <879121+acozine@users.noreply.github.com> (cherry picked from commit e967060) * ovirt_vm add warning about next run configuration (#63458) (cherry picked from commit 16e49fd) * Fix doc - porting_guide_2.8 value example (#63493) (cherry picked from commit e0f67b5) * Fix warnings for ufw examples (#63505) (cherry picked from commit e4eea05)
dagwieers
added
the
docsite_pr
This PR is created from documentation using the "Edit on GitHub" link.
label
Oct 26, 2019
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
affects_2.10
This issue/PR affects Ansible v2.10
community_review
In order to be merged, this PR must follow the community review workflow.
docs
This issue/PR relates to or includes documentation.
docsite_pr
This PR is created from documentation using the "Edit on GitHub" link.
module
This issue/PR relates to a module.
new_contributor
This PR is the first contribution by a new community member.
support:community
This issue/PR relates to code supported by the Ansible community.
system
System category
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
SUMMARY
Fixes #60335
This fix removes warning messages caused when running the example code.
Note:
sysctl part of #60335 appears to have been fixed in #57984
ISSUE TYPE
+label: docsite_pr
SUMMARY
ISSUE TYPE
COMPONENT NAME
ADDITIONAL INFORMATION