kdc: ansible-lint fixes
This commit is contained in:
parent
0745d3a635
commit
b93ad7e514
2 changed files with 12 additions and 12 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue