Skip to content
This repository has been archived by the owner on Apr 7, 2022. It is now read-only.

Commit

Permalink
[DOC] Change Meta
Browse files Browse the repository at this point in the history
  • Loading branch information
kgalea-steamulo committed Nov 9, 2021
1 parent 4761f2c commit d5f4793
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ node ('docker') {
// We use another dir, outside the python env
// so that molecule doesn't lint python lib
sh "mkdir steamulo.sftp"
dir('steamulo.steamengine') {
dir('steamulo.sftp') {
checkout scm
sh "python -m pip install -r requirements.txt"
ansiColor('xterm') {
Expand Down
4 changes: 3 additions & 1 deletion meta/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
galaxy_info:
author: Johan Meiring
role_name: sftp
author: steamulo
description: "Setup chrooted SFTP service on top of OpenSSH"
license: MIT
min_ansible_version: 2.5
Expand All @@ -16,6 +17,7 @@ galaxy_info:
- cosmic
- disco
- eoan
- focal
- name: EL
versions:
- 7
Expand Down

0 comments on commit d5f4793

Please sign in to comment.