diff --git a/vars/Debian.yaml b/vars/Debian.yaml index 1dbd834..d043c97 100644 --- a/vars/Debian.yaml +++ b/vars/Debian.yaml @@ -13,4 +13,7 @@ # under the License. --- __ansible_build_depends: + - gcc + - libffi-dev - libssl-dev + - python3-dev diff --git a/vars/RedHat.yaml b/vars/RedHat.yaml index 1f2f5ac..85731e8 100644 --- a/vars/RedHat.yaml +++ b/vars/RedHat.yaml @@ -13,4 +13,7 @@ # under the License. --- __ansible_build_depends: + - gcc-c++ + - libffi-devel - openssl-devel + - python3-devel