Skip to content

Commit

Permalink
Fix indents in Getting Started example playbook (#4104)
Browse files Browse the repository at this point in the history
Fix indents in Getting Started example playbook.
  • Loading branch information
akira6592 authored Dec 19, 2023
1 parent 11a1de9 commit f343089
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,9 @@ create.yml destroy.yml molecule.yml converge.yml

``` yaml
- name: Verify
hosts: all
become: true
tasks:
hosts: all
become: true
tasks:
- name: Initialize role without actually running it
ansible.builtin.include_role:
name: my_role
Expand Down

0 comments on commit f343089

Please sign in to comment.