From a8faaeb21f5c340192859757aebfa108e6dacf3e Mon Sep 17 00:00:00 2001 From: Bertrand Lanson Date: Sun, 14 Jul 2024 16:17:39 +0200 Subject: [PATCH] fix: do not try to install docker during bootstrap, as it will depend on which hosts are docker-enabled --- playbooks/bootstrap.yml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/playbooks/bootstrap.yml b/playbooks/bootstrap.yml index f2ef03e..1379e86 100644 --- a/playbooks/bootstrap.yml +++ b/playbooks/bootstrap.yml @@ -36,20 +36,6 @@ state: present when: "'haproxy_servers' in group_names" - - name: "Include ednz_cloud.install_docker" - ansible.builtin.include_role: - name: ednz_cloud.install_docker - vars: - install_docker_edition: ce - install_docker_auto_update: false - install_docker_start_service: true - install_docker_compose: false - install_docker_python_packages: false - install_docker_users: - - "{{ ansible_user }}" - install_docker_daemon_options: {} - when: "'nomad_agents' in group_names" - - name: "Ensure /etc/localtime exists" ansible.builtin.file: src: /etc/timezone