バージョン指定してインストール
$ ansible-galaxy collection install test:1.0
開発バージョンをインストール
$ ansible-galaxy collection install test:==0.0.3-alpha
ディレクトリを指定してインストール
$ ansible-galaxy collection install my_namespace-my_collection-1.0.0.tar.gz -p ./collections
$ ansible-galaxy collection install test:1.0
$ ansible-galaxy collection install test:==0.0.3-alpha
$ ansible-galaxy collection install my_namespace-my_collection-1.0.0.tar.gz -p ./collections