- add 'ansible_managed'

This commit is contained in:
Wout van Heeswijk 2019-02-20 11:12:41 +01:00
parent 1ba6953741
commit 091f1cc68d
2 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,5 @@
#!/bin/bash #!/bin/bash
# {{ ansible_managed }}
{% for item in certbot_create_standalone_stop_services %} {% for item in certbot_create_standalone_stop_services %}
echo "starting service {{ item }}" echo "starting service {{ item }}"

View File

@ -1,4 +1,5 @@
#!/bin/bash #!/bin/bash
# {{ ansible_managed }}
{% for item in certbot_create_standalone_stop_services %} {% for item in certbot_create_standalone_stop_services %}
echo "stopping service {{ item }}" echo "stopping service {{ item }}"