Narrow function of task to be strictly role install

This commit is contained in:
AlanCoding 2020-05-19 12:30:10 -04:00
parent bfdd136a46
commit 751ca57390
No known key found for this signature in database
GPG Key ID: FD2C3C012A72926B

View File

@ -122,7 +122,7 @@
register: doesRequirementsExist
- name: fetch galaxy roles from requirements.yml
command: ansible-galaxy install -r roles/requirements.yml -p {{roles_destination|quote}}{{ ' -' + 'v' * ansible_verbosity if ansible_verbosity else '' }}
command: ansible-galaxy role install -r roles/requirements.yml -p {{roles_destination|quote}}{{ ' -' + 'v' * ansible_verbosity if ansible_verbosity else '' }}
args:
chdir: "{{project_path|quote}}"
register: galaxy_result