Skip to content

Commit

Permalink
Revert "update foreman-maintain before stopping services"
Browse files Browse the repository at this point in the history
This reverts commit 7ec68c5.
  • Loading branch information
evgeni authored and ekohl committed Oct 18, 2024
1 parent 7ec68c5 commit 507c629
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions roles/foreman_installer/tasks/upgrade.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
---
- name: 'Update foreman-maintain'
package:
name: rubygem-foreman_maintain
state: latest
when:
- foreman_installer_scenario != 'foreman'
- ansible_os_family == 'RedHat'

- name: 'Stop services'
command: foreman-maintain service stop
when: foreman_installer_scenario != 'foreman'
Expand Down

0 comments on commit 507c629

Please sign in to comment.