You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ma...@apache.org on 2022/07/28 21:48:46 UTC

[airavata] branch develop updated: AIRAVATA-3609 include -> include_tasks, fixes deprecation warning

This is an automated email from the ASF dual-hosted git repository.

machristie pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/airavata.git


The following commit(s) were added to refs/heads/develop by this push:
     new 45882f7ebe AIRAVATA-3609 include -> include_tasks, fixes deprecation warning
45882f7ebe is described below

commit 45882f7ebe16d36a695bf187f78f999b6da26d17
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Thu Jul 28 17:48:36 2022 -0400

    AIRAVATA-3609 include -> include_tasks, fixes deprecation warning
---
 dev-tools/ansible/roles/django_setup/tasks/main.yml | 2 +-
 dev-tools/ansible/roles/httpd/tasks/main.yml        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-tools/ansible/roles/django_setup/tasks/main.yml b/dev-tools/ansible/roles/django_setup/tasks/main.yml
index 2d453e3115..dcec96af2f 100644
--- a/dev-tools/ansible/roles/django_setup/tasks/main.yml
+++ b/dev-tools/ansible/roles/django_setup/tasks/main.yml
@@ -19,6 +19,6 @@
 #
 ---
 
-- include: install_deps_{{ ansible_distribution }}_{{ ansible_distribution_major_version }}.yml
+- include_tasks: install_deps_{{ ansible_distribution }}_{{ ansible_distribution_major_version }}.yml
 
 ...
diff --git a/dev-tools/ansible/roles/httpd/tasks/main.yml b/dev-tools/ansible/roles/httpd/tasks/main.yml
index 90a3ee840b..ac13637c9d 100644
--- a/dev-tools/ansible/roles/httpd/tasks/main.yml
+++ b/dev-tools/ansible/roles/httpd/tasks/main.yml
@@ -5,7 +5,7 @@
   become: yes
   when: ansible_os_family == "RedHat"
 
-- include: install_deps_{{ ansible_distribution }}_{{ ansible_distribution_major_version }}.yml
+- include_tasks: install_deps_{{ ansible_distribution }}_{{ ansible_distribution_major_version }}.yml
 
 - name: allow httpd to connect out to the network
   seboolean: