diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2013-10-30 20:59:39 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2015-06-07 02:50:26 +0200 |
commit | a43183028558300268e4cf74fec9631d342c0406 (patch) | |
tree | f6b948ea9ae83cf3e5c8c52e9d4af75e09c0cc4f /roles/common/handlers | |
parent | 4b3fd7e66dc1ed8b577cb522859d290b313b4ab1 (diff) |
Configure /etc/{hosts,hostname,mailname}.
Diffstat (limited to 'roles/common/handlers')
-rw-r--r-- | roles/common/handlers/main.yml | 3 |
1 files changed, 3 insertions, 0 deletions
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 |