still modifying
This commit is contained in:
+3
-4
@@ -2,10 +2,9 @@
|
|||||||
- hosts: debianhosts
|
- hosts: debianhosts
|
||||||
tasks:
|
tasks:
|
||||||
- name: change working directory
|
- name: change working directory
|
||||||
ansible.builtin.command:
|
ansible.builtin.shell:
|
||||||
cmd: pwd
|
cmd: ls -l
|
||||||
argv:
|
chdir: /tmp
|
||||||
chdir: /tmp
|
|
||||||
|
|
||||||
- name: Get beszel agent install script
|
- name: Get beszel agent install script
|
||||||
ansible.builtin.uri:
|
ansible.builtin.uri:
|
||||||
|
|||||||
Reference in New Issue
Block a user