mirror of
https://github.com/dawidd6/action-ansible-playbook.git
synced 2024-11-22 07:26:25 +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
|
||||
hosts: "{{ host }}"
|
||||
remote_user: "{{ user }}"
|
||||
hosts: all
|
||||
tasks:
|
||||
- name: Copy action.yml
|
||||
copy:
|
||||
|
|
Loading…
Reference in a new issue