Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- - name: Check retry file
- stat:
- path: autosp.status
- register: statusFile
- - debug: var=statusFile.stat.exists
- when: statusFile.stat.exists
- - set_fact:
- instanceid: item.split(':')[0]
- ec2create: true if (statusFile.stat.exists == True) else false
- with_lines: autosp.status
- when: statusFile.stat.exists
Advertisement
Add Comment
Please, Sign In to add comment