mirror of
https://github.com/dawidd6/action-ansible-playbook.git
synced 2024-11-22 15:32:18 +00:00
playbook: variable host and user
This commit is contained in:
parent
43a2a4f4df
commit
e3ab322c67
1 changed files with 2 additions and 1 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue