Help: Ansible using find module with stat variables for conditionals. xxx.results[x].stat.exists == false

Hello!

My goal is to be able to find a list of directories on each remote machine and if they exist then skip all follow up tasks if they exist. The issue I am running into is I am not exactly sure how to use this in a conditional to automate the number in the results splunk_base_apps_installed.results.stat.exists. I am also not sure how to determine what that number is for each result splunk_base_apps_installed.results.stat.exists and I can not find this in the debug I setup. As seen in the output at the bottom this works on the second machine and skips the task like it should but does not work on the first machine. I thought the value for the first machine would be 0 or 1 but in this case the value for machine two was 1 and machine one did not work on 0 or 2. Any help would be really appreciated!

-------------- Ansible Playbook below --------------

`