From e93a81dc7d6803139d7ee6fb0505cccc96d63a29 Mon Sep 17 00:00:00 2001 From: Nicolas MASSE Date: Sat, 10 Apr 2021 15:19:27 +0200 Subject: [PATCH] fix doc --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index e8c41bb..bbfccd4 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ gpgcheck=1 gpgkey=https://rpm.releases.hashicorp.com/gpg EOF sudo dnf config-manager --add-repo hashicorp.repo -sudo dnf -y install packer +sudo dnf -y install terraform ``` Install the terraform provider for libvirt. @@ -57,4 +57,3 @@ Install ansible. sudo dnf -y install ansible sudo pip3 install pywinrm ``` -