I have a playbook with a role
- hosts: somehost
roles:
- role: community.some.role
hostname: "{{ansible_hostname}}"
server: 192.168.1.2
api_server_url: https://some.server.com
url_path: /api
api_use_ssl: yes
userparameters:
- name: SomeName
The last task I want to be dynamic. Based on a fact, I want SomeName to
change to a null, File1, File2, File3, etc.
How does one do this in Ansible?
--
You received this message because you are subscribed to the Google Groups
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/ansible-project/b393898b-2837-46ab-bda3-190323762280n%40googlegroups.com.