From 40dc285a3159c2b383a98b4f79a944b1de23fa90 Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Fri, 21 Feb 2025 16:27:54 +0900 Subject: [PATCH] Update docs/playbook-tags.md: add a copyright header The original author can be seen here: 66a812d99c12cb24f38f57fb271875ca80a9d4cc/docs/installing.md#L12-L35 Signed-off-by: Suguru Hirahara --- docs/playbook-tags.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/playbook-tags.md b/docs/playbook-tags.md index 02da3ea7e..cd5cdcb39 100644 --- a/docs/playbook-tags.md +++ b/docs/playbook-tags.md @@ -1,3 +1,10 @@ + + # Playbook tags The Ansible playbook's tasks are tagged, so that certain parts of the Ansible playbook can be run without running all other tasks.