Skip to content

Commit 56b318e

Browse files
authored
Merge pull request #151 from chpc-tech-eval/stag
Stag
2 parents 8d169b9 + b2b0263 commit 56b318e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tutorial2/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -782,10 +782,10 @@ In this tutorial you will be installing Ansible and using it to automate the cre
782782
ansible -i inventory compute -m ping
783783
784784
#access as an individual host
785-
ansible -m ping compute
785+
ansible -i inventory 10.50.100.0 -m ping
786786
787787
#run command on hosts
788-
ansible -m shell -a 'free -m' compute
788+
ansible -i inventory compute -m shell -a 'free -m'
789789
```
790790
791791
## Create User Accounts

0 commit comments

Comments
 (0)