kdc: ansible-lint fixes

This commit is contained in:
Timo Makinen 2022-10-30 16:33:43 +00:00
parent 0745d3a635
commit b93ad7e514
2 changed files with 12 additions and 12 deletions

View file

@ -1,5 +1,5 @@
---
- name: rebuild kdc-container
- name: Rebuild kdc-container
ansible.builtin.command:
argv:
- podman
@ -9,9 +9,9 @@
- /usr/local/src/docker-kdc
become: true
become_user: kdc
notify: restart kdc-container
notify: Restart kdc-container
- name: restart kdc-container
- name: Restart kdc-container
ansible.builtin.service:
name: kdc-container
state: restarted