vagrant@localhost:~$ ansible-galaxy install wluisaraujo.theforeman
vagrant@localhost:~$ ansible-galaxy install -r wluisaraujo.theforeman/requirements.txt
- None
---
- hosts: localhost
vars:
- name: value
roles:
- theforeman
...
vagrant@localhost:~$ ansible-galaxy install wluisaraujo.theforeman
vagrant@localhost:~$ ansible-galaxy install -r wluisaraujo.theforeman/requirements.txt
---
- hosts: localhost
vars:
- name: value
roles:
- theforeman
...