mirror of
https://github.com/dawidd6/action-ansible-playbook.git
synced 2025-12-09 14:20:42 -07:00
put test stuff intooo... test/ dir
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
- name: Test Action
|
||||
hosts: all
|
||||
tasks:
|
||||
- name: Copy file
|
||||
copy:
|
||||
src: requirements.yml
|
||||
dest: /tmp/requirements.yml
|
||||
- name: Install cowsay
|
||||
become: yes
|
||||
apt:
|
||||
|
||||
Reference in New Issue
Block a user