mirror of
https://github.com/dawidd6/action-ansible-playbook.git
synced 2025-12-09 22:30:41 -07:00
playbook: variable host and user
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
- name: Test Action
|
- name: Test Action
|
||||||
hosts: all
|
hosts: "{{ host }}"
|
||||||
|
remote_user: "{{ user }}"
|
||||||
tasks:
|
tasks:
|
||||||
- name: Copy action.yml
|
- name: Copy action.yml
|
||||||
copy:
|
copy:
|
||||||
|
|||||||
Reference in New Issue
Block a user