From: Lorin Hochstein Date: Sat, 18 Feb 2017 22:35:43 +0000 (-0800) Subject: packer test X-Git-Url: https://git.halfball.org/?a=commitdiff_plain;h=d57b4454a784c7af08ddd208dbcf1ff3a3b8c906;p=ansiblebook.git packer test --- diff --git a/ch12/playbooks/raw.yml b/ch12/playbooks/raw.yml new file mode 100644 index 0000000..29eec5e --- /dev/null +++ b/ch12/playbooks/raw.yml @@ -0,0 +1,5 @@ +- name: raw against packer test + hosts: packer + gather_facts: False + tasks: + - raw: whoami