Skip to content

Commit

Permalink
include task has been deprecated in ansible - use include_tasks inste…
Browse files Browse the repository at this point in the history
…ad (#821)

I don't know how this one sneaked through, but all others have already been replaced. This needs to be replaced, too.
  • Loading branch information
jmazzitelli authored Sep 23, 2024
1 parent d7a0f9d commit 80388d6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion roles/default/ossmconsole-deploy/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@
# Now deploy all resources for the specific cluster environment

- name: Execute for OpenShift environment
include: openshift/os-main.yml
include_tasks: openshift/os-main.yml
vars:
deployment_last_updated: "{{ current_deployment_last_updated }}"

Expand Down
2 changes: 1 addition & 1 deletion roles/v1.73/ossmconsole-deploy/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@
# Now deploy all resources for the specific cluster environment

- name: Execute for OpenShift environment
include: openshift/os-main.yml
include_tasks: openshift/os-main.yml
vars:
deployment_last_updated: "{{ current_deployment_last_updated }}"

Expand Down
2 changes: 1 addition & 1 deletion roles/v1.89/ossmconsole-deploy/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@
# Now deploy all resources for the specific cluster environment

- name: Execute for OpenShift environment
include: openshift/os-main.yml
include_tasks: openshift/os-main.yml
vars:
deployment_last_updated: "{{ current_deployment_last_updated }}"

Expand Down

0 comments on commit 80388d6

Please sign in to comment.