Compare commits

..

No commits in common. "de3c6b8db69edc47eb820206e3179e6b0a241f02" and "44f79bffe409bf0a188a70d178b919e9320871fd" have entirely different histories.

4 changed files with 3 additions and 9 deletions

View file

@ -1,9 +1,3 @@
## 0.2.0a7 (2025-05-02)
### Fix
- do not force use_data usage
## 0.2.0a6 (2025-04-30) ## 0.2.0a6 (2025-04-30)
### Fix ### Fix

View file

@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"]
[project] [project]
name = "rougail.output_ansible" name = "rougail.output_ansible"
version = "0.2.0a7" version = "0.2.0a6"
authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}] authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}]
readme = "README.md" readme = "README.md"
description = "Rougail output ansible" description = "Rougail output ansible"

View file

@ -1 +1 @@
__version__ = "0.2.0a7" __version__ = "0.2.0a6"

View file

@ -52,7 +52,7 @@ ansible:
disabled: disabled:
type: jinja type: jinja
jinja: | jinja: |
{{% if step.output is propertyerror or (step.output != 'ansible' and (step.user_data is propertyerror or 'ansible' not in step.user_data)) %}} {{% if step.output is propertyerror or (step.output != 'ansible' and 'ansible' not in step.user_data) %}}
disabled disabled
{{% endif %}} {{% endif %}}