Sen descrición

Fabian Peter Hammerle 5c446f1f73 fix "'dict object' has no attribute 'ActiveState'" when unit is not active %!s(int64=3) %!d(string=hai) anos
tasks 5c446f1f73 fix "'dict object' has no attribute 'ActiveState'" when unit is not active %!s(int64=3) %!d(string=hai) anos
README.md 56850f8131 minimal ansible role configuring systemd unit %!s(int64=3) %!d(string=hai) anos

README.md

Ansible Role: Systemd Unit

Required Variables

systemd_unit_name: some.service
systemd_unit_config: |
  [Unit]
  Description=...
  # ...

Optional Variables

systemd_unit_state: started
systemd_unit_enabled: yes