[TRAEFIK] Add check folder
This commit is contained in:
parent
709466ef51
commit
525c6ed2a4
1 changed files with 5 additions and 0 deletions
|
@ -1,5 +1,10 @@
|
|||
---
|
||||
|
||||
- name: Check traefik directory exist
|
||||
ansible.builtin.file:
|
||||
path: traefik
|
||||
state: directory
|
||||
|
||||
- name: Copy traefik conf
|
||||
ansible.builtin.copy:
|
||||
backup: true
|
||||
|
|
Loading…
Reference in a new issue