Skip to content

filetree_create does not use correct data types #203

@myllynen

Description

@myllynen

filetree_create writes booleans, integers, and even dicts as strings:

      SCHEDULE_MAX_JOBS: "10"
      MAX_FORKS: "200"
      GALAXY_IGNORE_CERTS: "false"
...
  - name: Test Org - Grant organization admin permissions
    authenticator: Microsoft Active Directory
    map_type: organization
    role: Organization Admin
    organization: Test Org
    team: ""
    revoke: "True"
    triggers: '{''groups'': {''has_and'': [''cn=test-adm,ou=corp,dc=example,dc=com'']}}'
    order: "5"

Please use correct data type when exporting the configuration so reading and processing that with Ansible built-ins such as include_vars etc is easier and possible. Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions