
default:
  property_one: one

{{%- if product == "rhel9" %}}
  rhel_version: "nine"
{{%- else %}}
  rhel_version: "not_nine"
{{% endif %}}
