websoft9/apps/roles/README.md

7 lines
184 B
Markdown
Raw Normal View History

2022-02-14 15:36:09 +08:00
#### About
you can run the command in your root directory of Ansible project to pull all roles defined in requirements.yml
```
ansible-galaxy install -r requirements.yml -f
```