Skip to content

Commit

Permalink
Fix package include
Browse files Browse the repository at this point in the history
  • Loading branch information
bigjools committed Feb 3, 2017
1 parent 3f96eb8 commit 09e7d62
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/ironic_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
{% endfor %}
when: ironic_developer_mode | bool

- include: ironic_install_apt.yml
- include: ironic_install_packages.yml
static: no
when:
- ansible_pkg_mgr == 'apt'
Expand Down
3 changes: 3 additions & 0 deletions vars/redhat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ ironic_conductor_distro_packages:
- ipmitool
- tftp-server

ironic_virtual_hypervisor_packages:
- libvirt-devel # required for virtualbmc pip installation

ironic_conductor_standalone_distro_packages:
# - isc-dhcp-server

Expand Down

0 comments on commit 09e7d62

Please sign in to comment.