mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Use blockquote in docs.
This commit is contained in:
parent
cb9c3a8bd7
commit
18be6dcb62
1 changed files with 1 additions and 1 deletions
|
@ -332,7 +332,7 @@ As a reminder, to see what derived variables are available, you can do::
|
|||
|
||||
ansible hostname.example.com -m setup
|
||||
|
||||
Tip: Sometimes you'll get back a variable that's a string and you'll want to do a comparison on it. You can do this like so:
|
||||
Tip: Sometimes you'll get back a variable that's a string and you'll want to do a comparison on it. You can do this like so::
|
||||
|
||||
tasks:
|
||||
- shell: echo "only on Red Hat 6, derivatives, and later"
|
||||
|
|
Loading…
Add table
Reference in a new issue