Skip to content

Commit

Permalink
Merge pull request #32 from hellofresh/fix/variablename
Browse files Browse the repository at this point in the history
Fix variable name
  • Loading branch information
rnurgaliyev authored Aug 22, 2017
2 parents 52be9eb + fa33f02 commit 8266b7d
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 @@ -2,7 +2,7 @@

- name: Include Ad-hoc
include: ad-hocs/main.yml
when: consul_adhoc_build_raft_peers is defined and consul_adhoc_build_raft_peers or consul_adhoc_clear-data-dir is defined and consul_adhoc_clear-data-dir
when: consul_adhoc_build_raft_peers is defined and consul_adhoc_build_raft_peers or consul_adhoc_clear_data_dir is defined and consul_adhoc_clear_data_dir

- name: Include Packages
include: install/packages.yml
Expand Down

0 comments on commit 8266b7d

Please sign in to comment.