imfreedom/ansible

make the podman role yamllint clean

2021-11-22, Gary Kramlich
373d29202911
make the podman role yamllint clean
[Unit]
Description=Vigil Microservices Status Page
After=network.target
[Service]
Type=simple
User=vigil
Group=vigil
ExecStartPre=/sbin/setcap 'cap_net_raw+ep' {{ vigil_home }}/vigil/vigil
ExecStart={{ vigil_home }}/vigil/vigil -c {{ vigil_home }}/vigil/config.cfg
Restart=on-failure
PermissionsStartOnly=true
[Install]
WantedBy=multi-user.target