Skip to content
This repository was archived by the owner on Jul 17, 2023. It is now read-only.

Commit 8d38384

Browse files
authored
Merge pull request #4 from ngine-io/prepare/relase
run ci frequently
2 parents c870609 + ac8efcb commit 8d38384

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

.github/workflows/integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ on:
55
branches:
66
- master
77
pull_request:
8-
# schedule:
9-
# - cron: 3 0 * * * # Run daily at 0:03 UTC
8+
schedule:
9+
- cron: 31 6 * * 3 # Run weekly
1010

1111
jobs:
1212
build-collection-artifact:

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ tags:
1616
- cloud
1717
- vultr
1818
- ngine_io
19-
version: 0.0.1
19+
version: 0.2.0

plugins/module_utils/vultr.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,10 @@ class Vultr:
3535
def __init__(self, module, namespace):
3636

3737
if module._name.startswith('vr_'):
38-
module.deprecate("The Vultr modules were renamed. The prefix of the modules changed from vr_ to vultr_", version='2.11')
38+
module.deprecate(
39+
"The Vultr modules were renamed. The prefix of the modules changed from vr_ to vultr_",
40+
collection_name='ngine_io.vultr',
41+
version='2.0.0') # Was Ansbile 2.11
3942

4043
self.module = module
4144

plugins/modules/vultr_startup_script.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
short_description: Manages startup scripts on Vultr.
1515
description:
1616
- Create, update and remove startup scripts.
17+
version_added: "1.0.0"
1718
author: "René Moser (@resmo)"
1819
options:
1920
name:

0 commit comments

Comments
 (0)