diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2018-03-11 19:11:00 +0100 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2018-03-11 19:11:00 +0100 |
commit | 47b40d48fce51c79630feeac84659824a746d4aa (patch) | |
tree | 983e1ab0cee05d12564553484bf7f3bdfc654810 | |
parent | 2b6cea56746c75288ff7b2533581489e2d511741 (diff) | |
download | ntp-ands.tar.gz ntp-ands.tar.bz2 ntp-ands.tar.xz ntp-ands.zip |
Fixes obsolete syntaxands
-rw-r--r-- | tasks/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks/main.yml b/tasks/main.yml index afbf1c2..503f4b0 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -13,7 +13,7 @@ state: present when: ansible_system == "Linux" -- include: clock-rhel-6.yml +- include_tasks: clock-rhel-6.yml when: ansible_os_family == 'RedHat' and ansible_distribution_version.split('.')[0] == '6' - name: Set timezone |