Initial
This commit is contained in:
9
roles/workstation/tasks/software/packer.yml
Normal file
9
roles/workstation/tasks/software/packer.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
- name: software | packer | install binary
|
||||
unarchive:
|
||||
src: https://releases.hashicorp.com/packer/{{ packer_version }}/packer_{{ packer_version }}_linux_amd64.zip
|
||||
dest: /usr/local/bin
|
||||
remote_src: yes
|
||||
mode: 0755
|
||||
owner: root
|
||||
group: root
|
||||
when: packer is defined and packer == true
|
||||
Reference in New Issue
Block a user