-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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
Labels
bugSomething isn't workingSomething isn't working