Skip to content

Commit

Permalink
fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
akira6592 authored Dec 16, 2023
1 parent 043212d commit 99c9844
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 99c9844

Please sign in to comment.