Skip to content

Commit

Permalink
hgg
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenmakhanu committed Nov 20, 2021
1 parent 0fb3c1a commit fcd1c7c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions 01-Introduction/02-Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ $ sudo apt install ansible -y
$sudo useradd ansible \
$sudo hostname ansible \
$echo "ansible ALL=(ALL) NOPASSWD:ALL" | sudo tee /etc/sudoers.d/ansible \
$sudo su - ansible
# Enable PassowrdLogin and assign password to ansible user
$sudo su - ansible # Enable PassowrdLogin and assign password to ansible user \
$ sudo yum install python3 -y \
$ sudo alternatives --set python /usr/bin/python3 \
# Install pip package manager for for python
Expand Down

0 comments on commit fcd1c7c

Please sign in to comment.