You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
437 B
8 lines
437 B
3 years ago
|
%ansible_collection_url() https://galaxy.ansible.com/%{collection_namespace}/%{collection_name}
|
||
|
|
||
|
%ansible_collection_build() ansible-galaxy collection build
|
||
|
|
||
|
%ansible_collection_install() ansible-galaxy collection install -n -p %{buildroot}%{_datadir}/ansible/collections %{collection_namespace}-%{collection_name}-%{version}.tar.gz
|
||
|
|
||
|
%ansible_collection_files %{_datadir}/ansible/collections/ansible_collections/%{collection_namespace}/
|