Merge branch 'master' of github.com:justereseau/ansible-cloudflare-acme into feat/new_cf_token

This commit is contained in:
Lucas Maurice (Sonic) 2020-08-17 10:09:33 -04:00
commit f947a48431
1 changed files with 34 additions and 35 deletions

View File

@ -1,37 +1,36 @@
--- ---
language: python language: python
services: docker services: docker
env:
global:
- ROLE_NAME: cloudflare-acme
matrix:
- MOLECULE_DISTRO: centos7
- MOLECULE_DISTRO: centos8
- MOLECULE_DISTRO: ubuntu1804
- MOLECULE_DISTRO: ubuntu1604
- MOLECULE_DISTRO: debian9
- MOLECULE_DISTRO: debian10
install: env:
# Install test dependencies. global:
- pip install molecule docker==4.2.2 testinfra ansible-lint flake8 yamllint - ROLE_NAME: cloudflare-acme
matrix:
before_script: - MOLECULE_DISTRO: centos7
# Use actual Ansible Galaxy role name for the project directory. - MOLECULE_DISTRO: centos8
- cd ../ - MOLECULE_DISTRO: ubuntu1804
- mv ansible-$ROLE_NAME $ROLE_NAME - MOLECULE_DISTRO: ubuntu1604
- cd $ROLE_NAME - MOLECULE_DISTRO: debian9
- MOLECULE_DISTRO: debian10
script:
- docker --version install:
- molecule --version # Install test dependencies.
- ansible --version - pip install molecule docker==4.2.2 testinfra ansible-lint flake8 yamllint
- molecule test
before_script:
notifications: # Use actual Ansible Galaxy role name for the project directory.
webhooks: - cd ../
urls: - mv ansible-$ROLE_NAME $ROLE_NAME
- "https://galaxy.ansible.com/api/v1/notifications/" - cd $ROLE_NAME
on_success: change
script:
- docker --version
- molecule --version
- ansible --version
- molecule test
notifications:
webhooks:
urls:
- "https://galaxy.ansible.com/api/v1/notifications/"
on_success: change