This repository was archived by the owner on Oct 15, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
molecule/_resources/group_vars/all Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ platform_base:
20
20
# TODO: btw why is there no dnf update while there's an equivalent in all other distros?
21
21
image_setup : |
22
22
if [ $(command -v apt-get) ]; then apt-get update && apt-get upgrade -y && apt-get install -y systemd-sysv python sudo bash ca-certificates && apt-get clean; \
23
- elif [ $(command -v dnf) ]; then dnf makecache && dnf --assumeyes install python sudo python -devel python2 -dnf bash && dnf clean all; \
23
+ elif [ $(command -v dnf) ]; then dnf makecache && dnf --assumeyes install python3 sudo python3 -devel python3 -dnf bash && dnf clean all; \
24
24
elif [ $(command -v yum) ]; then yum makecache fast && yum install -y python sudo yum-plugin-ovl bash && sed -i 's/plugins=0/plugins=1/g' /etc/yum.conf && yum clean all; \
25
25
elif [ $(command -v zypper) ]; then zypper refresh && zypper update -y && zypper install -y python sudo bash python-xml && zypper clean -a; \
26
26
elif [ $(command -v apk) ]; then apk update && apk add --no-cache python sudo bash ca-certificates; fi
You can’t perform that action at this time.
0 commit comments