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:
parent
8511a4bc57
commit
e32049fbcf
@ -1,3 +0,0 @@
|
||||
---
|
||||
# Install git
|
||||
- apt: name=git
|
@ -1,5 +1,4 @@
|
||||
---
|
||||
- include: install_required_packages.yml
|
||||
- include: clone_system_config.yml
|
||||
- include: install_puppet_and_modules.yml
|
||||
- include: configure_puppetmaster.yml
|
||||
|
Loading…
Reference in New Issue
Block a user