mirror of
https://github.com/dawidd6/action-ansible-playbook.git
synced 2024-12-27 10:36:09 -07:00
playbook: hosts=all
This commit is contained in:
parent
59dc5acbc3
commit
26bba33ddb
|
@ -1,6 +1,5 @@
|
|||
- name: Test Action
|
||||
hosts: "{{ host }}"
|
||||
remote_user: "{{ user }}"
|
||||
hosts: all
|
||||
tasks:
|
||||
- name: Copy action.yml
|
||||
copy:
|
||||
|
|
Loading…
Reference in New Issue
Block a user