diff options
Diffstat (limited to 'tests/vagrant/vagrant-template/setup.yml')
-rw-r--r-- | tests/vagrant/vagrant-template/setup.yml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/tests/vagrant/vagrant-template/setup.yml b/tests/vagrant/vagrant-template/setup.yml index 691c7aff07f..454c171300d 100644 --- a/tests/vagrant/vagrant-template/setup.yml +++ b/tests/vagrant/vagrant-template/setup.yml @@ -2,7 +2,12 @@ - hosts: all sudo: true roles: - - install-pkgs + #Installing packages invoke dnf and metadata download takes a long time. + #The box used in Vagrantfile has all the packages installed. + #Refer to main.yml file in install-pkgs role to get list of packages. + #install-pkgs role is hence disabled by default. + #- install-pkgs + - remove-gluster-pkgs - prepare-brick - mock-user - selinux |