-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ci): workaround for broken LDAP plugin package Debian
* chore(lint): replace yes/no with true/false in molecule
- Loading branch information
1 parent
733e61e
commit e2750d8
Showing
4 changed files
with
22 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
--- | ||
- name: Prepare | ||
hosts: all | ||
become: yes | ||
gather_facts: no | ||
become: true | ||
gather_facts: true | ||
|
||
roles: | ||
- role: robertdebock.bootstrap | ||
- role: adfinis.bareos_repository | ||
bareos_repository_enable_tracebacks: yes | ||
bareos_repository_enable_tracebacks: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,4 +21,5 @@ bareos_fd_plugin_list: | |
|
||
- name: ldap | ||
packages: | ||
- python3-ldap | ||
- bareos-filedaemon-ldap-python-plugin |