Skip to content

Commit

Permalink
Fix for restoring rhui-update-client
Browse files Browse the repository at this point in the history
  • Loading branch information
Irek Glownia committed Apr 14, 2021
1 parent c12eabd commit c4fd555
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 c4fd555

Please sign in to comment.