summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--centos-7.4-x86_64.json7
1 files changed, 4 insertions, 3 deletions
diff --git a/centos-7.4-x86_64.json b/centos-7.4-x86_64.json
index 29560dd..0cd8b23 100644
--- a/centos-7.4-x86_64.json
+++ b/centos-7.4-x86_64.json
@@ -93,8 +93,9 @@
"numvcpus": "{{ user `cpus` }}"
}
}],
- "post-processors": [{
- "type": "manifest",
- "output": "{{ user `output_directory` }}/manifest.json"
+ "provisioners": [{
+ "type": "ansible",
+ "playbook_file": "{{ user `playbook` }}",
+ "extra_arguments": "{{ user `extra_ansible_args` }}"
}]
}