Skip to content

Commit

Permalink
[readme] Fix Ansible Linting Errors
Browse files Browse the repository at this point in the history
Fixes #2860.

This fixes these two linting errors:
- fqcn-builtins: Use FQCN for builtin actions.
- name: All names should start with an uppercase letter. (name[casing])
  • Loading branch information
etienne-miralytik authored and ljharb committed Aug 24, 2022
1 parent 5a4e918 commit 8fd9480
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,8 @@ If the above doesn't fix the problem, you may try the following:
You can use a task:

```yaml
- name: nvm
shell: >
- name: Install nvm
ansible.builtin.shell: >
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash
args:
creates: "{{ ansible_env.HOME }}/.nvm/nvm.sh"
Expand Down

0 comments on commit 8fd9480

Please sign in to comment.