Hi, I'm trying to run a command on a remote server, multiple times and need to set a fact or register different names for each. Here's the code I have for running the command:
- name: 'run opctest status on PG' win_command: "opctest /cust {{ tenant_code }} /node {{ item }}" args: stdin: status register: opctest_out ignore_errors: yes with_items: - "{{ pg_list }}" pg_list is a listing of 3 strings ('PG1A', 'PG100A','PG101A'). I'd like to name them after each of these, for example, something along the lines of "opctest_out_pg101a" I can't find a way to do that. Does anyone have any suggestions? Thanks, Kevin -- You received this message because you are subscribed to the Google Groups "Ansible Development" group. To unsubscribe from this group and stop receiving emails from it, send an email to ansible-devel+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-devel/fe7fb6c2-0c54-4ca5-8ea6-16144c1e5706n%40googlegroups.com.