From 019079e7dd5f84898c545124fa7fef3e982d55cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=20Gl=C3=A4=C3=9F-St=C3=B6cker?= Date: Mon, 19 Sep 2022 21:49:49 +0200 Subject: [PATCH 1/2] add defaults to circumvent problems while running without explicit set vars --- defaults/main.yml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 defaults/main.yml diff --git a/defaults/main.yml b/defaults/main.yml new file mode 100644 index 0000000..280261c --- /dev/null +++ b/defaults/main.yml @@ -0,0 +1,2 @@ +docker_swarm_worker: false +docker_swarm_manager: false \ No newline at end of file From 7b1d20c9cdb915f9a57f3c50d8e8522f5cb6501a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=20Gl=C3=A4=C3=9F-St=C3=B6cker?= Date: Mon, 19 Sep 2022 21:57:08 +0200 Subject: [PATCH 2/2] nfs-common is not needed in the scope of this role --- tasks/main.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index 53cdd5a..ace1dd4 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -8,7 +8,6 @@ - curl - gnupg-agent - software-properties-common - - nfs-common state: present - name: Trust dockers GPG key