From a43183028558300268e4cf74fec9631d342c0406 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Wed, 30 Oct 2013 20:59:39 +0100 Subject: Configure /etc/{hosts,hostname,mailname}. --- roles/common/handlers/main.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 roles/common/handlers/main.yml (limited to 'roles/common/handlers') diff --git a/roles/common/handlers/main.yml b/roles/common/handlers/main.yml new file mode 100644 index 0000000..e42534c --- /dev/null +++ b/roles/common/handlers/main.yml @@ -0,0 +1,3 @@ +--- +- name: Refresh hostname + service: name=hostname.sh state=restarted -- cgit v1.2.3