switch order of sudo and git

pull/1/head
Cian Hatton 3 years ago
parent 4039392882
commit e493b4812f

@ -9,6 +9,8 @@
# If a container does not exist, the volume will be still be created. # If a container does not exist, the volume will be still be created.
### ###
# TODO: here instead we can probably iterate through all containers with the backup label.
--- ---
- name: Redeploy Portainer and All Volumes - name: Redeploy Portainer and All Volumes
hosts: servers hosts: servers

@ -17,12 +17,12 @@
- name: Install Dev Tooling - name: Install Dev Tooling
import_tasks: ../tasks/install-dev-tooling-tasks.yml import_tasks: ../tasks/install-dev-tooling-tasks.yml
- name: Checkout Git Repos
import_tasks: ../tasks/checkout-git-repos-tasks.yml
- name: Install & Configure Sudo - name: Install & Configure Sudo
import_tasks: ../tasks/install-sudo-tasks.yml import_tasks: ../tasks/install-sudo-tasks.yml
- name: Checkout Git Repos
import_tasks: ../tasks/checkout-git-repos-tasks.yml
- name: Install Docker - name: Install Docker
import_tasks: ../tasks/install-docker-tasks.yml import_tasks: ../tasks/install-docker-tasks.yml

Loading…
Cancel
Save