From 32d08914580a084c47a087704efece93bd790f0c Mon Sep 17 00:00:00 2001 From: Emil Renner Berthing Date: Tue, 25 Sep 2018 20:51:37 +0200 Subject: Keep consistent ordering of rules Do - name: ... module: dest/path: 'destination on target' src: ... state: ... owner: ... group: ... mode: ... with_*: ... notify: ... tags: ... --- roles/fedora/tasks/timezone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roles/fedora/tasks/timezone.yml') diff --git a/roles/fedora/tasks/timezone.yml b/roles/fedora/tasks/timezone.yml index 05a9165..90c2344 100644 --- a/roles/fedora/tasks/timezone.yml +++ b/roles/fedora/tasks/timezone.yml @@ -2,8 +2,8 @@ - name: Create /etc/localtime file: path: '/etc/localtime' - state: link src: '../usr/share/zoneinfo/{{ timezone }}' + state: link force: yes # vim: set ts=2 sw=2 et: -- cgit v1.2.1