mirror of
https://github.com/atosatto/ansible-minio.git
synced 2024-11-25 11:55:10 +01:00
Convert template comments
Convert `ansible_manged` to comment style.
This commit is contained in:
parent
76a2df8045
commit
3b711900e3
@ -1,4 +1,4 @@
|
|||||||
# {{ ansible_managed }}
|
{{ ansible_managed | comment }}
|
||||||
|
|
||||||
# Minio local/remote volumes.
|
# Minio local/remote volumes.
|
||||||
{% if minio_server_cluster_nodes | length > 0 %}
|
{% if minio_server_cluster_nodes | length > 0 %}
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
# Description: Distributed object storage server built for cloud applications and devops.
|
# Description: Distributed object storage server built for cloud applications and devops.
|
||||||
### END INIT INFO
|
### END INIT INFO
|
||||||
|
|
||||||
# {{ ansible_managed }}
|
{{ ansible_managed | comment }}
|
||||||
|
|
||||||
# Do NOT "set -e"
|
# Do NOT "set -e"
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# {{ ansible_managed }}
|
{{ ansible_managed | comment }}
|
||||||
|
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Minio
|
Description=Minio
|
||||||
|
Loading…
Reference in New Issue
Block a user