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 sbbroot committed Aug 17, 2021
1 parent e976987 commit 824b669
Showing 1 changed file with 1 addition and 1 deletion.
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 824b669

Please sign in to comment.