mirror of
https://github.com/certbot/certbot.git
synced 2026-06-09 08:42:57 -04:00
only install python3-devel.x86_64 for rhel7
This commit is contained in:
parent
7fa99e3fc9
commit
a618baec2b
2 changed files with 1 additions and 1 deletions
|
|
@ -138,7 +138,6 @@ BootstrapRpmPython3() {
|
|||
|
||||
python_pkgs="python3
|
||||
python3-devel
|
||||
python3-devel.x86_64
|
||||
"
|
||||
|
||||
BootstrapRpmCommonBase "$python_pkgs"
|
||||
|
|
|
|||
|
|
@ -51,6 +51,7 @@ targets:
|
|||
#cloud-config
|
||||
runcmd:
|
||||
- yum-config-manager --enable rhui-REGION-rhel-server-extras rhui-REGION-rhel-server-optional
|
||||
- yum install -y python3-devel.x86_64
|
||||
- ami: ami-0c322300a1dd5dc79
|
||||
name: RHEL8
|
||||
type: centos
|
||||
|
|
|
|||
Loading…
Reference in a new issue