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__

302 active golfers, 946 entries

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

03/19/2022 at 01:46AM

9
#>180 - Julio CPP / @jcaesarpp

03/19/2022 at 01:43AM

9
#>180 - Julio CPP / @jcaesarpp

03/19/2022 at 01:45AM

10
#>240 - Julio CPP / @jcaesarpp

03/19/2022 at 01:42AM

11
#>275 - Julio CPP / @jcaesarpp

03/19/2022 at 01:41AM

11
#>275 - Julio CPP / @jcaesarpp

03/19/2022 at 01:41AM

11
#>275 - Julio CPP / @jcaesarpp

03/19/2022 at 01:42AM

12
#>288 - Julio CPP / @jcaesarpp

03/19/2022 at 01:40AM

13
#>295 - Julio CPP / @jcaesarpp

03/19/2022 at 01:38AM

13
#>295 - Julio CPP / @jcaesarpp

03/19/2022 at 01:42AM

15
#>297 - Julio CPP / @jcaesarpp

03/19/2022 at 01:40AM

17
#>297 - Julio CPP / @jcaesarpp

03/19/2022 at 01:38AM

24
#>299 - Julio CPP / @jcaesarpp

03/19/2022 at 01:35AM

28
#>299 - Julio CPP / @jcaesarpp

03/19/2022 at 01:34AM

82
#>302 - Julio CPP / @jcaesarpp

03/19/2022 at 01:37AM