Fix missing required task when using tags.

This commit is contained in:
yohan 2024-03-22 23:32:47 +01:00
parent b619c94acc
commit d55a9f85b7

View File

@ -67,6 +67,11 @@
name: role_configure_ovh_instance
tags: configure
- name: switch to new user
set_fact:
ansible_user: "{{ LINUX_USERNAME }}"
tags: common
- name: Include deploy_reverse-proxy tasks
ansible.builtin.include_tasks: "tasks/deploy_reverse-proxy.yml"
tags: deploy_reverse-proxy