Skip to content

Commit

Permalink
Fix command typo
Browse files Browse the repository at this point in the history
Signed-off-by: Anatoli Nicolae <[email protected]>
  • Loading branch information
anatolinicolae committed Mar 9, 2024
1 parent 57c57db commit cc7d6f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notes/cross-node-commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ transfer_method = scp
You should now be able to omit `-i inventory.yml` as follows:

```bash
ansible all -i inventory.yml -m ping
ansible all -m ping
```

## Shell shortcut
Expand Down

0 comments on commit cc7d6f5

Please sign in to comment.