Add an option

This commit is contained in:
Andrew Klychkov 2021-03-11 07:52:24 +01:00
commit 4966274d19

View file

@ -53,6 +53,12 @@ mkdir -p ~/ansible_collections/community/mysql
git clone https://github.com/YOURACC/community.mysql.git ~/ansible_collections/community/mysql
```
If you prefer to use the SSH protocol:
```bash
git clone git@github.com:YOURACC/community.mysql.git ~/ansible_collections/community/mysql
```
7. Go there:
```bash
cd ~/ansible_collections/community/mysql