Skip to content

Commit

Permalink
Fix bug in include conditional for backups
Browse files Browse the repository at this point in the history
Fixes Stouts#41
  • Loading branch information
umarniz authored Apr 2, 2018
1 parent 5ea5e24 commit b4c4a2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
tags: [mongodb]

- include: backup.yml
when: mongodb_enabled
when: mongodb_backup_enabled
tags: [mongodb-backup]

0 comments on commit b4c4a2b

Please sign in to comment.