From a1cfc04f1fc0e7176779f0664cfffe01e269d34e Mon Sep 17 00:00:00 2001 From: CVL-GitHub <jupiter.hu@monash.edu> Date: Wed, 7 Jan 2015 08:37:37 +0000 Subject: [PATCH] Remove debug --- roles/nfs-client/tasks/mountFileSystem.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/roles/nfs-client/tasks/mountFileSystem.yml b/roles/nfs-client/tasks/mountFileSystem.yml index a32c1e4..883b49f 100644 --- a/roles/nfs-client/tasks/mountFileSystem.yml +++ b/roles/nfs-client/tasks/mountFileSystem.yml @@ -6,12 +6,6 @@ delegate_to: "{{ nfs_server }}" when: nfsServer is not defined -- name: "Debug ansible_facts dictinary" - debug: msg="debug nfsHomeServer {{ nfsHomeServer['ansible_facts']['ansible_eth0']['ipv4']['address'] }}" - -- name: "Debug ansible_facts dictinary 2" - debug: msg="debug nfsServer {{ nfsServer['ansible_facts']['ansible_eth0']['ipv4']['address'] }}" - - name: "Mounting NFS mounts" mount: "name={{ item.name }} src={{ nfsServer['ansible_facts']['ansible_'+item.interface]['ipv4']['address'] }}:{{ item.src }} fstype={{ item.fstype }} opts={{ item.opts }} state=mounted" with_items: exportList -- GitLab