Update porting_guide_2.8.rst (#72041)
##### SUMMARY Removed translatable words from codeblocks as per https://github.com/ansible/ansible/issues/59449 ##### ISSUE TYPE - Docs Pull Request +label: docsite_pr
This commit is contained in:
parent
4187846fe7
commit
88a676246e
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ In Ansible 2.7 and older::
|
|||
|
||||
{{ ((foo | default({})).bar | default({})).baz | default('DEFAULT') }}
|
||||
|
||||
or
|
||||
or::
|
||||
|
||||
{{ foo.bar.baz if (foo is defined and foo.bar is defined and foo.bar.baz is defined) else 'DEFAULT' }}
|
||||
|
||||
|
|
Loading…
Reference in a new issue