Skip to content

Commit

Permalink
don't run installer again after we restored the backup
Browse files Browse the repository at this point in the history
foreman-maintain runs the installer after the restore for us, no need to
repeat things
  • Loading branch information
evgeni committed Mar 5, 2024
1 parent a6f61dd commit 2b2f438
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions roles/satellite-clone/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -312,11 +312,6 @@
create: yes
line: "---\n:foreman:\n :username: admin\n :password: changeme"

- name: Run installer upgrade to match latest z-version
command: '{{ satellite_installer_cmd }} {{ satellite_upgrade_options | default("") }}'
environment:
HOSTNAME: "{{ hostname }}"

- name: Test Satellite
command: hammer ping

Expand Down

0 comments on commit 2b2f438

Please sign in to comment.