Skip to content

Commit

Permalink
don't restrict pulp data things to "not online"
Browse files Browse the repository at this point in the history
this IMHO never made actual sense, but these days all backups are
"online" in terms of "have DB dumps"
  • Loading branch information
evgeni committed Sep 13, 2024
1 parent 85bc189 commit 3cc2fd0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions roles/satellite-clone/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,6 @@
include_tasks: ensure_pulp_data_permissions.yml
when:
- not clone_pulp_data_exists
- not online_backup

- name: untar config files (for cloning only)
command: tar --selinux --overwrite -xf {{ backup_dir }}/config_files.tar.gz -C / --exclude=var/lib/foreman/public
Expand Down Expand Up @@ -295,7 +294,6 @@
when:
- reset_pulp_data
- not clone_pulp_data_exists
- not online_backup

- name: Wait 60 seconds for services to be fully up
wait_for:
Expand Down

0 comments on commit 3cc2fd0

Please sign in to comment.