diff --git a/system/systemd.py b/system/systemd.py index 53171a73a1b..9538fd78341 100644 --- a/system/systemd.py +++ b/system/systemd.py @@ -77,6 +77,11 @@ EXAMPLES = ''' name: httpd enabled: yes masked: no +# Example action to enable a timer for dnf-automatic +- systemd: + name: dnf-automatic.timer + state: started + enabled: True ''' RETURN = '''