Skip to content

Commit 6b83d35

Browse files
Add tags to include_tasks in main.yml (#3)
* Add tags to include_tasks in main.yml Change-Id: I11613684c5d2e4b9561103738a5a65643c12b985 Signed-off-by: hazamashoken <earth78203@gmail.com> * fix typo --------- Signed-off-by: hazamashoken <earth78203@gmail.com> Co-authored-by: Freek Bes <36384333+FreekBes@users.noreply.github.com>
1 parent 03f8ed4 commit 6b83d35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
- name: "Include configuration setup process for codam-web-greeter"
1111
ansible.builtin.include_tasks: "setup.yml"
12-
tags: [codam.webgreeter, codam.webgreeter.setup]
12+
tags: [codam.webgreeter, codam.webgreeter.setup, hooks.d, codam.webgreeter.revertdisplaysetup]
1313

1414
- name: "Include ft_lock replacement process"
1515
ansible.builtin.include_tasks: "ft_lock.yml"

0 commit comments

Comments
 (0)