diff options
author | Sacha Chua <sacha@sachachua.com> | 2022-10-19 09:22:10 -0400 |
---|---|---|
committer | Sacha Chua <sacha@sachachua.com> | 2022-10-19 09:22:10 -0400 |
commit | ec95e5829cdf179be145b229eb3e92178d0e92b8 (patch) | |
tree | df75e0fb6fd84417d4503550f1dd3f17ee26533e /roles/pad-proxy | |
parent | 7671b51616a25fa6cff9c26fe65d5f703ff94e21 (diff) | |
download | emacsconf-ansible-ec95e5829cdf179be145b229eb3e92178d0e92b8.tar.xz emacsconf-ansible-ec95e5829cdf179be145b229eb3e92178d0e92b8.zip |
Add upload
Diffstat (limited to 'roles/pad-proxy')
-rw-r--r-- | roles/pad-proxy/tasks/main.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/roles/pad-proxy/tasks/main.yml b/roles/pad-proxy/tasks/main.yml index b8cfdf3..8de72df 100644 --- a/roles/pad-proxy/tasks/main.yml +++ b/roles/pad-proxy/tasks/main.yml @@ -6,9 +6,6 @@ apt: name: nginx state: present - - debug: - var: ansible_managed - tags: wip - name: Add proxy configuration template: src: etherpad.nginx.conf |