Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
legah2045 committed Oct 21, 2020
1 parent a7cfca6 commit 49155a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ $ sudo yum -y install python3-pip -y
$ sudo useradd ansible
$ echo "ansible ALL=(ALL) NOPASSWD:ALL" | sudo tee /etc/sudoers.d/ansible
$ sudo su ansible
$ subscription-manager repos --enable ansible-2.8-for-rhel-8-x86_64-rpms
$ dnf -y install ansible
$ pip3 install ansible --user
$ pip3 install boto3 --user
```
Expand Down

0 comments on commit 49155a2

Please sign in to comment.