File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 11* .swp
22* .retry
33* .pyc
4+ venv
Original file line number Diff line number Diff line change @@ -22,13 +22,16 @@ test11 | 1 | N | As for #5 but then deletes a n
2222
2323# Local Installation & Running
2424
25- Local installation on a Centos7 machine looks like:
25+ Local installation on a CentOS 8 machine looks like:
2626
2727 sudo yum install -y gcc python3-pip python3-devel openssl-devel python3-libselinux
2828 sudo yum install -y yum-utils
2929 sudo yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo
3030 sudo yum install -y docker-ce docker-ce-cli containerd.io
31- pip3 install -r molecule/requirements.txt --user
31+ python3 -m venv venv
32+ . venv/bin/activate
33+ pip install -U pip
34+ pip install -r molecule/requirements.txt
3235
3336 sudo systemctl start docker
3437 sudo usermod -aG docker ${USER}
Original file line number Diff line number Diff line change 11pip
22setuptools
3- molecule [docker,lint ]
3+ molecule [docker,lint,ansible ]
You can’t perform that action at this time.
0 commit comments