Skip to content
This repository has been archived by the owner on Feb 9, 2022. It is now read-only.

remove version lock from the engine #318

Merged
merged 1 commit into from
May 3, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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
eslutsky marked this conversation as resolved.
Show resolved Hide resolved
path: /etc/yum/pluginconf.d/versionlock.list