Skip to content

Commit

Permalink
Fix for restoring rhui-update-client (hitachienergy#2095)
Browse files Browse the repository at this point in the history
  • Loading branch information
to-bar authored and atsikham committed Apr 16, 2021
1 parent c807832 commit 2e00d1d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion CHANGELOG-0.9.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
- [#2049](https://github.com/epiphany-platform/epiphany/issues/2049) - Elasticsearch-curator installation fails on RedHat
- [#2131](https://github.com/epiphany-platform/epiphany/issues/2131) - [RedHat/CentOS] Erlang package versions specified in requirements are missing in external repository
- [#2166](https://github.com/epiphany-platform/epiphany/issues/2166) - Replace Bintray repository
- [#2012](https://github.com/epiphany-platform/epiphany/issues/2012) - Patch cgroup drivers (switch to systemd)
- [#1824](https://github.com/epiphany-platform/epiphany/issues/1824) - offline installation fails with error 'yum lockfile is held by another process' (Azure/RHEL)
- [#2067](https://github.com/epiphany-platform/epiphany/issues/2067) - [CentOS] epicli fails on task "repository : Wait for yum lock to be released" on CentOS Minimal

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
register: stat_rhui_update_client_to_restore

- name: Restore /etc/cron.daily/rhui-update-client
command: /var/tmp/rhui-update-client mv /etc/cron.daily/rhui-update-client
command: mv /var/tmp/rhui-update-client /etc/cron.daily/rhui-update-client
when: stat_rhui_update_client_to_restore.stat.exists

- name: Remove epirepo packages directory
Expand Down

0 comments on commit 2e00d1d

Please sign in to comment.