Skip to content

Commit

Permalink
Use include_tasks instead
Browse files Browse the repository at this point in the history
  • Loading branch information
rounakdatta committed Jan 13, 2024
1 parent 009305f commit fcbbdfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/launch-orchestrators/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
recurse: yes

- name: launch systemd services
include: configure.yml
include_tasks: configure.yml
vars:
HostIp: "{{ HOST_EXTERNAL_IPV4 }}"
service: "{{ item }}"
Expand Down

0 comments on commit fcbbdfb

Please sign in to comment.