Skip to content

Commit 03fb964

Browse files
authored
Merge pull request MichaelCade#401 from Me1e/patch-4
2 parents 546a15d + 5dd5919 commit 03fb964

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

2022/Days/day64.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Before we then start to look at controlling other nodes in our environment, we c
3737

3838
![](Images/Day64_config2.png)
3939

40-
Or an actual real-life use for a module might be something like `ansible webservers --m service -a "name=httpd state=started"` this will tell us if all of our webservers have the httpd service running. I have glossed over the webservers term used in that command.
40+
Or an actual real-life use for a module might be something like `ansible webservers -m service -a "name=httpd state=started"` this will tell us if all of our webservers have the httpd service running. I have glossed over the webservers term used in that command.
4141

4242
### hosts
4343

0 commit comments

Comments
 (0)