From 58245e34808f48d59ffd9bf47afe451e9fb527c8 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Fri, 22 Sep 2017 15:53:01 +0300 Subject: [PATCH] roles/common/tasks/main.yml: Remove comment --- roles/common/tasks/main.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/roles/common/tasks/main.yml b/roles/common/tasks/main.yml index c33fcde..dfbb4a9 100644 --- a/roles/common/tasks/main.yml +++ b/roles/common/tasks/main.yml @@ -1,7 +1,4 @@ --- -#- name: Add hostname to /etc/hosts -# lineinfile: dest=/etc/hosts insertafter=^127.0.0.1 line='127.0.1.1 {{ inventory_hostname }}' -# tags: hostname - import_tasks: ntp.yml tags: ntp