Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix play summary taint in legacy cron entry assertion for ansible past 2.12 #94

Merged

Commits on Mar 21, 2023

  1. Update delete_legacy_cron_entry.yml

    ignore_errors:true on the old version test.  While the failure will not halt execution, it will color the summary output red for every host which executes the restic role even if most of them are set to use systemd
    
    Signed-off-by: Jeremy Hettenhouser <jhettenh@gmail.com>
    borland502 authored Mar 21, 2023
    Configuration menu
    Copy the full SHA
    c62e2a4 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2023

  1. Update delete_legacy_cron_entry.yml

    Fixed (SCHEDULE) (OLD) check tainting the play recap as well as the assumption that cron_delete.failed will be defined.
    
    Signed-off-by: Jeremy Hettenhouser <jhettenh@gmail.com>
    borland502 authored Mar 22, 2023
    Configuration menu
    Copy the full SHA
    ba17cc6 View commit details
    Browse the repository at this point in the history