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