Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 469 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 469 Bytes

Run ansible-galaxy as:

ansible-galaxy install -r requirements.yml --ignore-errors --roles-path roles --force

Full File listing:

roles/
- galaxy_test.yml
- galaxy_test_role.yml
tasks/
- create_galaxy_test.yml
- galaxy.yml
- galaxy_test.yml
- galaxy_test_deploy.yml
- galaxytest.yml
- testgalaxy_test.yml
vars/
- galaxy.yml
- galaxy_test.yml
- main_galaxy_test.yml

Actual result will be several files missing the string galaxy_test from the file names.