Skip to content
This repository has been archived by the owner on Oct 31, 2019. It is now read-only.

Commit

Permalink
make the ansible output verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
afeld committed Dec 1, 2017
1 parent bf66b71 commit 5e58db2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packer/wordpress.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
{
"type": "ansible",
"playbook_file": "../../ansible/wordpress.yml",
"extra_arguments": ["--extra-vars", "db_host={{user `db_host`}} db_name={{user `db_name`}} db_user={{user `db_user`}} db_pass={{user `db_pass`}}"]
"extra_arguments": ["-vvv", "--extra-vars", "db_host={{user `db_host`}} db_name={{user `db_name`}} db_user={{user `db_user`}} db_pass={{user `db_pass`}}"]
}
],
"builders": [{
Expand Down

0 comments on commit 5e58db2

Please sign in to comment.