diff options
Diffstat (limited to '_posts/2019-03-07-ansible-part-1.md')
-rw-r--r-- | _posts/2019-03-07-ansible-part-1.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_posts/2019-03-07-ansible-part-1.md b/_posts/2019-03-07-ansible-part-1.md index b1a5e74..4d81c04 100644 --- a/_posts/2019-03-07-ansible-part-1.md +++ b/_posts/2019-03-07-ansible-part-1.md @@ -57,7 +57,7 @@ The playbook to install is quite simple: {% highlight yml %} # main.yml - hosts: all - tasks: + tasks: - name: install vim dnf: name: vim |