playbook: variable host and user

This commit is contained in:
Dawid Dziurla
2020-03-22 12:16:15 +01:00
parent 43a2a4f4df
commit e3ab322c67

View File

@@ -1,5 +1,6 @@
- name: Test Action
hosts: all
hosts: "{{ host }}"
remote_user: "{{ user }}"
tasks:
- name: Copy action.yml
copy: