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

`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...