Skip to content

Instantly share code, notes, and snippets.

@s-hertel
Created May 6, 2019 17:04
Show Gist options
  • Save s-hertel/610f5637582fbf281109760d375371b3 to your computer and use it in GitHub Desktop.
Save s-hertel/610f5637582fbf281109760d375371b3 to your computer and use it in GitHub Desktop.
---
- hosts: localhost
connection: local
gather_facts: no
tasks:
- name: Ensure file for specifications
file:
path: /tmp/test
state: touch
access_time: preserve
modification_time: preserve
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment