Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

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: #1227

(cherry picked from commit 502393d)
  • Loading branch information
mikedep333 committed Oct 31, 2022
1 parent 542ad4f commit c9eb1ed
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 c9eb1ed

Please sign in to comment.