From c1776ffb7931193cac46669291fccd77d8844dcf 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 22:06:35 +0200 Subject: [PATCH] remove commented out of scope task --- tasks/main.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/tasks/main.yml b/tasks/main.yml index 07ab43f..4a1569c 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -41,16 +41,6 @@ group: root mode: 0644 -#- hosts: swarm:!NAS -# tasks: -# - name: Mount NFS -# mount: -# path: /mnt/nfs -# src: grace.lan:/ -# fstype: nfs4 -# opts: rw,nosuid,fsc -# state: mounted - - name: Install docker python module pip: executable: pip3