Skip to content

Commit

Permalink
Pass version into the playbooks (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Hallisey authored Nov 8, 2018
1 parent 68203cf commit 8d23726
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions playbooks/deprovision.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@
- import_playbook: "/etc/ansible/roles/kubevirt-ansible/playbooks/kubevirt.yml"
vars:
apb_action: deprovision
version: "{{ version }}"
1 change: 1 addition & 0 deletions playbooks/provision.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@
- import_playbook: "/etc/ansible/roles/kubevirt-ansible/playbooks/kubevirt.yml"
vars:
apb_action: provision
version: "{{ version }}"

0 comments on commit 8d23726

Please sign in to comment.