The variable's default parameter shall not be a list #1

Open
opened 2026-02-11 15:19:08 +01:00 by gremond · 0 comments
Member

in hte host file, hosts.yml, it works if we write something like:

hostnames:

  nginx:

    hosts:
      type: domainname
      default:
        - variable: intranet.vps.domain_name

but is should be:

hostnames:

  nginx:

    hosts:
      type: domainname
      default:
        variable: intranet.vps.domain_name

(not a list)

in hte host file, `hosts.yml`, it works if we write something like: ``` hostnames: nginx: hosts: type: domainname default: - variable: intranet.vps.domain_name ``` but is should be: ``` hostnames: nginx: hosts: type: domainname default: variable: intranet.vps.domain_name ``` (not a list)
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: stove/rougail-output-ansible#1
No description provided.