Skip to content

Commit

Permalink
change truthy value to false
Browse files Browse the repository at this point in the history
  • Loading branch information
lxhunter committed Apr 18, 2018
1 parent 572ecba commit e5dab46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/LX401SpecificModulesShouldHaveOwnerGroupMode.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
- hosts: localhost
gather_facts: no
gather_facts: false
tasks:

- name: MUST LIGHT UP - assemble - no owner, no group and no mode
Expand Down
2 changes: 1 addition & 1 deletion tests/LX501TemplateShouldHaveJinjaExtension.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
- hosts: localhost
gather_facts: no
gather_facts: false
tasks:

- name: MUST LIGHT UP - static src
Expand Down

0 comments on commit e5dab46

Please sign in to comment.