Remove Day01

roles
Eamonn Travers 6 years ago
parent bf6245174b
commit 6b1d55b944
  1. 12
      Day-01/playbook.yml

@ -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
Loading…
Cancel
Save