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

The best way to learn is to practice. Below, you will find some of the solutions other golfers have entered. To unlock higher ranked solutions, submit your own entry which does as well or better than the solutions you can currently see - climb the ladder!

Check out these helpful resources to improve your Vim skills... Game on.

Unlock 266 remaining solutions by signing in and submitting your own entry
#267 Corentin Leriche / @LericheCorentin - Score: 47 - 01/03/23 @ 15:53
<Down><Down><Down><Down><Down><Down><Down><Down><Right><Right><Right><Right><Right><Right><Right><Right><Right><Right><Right><Right><Right><Right><Right>i"<Right><Right><Right><Right><Right><Right><Right><Right><Right><Right><Right><Right><Right><Right><Right>"<Esc>:wq!<CR>

0 comments


Created by: @__dadav__

267 active golfers, 845 entries

Leaderboard (lowest score wins):
11
#241 - :wq / @write_quit_22

05/19/2021 at 06:36PM

11
#242 - Tommy / @Tommy75962547

08/24/2021 at 04:55AM

11
#243 - Auri Iodide / @auri_iodide

03/06/2022 at 08:01AM

11
#244 - 최광혁 / @choegwanghyeog4

04/08/2022 at 12:18PM

11
#245 - 할핳 / @vimgolfYOUNG

04/16/2022 at 03:32AM

11
#246 - Subsector3174 / @subsector3174

01/29/2023 at 01:46AM

11
#247 - Vinay Sridhar / @kewllip

03/20/2023 at 04:26PM

11
#248 - parazidi / @parazidi

04/27/2023 at 04:48AM

12
#249 - Miki Tebeka / @tebeka

07/16/2020 at 06:46AM

12
#250 - Theo Sarrazin / @tshaero

08/17/2020 at 06:12PM

12
#251 - abhijeet patil / @abhijeetptl5

09/03/2020 at 03:17AM

12
#252 - Christ / @Christ46234422

09/05/2020 at 11:57PM

12
#253 - alrito / @alrito6

09/12/2020 at 10:55PM

12
#254 - Leon Si / @leonzalion

01/29/2021 at 06:24PM

12
#255 - Leander Hendrikx / @leanderhendrikx

09/20/2021 at 12:13PM

13
#256 - Robin Schütgens / @RobinSchuetgens

08/18/2020 at 06:10PM

13
#257 - Sebastian W. / @Sebasti91439242

09/01/2020 at 11:27PM

13
#258 - Ben Wainwright / @benwainwrightuk

09/26/2020 at 04:04PM

13
#259 - fff / @fff51460170

02/20/2021 at 03:07PM

13
#260 - yu / @mame_shibe

03/04/2021 at 12:02PM

13
#261 - Markus Muschol / @MarkusMuschol

07/13/2021 at 08:08PM

14
#262 - Andreas Buhr / @andreas_buhr

07/15/2020 at 08:57PM

22
#263 - सागर पौडेल / @SagarP04d31

07/19/2020 at 10:17AM

24
#264 - Valvin / @_valvin

08/02/2020 at 08:41PM

32
#265 - gchain / @gchain7

08/21/2020 at 05:48PM

32
#266 - Joss Sparkes / @JossSparkes

10/28/2021 at 03:35PM

47
#267 - Corentin Leriche / @LericheCorentin

01/03/2023 at 03:53PM