Delete install_required_packages task from bootstrap_puppetmaster role

The required packages are either installed by the common role or
the configure_puppetmaster role, this is not needed
This commit is contained in:
Ricardo Carrillo Cruz 2015-04-18 23:06:16 +02:00
parent 8511a4bc57
commit e32049fbcf
2 changed files with 0 additions and 4 deletions

View File

@ -1,3 +0,0 @@
---
# Install git
- apt: name=git

View File

@ -1,5 +1,4 @@
---
- include: install_required_packages.yml
- include: clone_system_config.yml
- include: install_puppet_and_modules.yml
- include: configure_puppetmaster.yml