semaphoreui / semaphore-docs

Ansible Semaphore documentation
https://docs.ansible-semaphore.com
23 stars 54 forks source link

documentation needs to be updated for task arguments #52

Open jg1000c opened 3 months ago

jg1000c commented 3 months ago

It looks like the task arguments section has changed and the current Semaphore version doesn't match the documentation. I'm not clear on what the Args formatting should look like, for example key=value or key="value", not sure how to use args now.

Screenshot 2024-09-03 at 10 05 02 AM Screenshot 2024-09-03 at 10 06 36 AM
jg1000c commented 2 months ago

I did confirm that this style works varible_name="value" for passing extra args.

Screenshot 2024-09-12 at 4 16 49 PM
jg1000c commented 2 months ago

For multiple values, needs to look like this:

Screenshot 2024-09-17 at 10 10 09 AM