Run apt update once as pre_task while
Unfortunatly, we still need to update two times the apt package cache: 1. In the very first task before we can install any package (#108). apt-transport-https needs to get installed before we can configure the docker apt repo (2.) 2. After configuring the docker apt repo, and before installing the docker-ce package. Closes #108
Showing
- ansible/bootstrap.yml 1 addition, 1 deletionansible/bootstrap.yml
- ansible/roles/configure/tasks/main.yml 13 additions, 7 deletionsansible/roles/configure/tasks/main.yml
- ansible/roles/prepare_node/tasks/docker.yml 2 additions, 8 deletionsansible/roles/prepare_node/tasks/docker.yml
- ansible/roles/prepare_node/tasks/main.yml 0 additions, 7 deletionsansible/roles/prepare_node/tasks/main.yml
Loading
Please register or sign in to comment