diff options
Diffstat (limited to 'anslib/patches/ansible-role-ntp-ds-replace-obsolete-constructs.patch')
-rw-r--r-- | anslib/patches/ansible-role-ntp-ds-replace-obsolete-constructs.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/anslib/patches/ansible-role-ntp-ds-replace-obsolete-constructs.patch b/anslib/patches/ansible-role-ntp-ds-replace-obsolete-constructs.patch new file mode 100644 index 0000000..6ad99b9 --- /dev/null +++ b/anslib/patches/ansible-role-ntp-ds-replace-obsolete-constructs.patch @@ -0,0 +1,13 @@ +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 |