Juniper / contrail-ansible

Ansible scripts used by server manager
Apache License 2.0
5 stars 10 forks source link

Fix for docker-engine installation on 16.04 systems: #29

Open ramprackash opened 7 years ago

ramprackash commented 7 years ago
  1. systemd related configurations are required for both installer based installation as well as package based installation. So moved those tasks to tasks/main.yml
  2. systemd daemon reload must occur before docker service is restarted. Rreorderd the handlers to ensure this.