Sha256: 7afb6f3005b274aeb2a58db1c48679186b9f6fcd40458db5cfed0d8a7279c984
Contents?: true
Size: 488 Bytes
Versions: 98
Compression:
Stored size: 488 Bytes
Contents
<%# name: Run Command - Ansible Default job_category: Ansible Commands description_format: Run %{command} snippet: false template_inputs: - name: command required: true input_type: user description: "Command to run on the host, e.g: \r\n\r\nmkdir helloworld" advanced: false provider_type: Ansible kind: job_template model: JobTemplate %> --- - hosts: all tasks: - shell: cmd: | <%= indent(10) { input('command') } %> register: out - debug: var=out
Version data entries
98 entries across 98 versions & 1 rubygems