Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

disabled as package bareos-filedaemon-ldap-python-plugin #8

Open
github-actions bot opened this issue Feb 12, 2024 · 0 comments
Open

disabled as package bareos-filedaemon-ldap-python-plugin #8

github-actions bot opened this issue Feb 12, 2024 · 0 comments
Labels

Comments

@github-actions
Copy link

disabled as package bareos-filedaemon-ldap-python-plugin

has broken dependencies on Debian (python-ldap instead of python3-ldap)

  • bareos-filedaemon-ldap-python-plugin

# TODO disabled as package `bareos-filedaemon-ldap-python-plugin`

      failed_when:
        - bareos_fd_test_config.stdout_lines is search("There are configuration warnings")

    # have to be specified in converge.yml: `bareos_fd_plugins`
    - name: Check if plugin packages were installed
      ansible.builtin.package:
        name:
          - bareos-filedaemon-mariabackup-python-plugin
          - bareos-filedaemon-postgresql-python-plugin
          # TODO disabled as package `bareos-filedaemon-ldap-python-plugin`
          # has broken dependencies on Debian (python-ldap instead of python3-ldap)
          # - bareos-filedaemon-ldap-python-plugin
        state: present
      check_mode: true
      diff: true
      register: _result
      failed_when: _result.changed
      when:
        - ansible_facts.os_family != "Archlinux"  # not supported for FD Plugins
ndex dba7154..76ee97c 100644
++ b/requirements.txt

2e2662a644b22da95d6ed3b563e73860f4b9aae7

@github-actions github-actions bot added the todo label Feb 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

0 participants