Fix syntax on task "plugins are installed for"

This commit is contained in:
Eric Morino 2021-08-27 10:50:11 +02:00
parent 5e794cd2b6
commit d2ef3fe27f
1 changed files with 1 additions and 2 deletions

View File

@ -68,8 +68,7 @@
version: '{{ item.version }}'
accept_hostkey: yes
force: yes
loop:
- "{{ rbenv_plugins }}"
loop: "{{ rbenv_plugins }}"
become_user: "{{ username }}"
become: yes
tags: