mirror of
https://github.com/dawidd6/action-ansible-playbook.git
synced 2024-11-22 07:26:25 +00:00
add requirements-bundle
This commit is contained in:
parent
7b2f0761a9
commit
c27fb2d7b1
1 changed files with 11 additions and 0 deletions
11
requirements-bundle.yml
Normal file
11
requirements-bundle.yml
Normal file
|
@ -0,0 +1,11 @@
|
|||
# https://docs.ansible.com/ansible/latest/user_guide/collections_using.html
|
||||
roles:
|
||||
# Install a role from Ansible Galaxy.
|
||||
- name: geerlingguy.java
|
||||
version: 1.9.6
|
||||
|
||||
collections:
|
||||
# Install a collection from Ansible Galaxy.
|
||||
- name: geerlingguy.php_roles
|
||||
version: 0.9.3
|
||||
source: https://galaxy.ansible.com
|
Loading…
Reference in a new issue