I hereby claim:
- I am psgrove on github.
- I am paulgrove (https://keybase.io/paulgrove) on keybase.
- I have a public key whose fingerprint is E163 7316 2055 7255 3F67 C13F 9A14 5375 3219 17E6
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| --- | |
| - hosts: localhost | |
| sudo: false | |
| user: paul | |
| roles: | |
| - chrome | |
| - test |
| --- | |
| - hosts: localhost | |
| sudo: false | |
| user: paul | |
| tasks: | |
| - name: Does this work? | |
| shell: echo "tester" >> ~/test.txt | |
| roles: | |
| - chrome | |
| - test |