mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-04 17:53:10 +00:00
Fix bool notation in systemd (#39064)
This commit is contained in:
@@ -100,7 +100,7 @@ EXAMPLES = '''
|
||||
systemd:
|
||||
name: dnf-automatic.timer
|
||||
state: started
|
||||
enabled: True
|
||||
enabled: yes
|
||||
|
||||
- name: just force systemd to reread configs (2.4 and above)
|
||||
systemd:
|
||||
|
||||
Reference in New Issue
Block a user