
Add acceptance tests for puppet-ansible module so that once the module is applied we check if files were created and packages were installed. Co-Authored-By: Bruno Tavares <btavare@thoughtworks.com> Change-Id: Ic569a70737f7e9d0a86c14e1f299b308ab9d3986
13 lines
120 B
Markdown
13 lines
120 B
Markdown
# OpenStack Ansible Module
|
|
|
|
## Overview
|
|
|
|
Configures Ansible.
|
|
|
|
## Run Tests
|
|
|
|
````
|
|
bundle install
|
|
bundle exec rspec
|
|
````
|