diff --git a/locale/rougail_user_data_ansible.pot b/locale/rougail_user_data_ansible.pot index c045d32..004637f 100644 --- a/locale/rougail_user_data_ansible.pot +++ b/locale/rougail_user_data_ansible.pot @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2025-04-29 23:02+0200\n" +"POT-Creation-Date: 2025-10-10 08:05+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/pyproject.toml b/pyproject.toml index fb464e1..7417ad0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,9 +13,6 @@ license = {file = "LICENSE"} classifiers = [ "License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)", "Programming Language :: Python", - "Programming Language :: Python :: 3.8", - "Programming Language :: Python :: 3.9", - "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", diff --git a/src/rougail/user_data_ansible/config.py b/src/rougail/user_data_ansible/config.py index 797cdb9..de23990 100644 --- a/src/rougail/user_data_ansible/config.py +++ b/src/rougail/user_data_ansible/config.py @@ -69,6 +69,12 @@ ansible: - first - last - none + disabled: + type: jinja + jinja: | + {{% if step.user_data is propertyerror or 'ansible' not in step.user_data %}} + disabled + {{% endif %}} """ return { "name": "ansible",