1
0
Fork 0
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:
Dag Wieers 2017-10-18 16:47:58 +02:00 committed by GitHub
parent b9223cdc89
commit 3182a878b5

View file

@ -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