add restart_syslog_debian_12 handler; galaxy version bump

This commit is contained in:
Chris Hammer 2023-12-09 00:42:18 -05:00
parent 66078bf3ad
commit a62b2a9c33
2 changed files with 6 additions and 1 deletions

View File

@ -8,7 +8,7 @@ namespace: jchristianh
name: baseos name: baseos
# The version of the collection. Must be compatible with semantic versioning # The version of the collection. Must be compatible with semantic versioning
version: 1.0.9 version: 1.0.10
# The path to the Markdown (.md) readme file. This path is relative to the root of the collection # The path to the Markdown (.md) readme file. This path is relative to the root of the collection
readme: README.md readme: README.md

View File

@ -29,6 +29,11 @@
name : rsyslog name : rsyslog
state : restarted state : restarted
- name: restart_syslog_debian_12
service:
name : rsyslog
state : restarted
- name: restart_syslog_fedora_35 - name: restart_syslog_fedora_35
service: service:
name : rsyslog name : rsyslog