Skip to content

Commit c26bf39

Browse files
authored
fix typo
1 parent 4d9bc71 commit c26bf39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Infrastructure-provisioning/Ansible/ansible-concepts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
- **Playbook**: a `YAML` file containing a series of procedures that should be automated.
1717
- **Task**: a block that defines a single procedure to be executed, e.g.: install a package.
1818
- **Module**: a module typically abstracts a system task, like dealing with packages or creating and changing files. Ansible has a multitude of built-in modules, but you can also create custom ones.
19-
- **Role**: a set of related playbooks, templates and other files, organized in a pre-defined way to facilitate reuse and shareing.
19+
- **Role**: a set of related playbooks, templates and other files, organized in a pre-defined way to facilitate reuse and sharing.
2020
- **Play**: a provisioning executed from start to finish is called a play.
2121
- **Facts**: global variables containing information about the system, like network interfaces or operating system.
2222
- **Handlers**: used to trigger service status changes, like restarting or reloading a service.

0 commit comments

Comments
 (0)