Skip to content

Commit

Permalink
Merge pull request #3 from adfinis/fix/molecule
Browse files Browse the repository at this point in the history
fix: molecule issues
  • Loading branch information
adf-patrickha authored Nov 20, 2024
2 parents cb6e8a3 + 2c54370 commit 40af0f2
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
3 changes: 3 additions & 0 deletions requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@
roles:
- name: robertdebock.bootstrap
- name: adfinis.bareos_repository

collections:
- name: community.general
13 changes: 13 additions & 0 deletions templates/autochanger.conf.j2
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{{ ansible_managed | comment }}

Autochanger {
Name = "{{ item.name }}"
Changer Device = {{ item.changer_device }}
Changer Command = "{{ item.changer_command }}"
{% for device in item.devices %}
Device = {{ device }}
{% endfor %}
{% if item.description is defined %}
Description = "{{ item.description }}"
{% endif %}
}

0 comments on commit 40af0f2

Please sign in to comment.