2 Star 0 Fork 0

mirrors_vmware-archive/ansible-role-ansible

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 560 Bytes
一键复制 编辑 原始数据 按行查看 历史
# Copyright 2015 VMware, Inc. All rights reserved.
# SPDX-License-Identifier: Apache-2.0 OR GPL-3.0-only
---
sudo: required
language: python
cache: pip
services:
- docker
before_install:
- sudo apt-get -qq update
- sudo apt-get install -o Dpkg::Options::="--force-confold" --force-yes -y docker-engine
install:
- pip install molecule
- pip install docker
script:
- >
sed -i.orig 's; playbook.*; playbook: tests/travis-playbook.yml;' molecule.yml
- molecule test
notifications:
webhooks: https://galaxy.ansible.com/api/v1/notifications/
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_vmware-archive/ansible-role-ansible.git
git@gitee.com:mirrors_vmware-archive/ansible-role-ansible.git
mirrors_vmware-archive
ansible-role-ansible
ansible-role-ansible
master

搜索帮助