mirror of
https://github.com/thegeeklab/ansible-later.git
synced 2024-11-22 04:40:42 +00:00
[SKIP CI] prepare new release
This commit is contained in:
parent
bae3078c75
commit
2986f8771e
@ -1,2 +1,3 @@
|
||||
- ENHANCEMENT
|
||||
- Dont be too restrictive and allow max. one empty line at the end of yaml files ([#7](https://github.com/xoxys/ansible-later/issues/7))
|
||||
- BUGFIX
|
||||
- Controls like `when` used at block level will be added as metadata to each task inside this block [#9](https://github.com/xoxys/ansible-later/issues/9)
|
||||
- Commands can be used in place of modules if the task use register [#8](https://github.com/xoxys/ansible-later/issues/8)
|
||||
|
@ -1,6 +1,6 @@
|
||||
__author__ = "Robert Kaussow"
|
||||
__project__ = "ansible-later"
|
||||
__version__ = "0.1.3"
|
||||
__version__ = "0.1.4"
|
||||
__license__ = "MIT"
|
||||
__maintainer__ = "Robert Kaussow"
|
||||
__email__ = "mail@geeklabor.de"
|
||||
|
Loading…
Reference in New Issue
Block a user