diff options
author | Sacha Chua <sacha@sachachua.com> | 2022-10-16 18:30:31 -0400 |
---|---|---|
committer | Sacha Chua <sacha@sachachua.com> | 2022-10-16 18:30:58 -0400 |
commit | 656e440054f43fc09050ba13e29d4eaaf355fcf5 (patch) | |
tree | e88274f567b89c0f1438521063c0f5550a67ac79 /roles/pad-proxy/tasks | |
parent | 12c465a8f6e127a599b0477094552fc90c7e2ce0 (diff) | |
download | emacsconf-ansible-656e440054f43fc09050ba13e29d4eaaf355fcf5.tar.xz emacsconf-ansible-656e440054f43fc09050ba13e29d4eaaf355fcf5.zip |
Add ansible_managed token to templates
Diffstat (limited to 'roles/pad-proxy/tasks')
-rw-r--r-- | roles/pad-proxy/tasks/main.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/roles/pad-proxy/tasks/main.yml b/roles/pad-proxy/tasks/main.yml index 8de72df..b8cfdf3 100644 --- a/roles/pad-proxy/tasks/main.yml +++ b/roles/pad-proxy/tasks/main.yml @@ -6,6 +6,9 @@ apt: name: nginx state: present + - debug: + var: ansible_managed + tags: wip - name: Add proxy configuration template: src: etherpad.nginx.conf |