Shane Parker
Results
2
comments of
Shane Parker
You can also do this with the builtin ansible copy module: ``` - name: Push the secrets file tags: install copy: content: '{{ splunk_secret' }}' dest: '{{ splunk_home }}/etc/auth/splunk.secret' notify:...
This is an issue with the URL in line 15 of endpoints_tester3.py and being redirected (301 return code) from Flask. Line 15 reads: url = address + "/puppies?name=Fido&description=Playful+Little+Puppy" Line 15...