Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed command typo in 2022 day64 #401

Merged
merged 1 commit into from
May 6, 2023
Merged

Conversation

Me1e
Copy link
Contributor

@Me1e Me1e commented Apr 12, 2023

I realized that the "--m" had one more useless "-" in it, and fixed it.

"-m" was used instead of "--m"
Copy link
Contributor

@shivarm shivarm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

there is a typo, need to be fixed

@@ -37,7 +37,7 @@ Before we then start to look at controlling other nodes in our environment, we c

![](Images/Day64_config2.png)

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.
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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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.
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 https service running. I have glossed over the webservers term used in that command.

@MichaelCade MichaelCade merged commit 03fb964 into MichaelCade:main May 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants