Ubuntu – How to use only one variable out of 3 based on condition in ansible?
I have three variables to be register based on condition, it will run one task and register one variable, how can i use testing variable for respective task ? --- - name: Test1 command: "echo HAHA" register: testing when: HAHA…