Fix issues reported by ansible-lint
This commit is contained in:
parent
a90840b1dc
commit
2e100d290f
59 changed files with 315 additions and 244 deletions
|
@ -4,10 +4,11 @@
|
|||
- watchtower
|
||||
- container
|
||||
block:
|
||||
- import_tasks: deploy-common-service.yml
|
||||
|
||||
- name: Import tasks to deploy common service
|
||||
ansible.builtin.import_tasks: tasks/deploy-common-service.yml
|
||||
|
||||
- name: Copy the run-once script
|
||||
ansible.builtin.copy:
|
||||
src: run-once.sh
|
||||
dest: "{{ (service_path, 'run-once.sh') | path_join }}"
|
||||
mode: '0755'
|
||||
mode: "0755"
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
---
|
||||
svc:
|
||||
name: watchtower
|
||||
|
||||
|
|
Reference in a new issue