Skip to content

Commit

Permalink
Merge pull request #3 from andreygubarev/direnv
Browse files Browse the repository at this point in the history
direnv
  • Loading branch information
andreygubarev authored Aug 28, 2023
2 parents c6165b7 + 2f1a989 commit 7da6358
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 6 deletions.
32 changes: 32 additions & 0 deletions .yamllint
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
extends: default

rules:
braces:
max-spaces-inside: 1
level: error
brackets:
max-spaces-inside: 1
level: error
colons:
max-spaces-after: -1
level: error
commas:
max-spaces-after: -1
level: error
comments: disable
comments-indentation: disable
document-start: disable
empty-lines:
max: 3
level: error
hyphens:
level: error
indentation: disable
key-duplicates: enable
line-length: disable
new-line-at-end-of-file: disable
new-lines:
type: unix
trailing-spaces: disable
truthy: disable
Empty file added CHANGELOG.md
Empty file.
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
namespace: andreygubarev
name: routeros
version: 0.3.1
version: 1.0.0

readme: README.md

Expand Down
2 changes: 1 addition & 1 deletion meta/runtime.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
requires_ansible: '>=7.0.0'
requires_ansible: '>=2.14.0'
5 changes: 1 addition & 4 deletions roles/api_find_and_upsert/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@ galaxy_info:

min_ansible_version: '7.0'

platforms:
- name: RouterOS # noqa schema[meta]
versions:
- all
platforms: []

galaxy_tags:
- routeros
Expand Down

0 comments on commit 7da6358

Please sign in to comment.