Skip to content

Commit

Permalink
Merge pull request #702 from slagle/edpm_service_types
Browse files Browse the repository at this point in the history
Use edpm_service_types in edpm_update
  • Loading branch information
openshift-merge-bot[bot] authored Jul 23, 2024
2 parents 57c9126 + 3782d71 commit c4d0872
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion roles/edpm_update/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ edpm_update_enable_containers_update: true
edpm_update_exclude_packages:
- openvswitch

edpm_update_running_services: "{{ edpm_services }}"
edpm_update_running_services: "{{ edpm_service_types }}"
2 changes: 1 addition & 1 deletion roles/edpm_update/molecule/default/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@
name: osp.edpm.edpm_update
vars:
edpm_update_enable_containers_update: false
edpm_services: []
edpm_service_types: []

0 comments on commit c4d0872

Please sign in to comment.