Compare commits
No commits in common. "7dfb0465e5e57468f0c237b8567d630097537517" and "acfca4f6a5f61151dacef42607a2180b51960a3f" have entirely different histories.
7dfb0465e5
...
acfca4f6a5
4 changed files with 3 additions and 9 deletions
|
|
@ -1,9 +1,3 @@
|
||||||
## 0.2.0a8 (2025-05-02)
|
|
||||||
|
|
||||||
### Fix
|
|
||||||
|
|
||||||
- do not force use_data usage
|
|
||||||
|
|
||||||
## 0.2.0a7 (2025-04-30)
|
## 0.2.0a7 (2025-04-30)
|
||||||
|
|
||||||
### Fix
|
### Fix
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"]
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "rougail.user_data_yaml"
|
name = "rougail.user_data_yaml"
|
||||||
version = "0.2.0a8"
|
version = "0.2.0a7"
|
||||||
authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}]
|
authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
description = "Rougail user_data yaml"
|
description = "Rougail user_data yaml"
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
__version__ = "0.2.0a8"
|
__version__ = "0.2.0a7"
|
||||||
|
|
|
||||||
|
|
@ -30,7 +30,7 @@ yaml:
|
||||||
disabled:
|
disabled:
|
||||||
type: jinja
|
type: jinja
|
||||||
jinja: |
|
jinja: |
|
||||||
{{% if step.user_data is propertyerror or 'yaml' not in step.user_data %}}
|
{{% if 'yaml' not in step.user_data %}}
|
||||||
disabled
|
disabled
|
||||||
{{% endif %}}
|
{{% endif %}}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue