Define cache_timeout by default

By default, the role fails in the task
``Install distro packages`` if the variable cache_timeout isn't
defined.

This should fix the issue, and be more consistent with other roles.

Change-Id: Ic15b9902e3b0b51040f3f32938b30a060c592e97
This commit is contained in:
Jean-Philippe Evrard 2017-12-11 14:11:51 +00:00
parent 866dedbcba
commit 2681695f46

View File

@ -13,6 +13,9 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
## APT Cache options
cache_timeout: 600
tempest_distro_packages: tempest_distro_packages:
- git-core - git-core
- libpq-dev - libpq-dev