Skip to content

Commit

Permalink
use "has_pulp2" variable
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni committed Mar 7, 2022
1 parent 6c21aa7 commit 896d09c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/satellite-clone/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -322,14 +322,14 @@
- reset_pulp_data
- not clone_pulp_data_exists
- not online_backup
- satellite_version in ["6.6", "6.7", "6.8", "6.9"]
- has_pulp2

- include_tasks: reset_pulpcore_data.yml
when:
- reset_pulp_data
- not clone_pulp_data_exists
- not online_backup
- satellite_version not in ["6.6", "6.7", "6.8", "6.9"]
- not has_pulp2

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

0 comments on commit 896d09c

Please sign in to comment.