Skip to content

Commit c7a48ec

Browse files
committed
replace [!NOTE]
1 parent 766c05c commit c7a48ec

File tree

1 file changed

+17
-10
lines changed

1 file changed

+17
-10
lines changed

docs/admin/provisioners.md

Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -166,9 +166,13 @@ inside the Terraform. See the
166166
[workspace tags documentation](../admin/templates/extending-templates/workspace-tags.md)
167167
for more information.
168168

169-
> [!NOTE] Workspace tags defined with the `coder_workspace_tags` data source
170-
> template **do not** automatically apply to the template import job! You may
171-
> need to specify the desired tags when importing the template.
169+
<blockquote class="admonition note">
170+
171+
Workspace tags defined with the `coder_workspace_tags` data source template
172+
**do not** automatically apply to the template import job! You may need to
173+
specify the desired tags when importing the template.
174+
175+
</blockquote>
172176

173177
A provisioner can run a given build job if one of the below is true:
174178

@@ -190,13 +194,16 @@ However, it will not pick up any build jobs that do not have either of the
190194
from templates with the tag `scope=user` set, or build jobs from templates in
191195
different organizations.
192196

193-
> [!NOTE] If you only run tagged provisioners, you will need to specify a set of
194-
> tags that matches at least one provisioner for _all_ template import jobs and
195-
> workspace build jobs.
196-
>
197-
> You may wish to run at least one additional provisioner with no additional
198-
> tags so that provisioner jobs with no additional tags defined will be picked
199-
> up instead of potentially remaining in the Pending state indefinitely.
197+
<blockquote class="admonition note">
198+
199+
If you only run tagged provisioners, you will need to specify a set of tags
200+
that matches at least one provisioner for _all_ template import jobs and
201+
workspace build jobs.
202+
You may wish to run at least one additional provisioner with no additional tags
203+
so that provisioner jobs with no additional tags defined will be picked up
204+
instead of potentially remaining in the Pending state indefinitely.
205+
206+
</blockquote>
200207

201208
This is illustrated in the below table:
202209

0 commit comments

Comments
 (0)