Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions src/user-guide/task-templates/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

Templates define how to run Semaphore tasks. Currently the following task types are supported:

* [Ansible](./ansible.md)
* [Terraform/OpenTofu](./terraform.md)
* [Shell](./bash.md)
* [Powershell](./powershell.md)
* [Python](./python.md)
* [Ansible](apps/ansible.md)
* [Terraform/OpenTofu](apps/terraform.md)
* [Shell](apps/bash.md)
* [Powershell](apps/powershell.md)
* [Python](apps/python.md)
2 changes: 1 addition & 1 deletion src/user-guide/task-templates/apps/ansible.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ This type of template should be used to create [artifacts](https://en.wikipedia.

![](<../../../.gitbook/assets/template\_new\_build\_ipad (1).png>)

Semaphore doesn't support artifacts out-of-box, it only provides task versioning. You should implement the artifact creation yourself. Read the article [CI/CD](../../administration-guide/cicd.md) to know how to do this.
Semaphore doesn't support artifacts out-of-box, it only provides task versioning. You should implement the artifact creation yourself. Read the article [CI/CD](../../../administration-guide/cicd.md) to know how to do this.

### Deploy

Expand Down