Ensure yaml pkg imported in modules is installed

Ansible modules rely on custom imports such as yaml. Since we need to
support both overcloud image deployed and pre-deployed servers, we end
up having to track these in two places. Missing deps need to go in the
image and the tripleo_bootstrap role. This change addressed the latter.

Closes-bug: #1894957
Change-Id: Ied27b97db9aab16dd92aa9dc99e93d4834d3c633
Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com>
This commit is contained in:
Bogdan Dobrelya 2020-10-19 14:57:18 +02:00 committed by Bogdan Dobrelya (bogdando)
parent c08f27a074
commit 47612998c7
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ _tripleo_bootstrap_packages_bootstrap:
- openstack-selinux
- os-net-config
- python3-libselinux
- python3-pyyaml
- puppet-tripleo
- rsync
- tmpwatch