Real Vim ninjas count every keystroke - do you?

Pick a challenge, fire up Vim, and show us what you got.

Changelog, Rules & FAQ, updates: @vimgolf, RSS.

Your VimGolf key: please sign in

$ gem install vimgolf
$ vimgolf setup
$ vimgolf put 5f0f5fbe280fbf000c233304

Add quotes to ansible playbook

You created an ansible playbook, but forgot to add quotes. Can you fix it?

Start file
---
- hosts: all
  vars
:
    ssh_state
: True
  tasks
:
   
- name: Manage openssh
     
package:
        name
: openssh
        state
: {{ ssh_state }}
End file
---
- hosts: all
  vars
:
    ssh_state
: True
  tasks
:
   
- name: Manage openssh
     
package:
        name
: openssh
        state
: "{{ ssh_state }}"

View Diff

9c9
<         state: {{ ssh_state }}
---
>         state: "{{ ssh_state }}"

Solutions by @jcaesarpp:

Unlock 15 remaining solutions by signing in and submitting your own entry
Created by: @__dadav__

319 active golfers, 1015 entries

Solutions by @jcaesarpp:
8
#62 - Julio CPP / @jcaesarpp

03/19/2022 at 01:46AM

9
#>184 - Julio CPP / @jcaesarpp

03/19/2022 at 01:43AM

9
#>184 - Julio CPP / @jcaesarpp

03/19/2022 at 01:45AM

10
#>247 - Julio CPP / @jcaesarpp

03/19/2022 at 01:42AM

11
#>285 - Julio CPP / @jcaesarpp

03/19/2022 at 01:41AM

11
#>285 - Julio CPP / @jcaesarpp

03/19/2022 at 01:41AM

11
#>285 - Julio CPP / @jcaesarpp

03/19/2022 at 01:42AM

12
#>301 - Julio CPP / @jcaesarpp

03/19/2022 at 01:40AM

13
#>310 - Julio CPP / @jcaesarpp

03/19/2022 at 01:38AM

13
#>310 - Julio CPP / @jcaesarpp

03/19/2022 at 01:42AM

15
#>312 - Julio CPP / @jcaesarpp

03/19/2022 at 01:40AM

17
#>312 - Julio CPP / @jcaesarpp

03/19/2022 at 01:38AM

24
#>316 - Julio CPP / @jcaesarpp

03/19/2022 at 01:35AM

28
#>316 - Julio CPP / @jcaesarpp

03/19/2022 at 01:34AM

82
#>319 - Julio CPP / @jcaesarpp

03/19/2022 at 01:37AM