Skip to content

Commit

Permalink
Merge pull request #812 from dhoppe/patch-1
Browse files Browse the repository at this point in the history
Remove whitespace from conditional operator
  • Loading branch information
IPvSean authored May 2, 2020
2 parents 67b29c3 + 6f0b862 commit c874322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/ansible_rhel/1.5-handlers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ To implement a conditional, the `when` statement must be used, followed by the c
| \> | true if the left hand side is greater than the right hand side. |
| \>= | true if the left hand side is greater or equal to the right hand side. |
| \< | true if the left hand side is lower than the right hand side. |
| \< = | true if the left hand side is lower or equal to the right hand side. |
| \<= | true if the left hand side is lower or equal to the right hand side. |

For more on this, please refer to the documentation: <http://jinja.pocoo.org/docs/2.10/templates/>

Expand Down

0 comments on commit c874322

Please sign in to comment.