diff options
-rwxr-xr-x | functions.sh | 2 | ||||
-rw-r--r-- | playbooks/roles/pre-install/vars/Debian.yml | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/functions.sh b/functions.sh index 1a07ec0..6740ca2 100755 --- a/functions.sh +++ b/functions.sh @@ -183,7 +183,7 @@ if [ ! -d "${PROJECT_ROOT}/engine" ]; then ${PROJECT_ROOT}/engine/engine fi cd ${PROJECT_ROOT}/engine/engine -./deploy.sh -s ironic -d centos7 \ +./deploy.sh -s ironic -d ${DISTRO} \ -p file:///${PROJECT_ROOT}/engine/engine/pdf.yaml \ -i file:///${PROJECT_ROOT}/engine/engine/idf.yaml EOF diff --git a/playbooks/roles/pre-install/vars/Debian.yml b/playbooks/roles/pre-install/vars/Debian.yml index 1a7144b..0ff9b92 100644 --- a/playbooks/roles/pre-install/vars/Debian.yml +++ b/playbooks/roles/pre-install/vars/Debian.yml @@ -4,3 +4,4 @@ bmra_pkgs: - pciutils - ethtool - python3 + - unattended-upgrades |