pigmonkey / spark

Arch Linux Provisioning with Ansible
The Unlicense
387 stars 114 forks source link

Fix idempotency create file #101

Closed ohdearaugustin closed 2 years ago

ohdearaugustin commented 2 years ago

This will fix the idempotency for all the file with state touch, as touch always changes the access timestamp.

pigmonkey commented 2 years ago

Neat trick.