Cleanup.
This commit is contained in:
parent
64ee45c4c9
commit
2f18db6af0
|
|
@ -26,13 +26,6 @@
|
||||||
path: "{{ role_path }}/meta/version.yml"
|
path: "{{ role_path }}/meta/version.yml"
|
||||||
register: versionymlstat
|
register: versionymlstat
|
||||||
|
|
||||||
- name: load meta/version.yml
|
|
||||||
include_vars:
|
|
||||||
file: "{{ role_path }}/meta/version.yml"
|
|
||||||
register: versionyml
|
|
||||||
when:
|
|
||||||
- versionymlstat.stat.exists | bool
|
|
||||||
|
|
||||||
- name: check meta/preferences.yml
|
- name: check meta/preferences.yml
|
||||||
stat:
|
stat:
|
||||||
path: "{{ role_path }}/meta/preferences.yml"
|
path: "{{ role_path }}/meta/preferences.yml"
|
||||||
|
|
@ -153,8 +146,6 @@
|
||||||
- source: LICENSE-2.0.txt
|
- source: LICENSE-2.0.txt
|
||||||
dest: LICENSE
|
dest: LICENSE
|
||||||
- source: SECURITY.md
|
- source: SECURITY.md
|
||||||
- source: travis.yml
|
|
||||||
dest: .travis.yml
|
|
||||||
- source: molecule.yml
|
- source: molecule.yml
|
||||||
dest: molecule/default/molecule.yml
|
dest: molecule/default/molecule.yml
|
||||||
- source: README.md
|
- source: README.md
|
||||||
|
|
|
||||||
|
|
@ -1,27 +0,0 @@
|
||||||
---
|
|
||||||
{{ ansible_managed | comment }}
|
|
||||||
language: python
|
|
||||||
|
|
||||||
os: linux
|
|
||||||
dist: xenial
|
|
||||||
|
|
||||||
python:
|
|
||||||
- "3.9"
|
|
||||||
|
|
||||||
services:
|
|
||||||
- docker
|
|
||||||
|
|
||||||
cache:
|
|
||||||
- pip
|
|
||||||
|
|
||||||
install:
|
|
||||||
- pip install --upgrade pip
|
|
||||||
- pip install ansible ansible-lint yamllint
|
|
||||||
|
|
||||||
script:
|
|
||||||
- yamllint .
|
|
||||||
- ansible-lint
|
|
||||||
|
|
||||||
notifications:
|
|
||||||
webhooks: https://galaxy.ansible.com/api/v1/notifications/
|
|
||||||
email: false
|
|
||||||
Loading…
Reference in New Issue