mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-27 07:01:22 -07:00
Fix bool notation in systemd (#39064)
This commit is contained in:
parent
ebdf6d0fab
commit
74420ecadf
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ EXAMPLES = '''
|
||||||
systemd:
|
systemd:
|
||||||
name: dnf-automatic.timer
|
name: dnf-automatic.timer
|
||||||
state: started
|
state: started
|
||||||
enabled: True
|
enabled: yes
|
||||||
|
|
||||||
- name: just force systemd to reread configs (2.4 and above)
|
- name: just force systemd to reread configs (2.4 and above)
|
||||||
systemd:
|
systemd:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue