added format task
parent
4f3e9b552c
commit
37efcd16c9
@ -0,0 +1,9 @@
|
||||
skip_list:
|
||||
- yaml[indentation]
|
||||
|
||||
# TODO I probably want these to be correct
|
||||
- meta-no-info
|
||||
- meta-incorrect
|
||||
- schema
|
||||
- fqcn-builtins
|
||||
- schema
|
||||
@ -1,10 +1,10 @@
|
||||
# handlers file for setup_hosted_services
|
||||
- name: restart-dashy
|
||||
shell: docker restart dashy
|
||||
command: docker restart dashy
|
||||
ignore_errors: true
|
||||
|
||||
- name: restart-olivetin
|
||||
shell: docker restart olivetin
|
||||
command: docker restart olivetin
|
||||
|
||||
- name: restart-docker-volume-backup
|
||||
shell: docker restart docker-volume-backup
|
||||
command: docker restart docker-volume-backup
|
||||
|
||||
Loading…
Reference in New Issue