mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 23:32:06 -04:00
only install python3-devel.x86_64 for rhel7
This commit is contained in:
parent
2492d42483
commit
92f38e0485
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