1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-05-27 11:32:53 +00:00

Fix a typo in the readme of the skeleton used by ansible-galaxy. (#33807)

`ansible-container init` instead of `ansible-contiainer init`
This commit is contained in:
Haidara Mohamed El Mouctar 2017-12-13 11:35:05 +01:00 committed by René Moser
parent e76e8aed90
commit 20ce0bde30

View file

@ -23,7 +23,7 @@ $ ansible-container install <USERNAME.ROLE_NAME>
$ cd myproject
# Initialize the project
$ ansible-contiainer init
$ ansible-container init
```
- Continue listing any prerequisites here...