mirror of
https://github.com/zerwes/ansible-fqcn-converter.git
synced 2024-11-23 09:16:38 -06:00
6 lines
119 B
Makefile
6 lines
119 B
Makefile
export SHELL = /bin/bash
|
|
|
|
|
|
ansible-collection:
|
|
ansible-galaxy collection install -p .collections/ -r requirements.yml
|