mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Fix the name of the upstart service
This commit is contained in:
@@ -91,7 +91,7 @@
|
||||
- "disable_result.enabled == false"
|
||||
|
||||
- name: try to enable a broken service
|
||||
service: name=ansible_test_broken enabled=yes
|
||||
service: name=ansible_broken_test enabled=yes
|
||||
register: broken_enable_result
|
||||
ignore_errors: True
|
||||
|
||||
|
||||
Reference in New Issue
Block a user