Skip to content

Instantly share code, notes, and snippets.

@mikedep333
Created December 2, 2019 15:54
Show Gist options
  • Select an option

  • Save mikedep333/d81a351dd78c729b5ab24fdaa9e0331c to your computer and use it in GitHub Desktop.

Select an option

Save mikedep333/d81a351dd78c729b5ab24fdaa9e0331c to your computer and use it in GitHub Desktop.
---
- hosts: all
become: true
tasks:
- file:
path: /become-test
state: touch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment