add version to environment file

Trigger reboot handler when version upgrade during update script
This commit is contained in:
Sergey Bondarev 2018-08-17 17:25:35 +03:00
parent b490231f59
commit ce6854e726

View file

@ -1,3 +1,4 @@
# Environment file for etcd {{ etcd_version }}
ETCD_DATA_DIR={{ etcd_data_dir }}
ETCD_ADVERTISE_CLIENT_URLS={{ etcd_client_url }}
ETCD_INITIAL_ADVERTISE_PEER_URLS={{ etcd_peer_url }}