Skip to content

Commit

Permalink
vanilla
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswayg committed Apr 8, 2020
1 parent d87b43d commit f23d374
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion ubuntu-18.04-amd64-proxmox/ubuntu-18.04-amd64-proxmox.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,11 @@
{
"type": "ansible",
"playbook_file": "./playbook/server-template.yml",
"extra_arguments": [ "-v", "--extra-vars", "vm_default_user={{user `vm_default_user`}}" ],
"extra_arguments": [
"-v",
"--extra-vars", "vm_default_user={{user `vm_default_user`}}",
"--tags", "vanilla"
],
"ansible_env_vars": [ "ANSIBLE_CONFIG=./playbook/ansible.cfg", "ANSIBLE_FORCE_COLOR=True" ]
}
],
Expand Down

0 comments on commit f23d374

Please sign in to comment.