mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix small typo
This commit is contained in:
parent
b9223cdc89
commit
3182a878b5
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ Roles expect files to be in certain directory names. Roles must include at least
|
||||||
Other YAML files may be included in certain directories. For example, it is common practice to have platform-specific tasks included from the ``tasks/main.yml`` file::
|
Other YAML files may be included in certain directories. For example, it is common practice to have platform-specific tasks included from the ``tasks/main.yml`` file::
|
||||||
|
|
||||||
# roles/example/tasks/main.yml
|
# roles/example/tasks/main.yml
|
||||||
- name: added in 2.4, previouslly you used 'include'
|
- name: added in 2.4, previously you used 'include'
|
||||||
import_tasks: redhat.yml
|
import_tasks: redhat.yml
|
||||||
when: ansible_os_platform|lower == 'redhat'
|
when: ansible_os_platform|lower == 'redhat'
|
||||||
- import_tasks: debian.yml
|
- import_tasks: debian.yml
|
||||||
|
|
Loading…
Reference in a new issue