mirror of
https://github.com/thegeeklab/ansible-later.git
synced 2024-11-21 20:30:42 +00:00
[skip ci] prepare release
This commit is contained in:
parent
9926c53289
commit
98a82b0b66
2
LICENSE
2
LICENSE
@ -1,6 +1,6 @@
|
|||||||
MIT License
|
MIT License
|
||||||
|
|
||||||
Copyright (c) 2020 Robert Kaussow <mail@geeklabor.de>
|
Copyright (c) 2020 Robert Kaussow <mail@thegeeklab.de>
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -6,7 +6,7 @@ __license__ = "MIT"
|
|||||||
__maintainer__ = "Robert Kaussow"
|
__maintainer__ = "Robert Kaussow"
|
||||||
__email__ = "mail@thegeeklab.de"
|
__email__ = "mail@thegeeklab.de"
|
||||||
__url__ = "https://github.com/xoxys/ansible-later"
|
__url__ = "https://github.com/xoxys/ansible-later"
|
||||||
__version__ = "0.3.9"
|
__version__ = "0.3.10"
|
||||||
|
|
||||||
from ansiblelater import logger
|
from ansiblelater import logger
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
FROM python:3.7-alpine
|
FROM python:3.7-alpine
|
||||||
|
|
||||||
LABEL maintainer="Robert Kaussow <mail@geeklabor.de>" \
|
LABEL maintainer="Robert Kaussow <mail@thegeeklab.de>" \
|
||||||
org.label-schema.name="ansible-later" \
|
org.label-schema.name="ansible-later" \
|
||||||
org.label-schema.vcs-url="https://github.com/xoxys/ansible-later" \
|
org.label-schema.vcs-url="https://github.com/xoxys/ansible-later" \
|
||||||
org.label-schema.vendor="Robert Kaussow" \
|
org.label-schema.vendor="Robert Kaussow" \
|
||||||
|
Loading…
Reference in New Issue
Block a user