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 #13

Open
github-actions bot opened this issue Apr 26, 2024 · 0 comments
Open

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

github-actions bot opened this issue Apr 26, 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`

- name: Verify
  hosts: all
  become: true
  gather_facts: true

  tasks:
    - name: Check if port 9102 is listening
      ansible.builtin.wait_for:
        port: 9102

    - name: Test configuration for warnings
      ansible.builtin.command:
        cmd: bareos-fd --test-config
      become_user: bareos
      register: bareos_fd_test_config
      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
          - bareos-filedaemon-postgresql-python-plugin
          - bareos-filedaemon-percona-xtrabackup-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 0ee4cb4..c7f216c 100644
++ b/requirements.yml

9f5eacbd07732b1d82744a006ff2cc01d8eb2336

@github-actions github-actions bot added the todo label Apr 26, 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