Skip to content

Commit

Permalink
Merge pull request oVirt#318 from eslutsky/remove-lock-before-engine-…
Browse files Browse the repository at this point in the history
…setup

remove version lock from the engine
  • Loading branch information
eslutsky authored May 3, 2020
2 parents 7a4215f + e6fdb15 commit e920aaf
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tasks/restore_backup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,3 +97,11 @@
with_items:
- "OVESETUP_PKI/renew=bool:{{ he_pki_renew_on_restore }}"
- "QUESTION/1/OVESETUP_SKIP_RENEW_PKI_CONFIRM=str:yes"
- name: remove version lock from the engine
file:
state: absent
path: /etc/yum/pluginconf.d/versionlock.list
- name: recreate versionlock empty file
file:
state: touch
path: /etc/yum/pluginconf.d/versionlock.list

0 comments on commit e920aaf

Please sign in to comment.