1
0
Fork 0
mirror of https://github.com/dawidd6/action-ansible-playbook.git synced 2024-11-22 07:26:25 +00:00

put test stuff intooo... test/ dir

This commit is contained in:
Dawid Dziurla 2021-02-11 17:28:46 +01:00
parent 0eefa394aa
commit 1b347b1afe
No known key found for this signature in database
GPG key ID: 7B6D8368172E9B0B
5 changed files with 4 additions and 7 deletions

View file

@ -1,7 +0,0 @@
- name: Test Action
hosts: all
tasks:
- name: Copy action.yml
copy:
src: action.yml
dest: /tmp/action.yml

View file

View file

@ -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: