Skip to content

Commit

Permalink
Replace truthy value (#1428)
Browse files Browse the repository at this point in the history
This fixes an linter warning created by yamllint when called from ansible-lint
  • Loading branch information
JensHeinrich committed Mar 4, 2021
1 parent 0dd9a7f commit 3286c77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rules.rst
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ works with the *command* or *shell* modules only. Examples:
- name: this would typically fire command-instead-of-module
command: git pull --rebase
args:
warn: False
warn: false
- name: this would typically fire git-latest
git: src=/path/to/git/repo dest=checkout
Expand Down

0 comments on commit 3286c77

Please sign in to comment.