Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-Authored-By: Eric Stroczynski <estroczy@redhat.com>
  • Loading branch information
asmacdo and Eric Stroczynski committed Dec 12, 2019
1 parent b0fb078 commit f1d15fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/ansible/dev/developer_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -451,8 +451,8 @@ If your operator takes advantage of the `k8s_status` Ansible module and you are
interested in testing the operator with `operator-sdk up local`, then
you will need to install the collection locally.

``` bash
ansible-galaxy collection install operator_sdk.util
```sh
$ ansible-galaxy collection install operator_sdk.util
```
## Extra vars sent to Ansible
The extra vars that are sent to Ansible are managed by the operator. The `spec`
Expand Down

0 comments on commit f1d15fb

Please sign in to comment.