tripleo-quickstart-extras/roles/undercloud-deploy/templates/install_novajoin.sh.j2
Sorin Sbarnea 04585eb6f4 Use dnf and python3 on platforms where these are default
Roles do not need to make any assumptions about having some facts
already gathered, thus at start they should assure they gather any
missiong facts that are used inside the role.

Change-Id: I49fd1a0c070d96aecb880164acde490c9e7c95ef
Story: https://tree.taiga.io/project/tripleo-ci-board/task/153
Depends-On: https://review.openstack.org/#/c/615489/
2018-11-05 15:58:33 +00:00

14 lines
269 B
Django/Jinja

#!/usr/bin/env bash
### --start_docs
## Install the required packages for novajoin/TLS-everywhere
## =========================================================
## * Install python-novajoin
## ::
sudo {{ ansible_pkg_mgr }} install -y python-novajoin
### --stop_docs