Skip to content

Commit

Permalink
Fix failure on task "pulp_common : Install
Browse files Browse the repository at this point in the history
dependencies for LDAP via dnf" when not running the entire playbook
with `become==true`.

fixes: pulp#1227
  • Loading branch information
mikedep333 committed Oct 28, 2022
1 parent 053aea1 commit b574290
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGES/1227.bugfix
@@ -0,0 +1 @@
Fix failure on task "pulp_common : Install dependencies for LDAP via dnf" when not running the entire playbook with `become==true`.
1 change: 1 addition & 0 deletions roles/pulp_common/tasks/install_pip.yml
Expand Up @@ -198,6 +198,7 @@
- name: "Install dependencies for LDAP support via {{ ansible_facts.pkg_mgr }}"
package:
name: "{{ __galaxy_ldap_packages }}"
become: true
when:
- pulp_install_plugins_normalized['galaxy-ng'] is defined

Expand Down

0 comments on commit b574290

Please sign in to comment.