Skip to content

Commit

Permalink
lint: fix
Browse files Browse the repository at this point in the history
Signed-off-by: Boris Glimcher <[email protected]>
  • Loading branch information
glimchb committed Mar 26, 2024
1 parent dea7978 commit 7b803a2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
10 changes: 5 additions & 5 deletions roles/bmc_session/meta/main.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
galaxy_info:
author: your name
description: your role description
company: your company (optional)
author: OPI Memebers <[email protected]>
description: DPU BMC session management
company: https://opiproject.org/

# If the issue tracker for your role is not on github, uncomment the
# next line and provide a value
Expand All @@ -14,9 +14,9 @@ galaxy_info:
# - GPL-3.0-only
# - Apache-2.0
# - CC-BY-4.0
license: license (GPL-2.0-or-later, MIT, etc)
license: Apache-2.0

min_ansible_version: 2.1
min_ansible_version: "2.1"

# If this a Container Enabled role, provide the minimum Ansible Container version.
# min_ansible_container_version:
Expand Down
3 changes: 2 additions & 1 deletion roles/bmc_session/tests/test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
- hosts: localhost
- name: DPU BMC session management
hosts: localhost
remote_user: root
roles:
- bmc_session

0 comments on commit 7b803a2

Please sign in to comment.