-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #18 from adfinis/feat/bump_bareos_webui
feat: bump role versions bareos_dir/bareos_webui
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule bareos_dir
updated
10 files
+16 −7 | .github/workflows/molecule.yml | |
+0 −4 | .gitlab-ci.yml | |
+4 −5 | README.md | |
+2 −2 | defaults/main.yml | |
+2 −4 | meta/main.yml | |
+3 −3 | molecule/default/molecule.yml | |
+3 −3 | requirements.txt | |
+4 −1 | requirements.yml | |
+3 −4 | tasks/main.yml | |
+4 −0 | templates/job.conf.j2 |
Submodule bareos_webui
updated
16 files
+19 −21 | .github/workflows/molecule.yml | |
+9 −4 | defaults/main.yml | |
+34 −9 | meta/argument_specs.yml | |
+1 −6 | meta/main.yml | |
+1 −0 | molecule/default/collections.yml | |
+13 −9 | molecule/default/converge.yml | |
+1 −1 | molecule/default/molecule.yml | |
+3 −3 | molecule/default/verify.yml | |
+4 −3 | requirements.txt | |
+3 −0 | requirements.yml | |
+24 −7 | tasks/assert.yml | |
+25 −0 | tasks/letsencrypt.yml | |
+28 −9 | tasks/main.yml | |
+6 −0 | vars/Debian.yml | |
+3 −0 | vars/RedHat.yml | |
+5 −13 | vars/main.yml |