summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--vagrant/roles/setup.test/tasks/main.yml8
1 files changed, 0 insertions, 8 deletions
diff --git a/vagrant/roles/setup.test/tasks/main.yml b/vagrant/roles/setup.test/tasks/main.yml
index 899e51c..6c75de9 100644
--- a/vagrant/roles/setup.test/tasks/main.yml
+++ b/vagrant/roles/setup.test/tasks/main.yml
@@ -1,10 +1,2 @@
-- name: cat /etc/resolv.conf
- command: cat /etc/resolv.conf
- register: resolv_conf_contents
-
-- name: content of /etc/resolv.conf
- debug:
- var: resolv_conf_contents.stdout_lines
-
- name: test playbook node connectivity on the setup machine
command: ansible-playbook -i /home/vagrant/ansible/vagrant_ansible_inventory /home/vagrant/ansible/test.local.yml