mirror of
https://github.com/dawidd6/action-ansible-playbook.git
synced 2024-11-22 15:32:18 +00:00
playbook: hosts=all
This commit is contained in:
parent
59dc5acbc3
commit
26bba33ddb
1 changed files with 1 additions and 2 deletions
|
@ -1,6 +1,5 @@
|
||||||
- name: Test Action
|
- name: Test Action
|
||||||
hosts: "{{ host }}"
|
hosts: all
|
||||||
remote_user: "{{ user }}"
|
|
||||||
tasks:
|
tasks:
|
||||||
- name: Copy action.yml
|
- name: Copy action.yml
|
||||||
copy:
|
copy:
|
||||||
|
|
Loading…
Reference in a new issue