Fix missing required task when using tags.
This commit is contained in:
parent
b619c94acc
commit
d55a9f85b7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user