Skip to content

Instantly share code, notes, and snippets.

@ahgittin
Created December 21, 2022 23:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ahgittin/0c510980aaaf6376c9122d76f8f52884 to your computer and use it in GitHub Desktop.
Save ahgittin/0c510980aaaf6376c9122d76f8f52884 to your computer and use it in GitHub Desktop.
---
- name: sample
hosts: localhost
tasks:
- name: create a directory to show ansible is working
file:
path: /tmp/created-by-ansible
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment