From 6b1d55b94465357ddf6d20c866e482b5334799f0 Mon Sep 17 00:00:00 2001 From: Eamonn Travers Date: Tue, 16 Jun 2020 15:57:07 +0200 Subject: [PATCH] Remove Day01 --- Day-01/playbook.yml | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 Day-01/playbook.yml diff --git a/Day-01/playbook.yml b/Day-01/playbook.yml deleted file mode 100644 index b37b18e..0000000 --- a/Day-01/playbook.yml +++ /dev/null @@ -1,12 +0,0 @@ ---- -- hosts: localhost - tasks: - - - name: 'Call "id"' - command: id - - - name: Copy a file - copy: src=test.txt dest=/tmp/test.txt backup=yes - - - name: 'Call "cat /tmp/test.txt"' - command: cat /tmp/test.txt