Compare commits

..

No commits in common. "de7698dde3d9fee4ad792f01d303c5f0080cff5b" and "f3cd8edf67e4434906580365ef0afea8f5660241" have entirely different histories.

2 changed files with 0 additions and 5 deletions

View File

@ -1,7 +1,3 @@
skip_list: skip_list:
- yaml[line-length] - yaml[line-length]
- yaml[colons] - yaml[colons]
exclude_paths:
- .drone.yml
- requirements.yml

View File

@ -20,7 +20,6 @@ steps:
- name: "ansible_environment_verify" - name: "ansible_environment_verify"
image: *ansible_image image: *ansible_image
commands: commands:
- pwd
- git log -1 - git log -1
- ansible --version - ansible --version
- ansible-lint --version - ansible-lint --version