Provision privatebin

This commit is contained in:
Jake Howard
2021-02-12 23:32:31 +00:00
parent 47df8164fa
commit 3014e5d052
5 changed files with 45 additions and 0 deletions

View File

@ -0,0 +1,4 @@
- name: restart privatebin
shell:
chdir: /opt/privatebin
cmd: "{{ docker_update_command }}"