diff --git a/playbooks/testjob2.yaml b/playbooks/testjob2.yaml index 6ff9811..b579e07 100644 --- a/playbooks/testjob2.yaml +++ b/playbooks/testjob2.yaml @@ -5,4 +5,8 @@ msg: You should see me in the logs. - debug: var=ansible_date_time - debug: msg="the current date is {{ ansible_date_time.date }}" + - name: Another test task + command: date + - name: List projects + shell: ls src/*/*