init
This commit is contained in:
5
ansible/roles/node/execute_command/tasks/main.yml
Normal file
5
ansible/roles/node/execute_command/tasks/main.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
- name: execute [ {{ command }} ] command
|
||||
ansible.builtin.command: "{{ command }}"
|
||||
args:
|
||||
chdir: "{{ chdir | default(omit) }}"
|
||||
Reference in New Issue
Block a user