diff options
Diffstat (limited to 'functions.sh')
-rwxr-xr-x | functions.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/functions.sh b/functions.sh index 3f61d3b..d16f473 100755 --- a/functions.sh +++ b/functions.sh @@ -249,6 +249,8 @@ cp ${PROJECT_ROOT}/${INSTALLER}/ansible.cfg \ ${PROJECT_ROOT}/container-experience-kits/ansible.cfg cp ${PROJECT_ROOT}/${INSTALLER}/patched_rhel_packages.yml \ ${PROJECT_ROOT}/container-experience-kits/roles/bootstrap/install_packages/tasks/rhel.yml +cp ${PROJECT_ROOT}/${INSTALLER}/patched_packages.yml \ + ${PROJECT_ROOT}/container-experience-kits/roles/bootstrap/install_packages/tasks/main.yml sudo docker run --rm \ -e ANSIBLE_CONFIG=/bmra/ansible.cfg \ |