Akira Yokochi
f05abd4540
fix become yes/no to true/false ( #80515 )
2 years ago
Daniel-at-github
ec403db1c7
Document how to run all tasks, even the ones with the never tag ( #80315 )
...
Co-authored-by: Martin Krizek <martin.krizek@gmail.com>
2 years ago
dzvision
a6e0012b8a
Update playbooks_templating.rst ( #80375 )
2 years ago
WeiXinFam-Insta
0460f78081
Documentation changes for #80367 and #80270 ( #80391 )
2 years ago
Alicia Cozine
507fd1bd60
Document debugging conditionals ( #80239 )
...
##### SUMMARY
Add a section to the docs describing how to debug conditional statements - how to get Ansible to show you whether your `when:` clause evaluates to `true` or `false`.
I ran into trouble with this and couldn't find anything in the docs. Thought I'd add it.
##### ISSUE TYPE
- Docs Pull Request
+label: docsite_pr
2 years ago
Jairo Llopis
3216e071c7
docs: automatic `always` tag in gather_facts ( #80052 )
2 years ago
Keeper-of-the-Keys
cc8e6d06d0
Update playbooks_conditionals.rst ( #80062 )
...
"changed" was missing from the docs
2 years ago
Sandra McCann
0521184337
clarify playbook tests ( #80073 )
2 years ago
Nicolas P
c8f740cfee
Fix typo docs in playbooks_tags.rst ( #80117 )
2 years ago
Raphael Michel
563833d124
Docs: Clarify note on tags ( #80079 )
...
The current wording could be read as "tasks that are tagged *both* configuration and packages" while in fact it is "tasks that are tagged *either* configuration *or* packages"
2 years ago
Desmond Obisi
5ad77fc7bb
fix: jinja complex type transforms doesn't work as documented ( #80067 )
...
jinja complex type transforms: dict(somelist| slice(2)) doesn't work as documented. Changed the example to use zip_longest
2 years ago
Aastha Varma
940fdf5dba
consistent booleans for page text and code blocks ( #80036 )
...
* consistent booleans for page text and code blocks
* Update check_mode from n to false
2 years ago
Gijikiki
ed879954f9
Update playbooks_tests.rst ( #79788 )
2 years ago
Kenyon Ralph
b5b7f9bce2
complex_data_manipulation.rst: fix typo ( #79758 )
2 years ago
Kristian Heljas
e41d2874a6
Fix `undef()` example to a valid Jinja template ( #79701 )
2 years ago
Peter Tripp
69c874f478
Typo in playbooks_blocks.rst ( #79603 )
2 years ago
Michael Mayer
aa268b8db2
Add example of yaml file with --extra-vars ( #79521 )
2 years ago
seachanged
6cec31574f
Update fileglob.py ( #78887 )
...
Improve documentation for relative file paths
2 years ago
Joseph Shraibman
f089aae5ee
Clarify that b64decode does not work with binary output ( #79294 )
2 years ago
Jordan Borean
e7730f5d6c
Fix up incorrectly quoted doc example ( #79356 )
2 years ago
JaroslavKlech
65e725f08f
#59449 : Removes translatable words from code blocks ( #79193 )
...
Co-authored-by: Jaroslav Klech <jklech@redhat.com>
2 years ago
Brian Coca
6ee089bc80
collection roles dont support plugins ( #79243 )
2 years ago
Sharif Nassar
dfef3260a5
Add code-block wrappers to code examples in playbooks_filters.rst ( #79093 )
...
Fixes #79029
2 years ago
Ishan Siddiqui
f0cc70f9e1
No latin terms ( #79009 )
...
Fixes #79006
2 years ago
Suven-p
173ddde126
Docs: true/false with boolean values in docsite/rst/playbook_guide ( #78958 )
2 years ago
Blaster4385
f7c01bc866
Docs: Provide descriptive labels for http references ( #78959 )
2 years ago
Shivam Durgbuns
6e949d8f5d
Added normpath filter ( #78894 )
...
Signed-off-by: Shivam Durgbuns <sdurgbun@redhat.com>
2 years ago
Shivam Durgbuns
8444d47b11
Adding two new os.path filters and its docs ( #78794 )
...
* Adding two new os.path filters and its docs
Signed-off-by: Shivam Durgbuns <sdurgbun@redhat.com>
2 years ago
Brian Coca
3b937123d2
final docs for filters ( #78800 )
...
Co-authored-by: Felix Fontein <felix@fontein.de>
2 years ago
Martin Krizek
fd19ff2310
Propagate ansible_failed_task to an outer rescue ( #78676 )
...
Fixes #43191
Fixes #72638
Fixes #78042
Co-authored-by: Sandra McCann <samccann@redhat.com>
2 years ago
Don Naro
848143640b
issue 78082 move content and orphan user guide ( #78711 )
2 years ago
wnjuguna
077e1bfe17
Added section about boolean variables ( #78653 )
...
Co-authored-by: William Njuguna <william@coralogix.com>
2 years ago
jw-maynard
ebcf1654c4
Note that `become_user` is required for `runas` ( #78603 )
2 years ago
Joshua Kelley
484a671c5e
Fixes broken links. For the github links this was where references to in the URL are stale due to the default branch in the linked repository now being . While github does have the functionality of dropping you on the default branch (via an HTTP 302 redirect) when it does not recognize the branch you are trying to reach, the fact that most of these links work is more of a coincidence than reliance on a github feature. Also removes unnecessary whitespace where found. ( #78638 )
2 years ago
Joshua Kelley
49fdf59d1f
Fixes typo on docsite playbook_reuse_roles page ( #78630 )
2 years ago
Martin Krizek
811093f022
Move handler processing into new PlayIterator state ( #77955 )
...
Fixes #46447
Fixes #52561
Fixes #54991
Fixes #64611
Fixes #64999
Fixes #65067
Fixes #72725
Fixes #72781
Fixes #77616
2 years ago
Sandra McCann
0a199a07ed
remove old network link ( #78495 )
2 years ago
Felix Fontein
733a767948
Add basic docs on how to create a collection docsite with antsibull-docs. ( #78387 )
2 years ago
Sandra McCann
3ba6348e4d
Galaxy metadata docs update (PR 78280) ( #78374 )
...
Co-authored-by: Root <edroot@s1068319.srn.sandia.gov>
Co-authored-by: Emmanuel Ugwu <32464178+ugwutotheeshoes@users.noreply.github.com>
2 years ago
Sebastian P
cb9b20311c
Update playbooks_variables.rst ( #78359 )
2 years ago
J. Casalino
27b4b74e52
Fix typo and style ( #78365 )
2 years ago
Matt Martz
1429672213
Add pep440 version_type for version test ( #78308 )
2 years ago
Don Naro
7aada8d499
Docs: Issue 78082 Create playbook guide ( #78262 )
2 years ago