puppet-ironic/releasenotes/notes/ansible-packages-b22b04fd68c9836a.yaml
Dmitry Tantsur 2dae296b45 Make ironic::drivers::ansible actually install required packages
It is assumed that ansible is installed, but realistically it does
not have to. This change install ansible and systemd-python (the latter
required for correct logging in the driver).

Change-Id: I50d15bdd210fa444a0354e3b38acf21ec9d0ac30
2017-12-08 17:13:15 +01:00

6 lines
171 B
YAML

---
fixes:
- |
The ``ironic::drivers::ansible`` manifest now installs dependencies of
the *ansible* deploy method - ``ansible`` and ``systemd-python`` packages.