Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: RedHatSatellite/satellite-clone
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ce2e35e70715bb1dacb842ea7f76a4e2243f04a1
Choose a base ref
..
head repository: RedHatSatellite/satellite-clone
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 232ca07b096d6ca716b2605c4734cc180df58934
Choose a head ref
Showing with 0 additions and 3 deletions.
  1. +0 −3 roles/satellite-clone/tasks/main.yml
3 changes: 0 additions & 3 deletions roles/satellite-clone/tasks/main.yml
Original file line number Diff line number Diff line change
@@ -97,9 +97,6 @@
yum: name=satellite state=latest
when: satellite_version == 6.2

- name: Check for pulp event_listeners
command: mongo pulp_database --eval "DBQuery.shellBatchSize = 10000000; db.event_listeners.find().shellPrint()"

# The postgres user is created after installing postgresql packages, so
# we perform this owner/group change at this point rather than earlier
- name: change owner of backup directory to postgres