Sha256: f7577ab1dee602ccd1e020e98bd680430357b05e6421f317d3c331e1e0fce7fe
Contents?: true
Size: 524 Bytes
Versions: 13
Compression:
Stored size: 524 Bytes
Contents
- target: anyhost-01 command: - "sudo rm -f /var/tmp/hello_rundock_from_sudo_scenario" - "sudo rm -f /var/tmp/hello_rundock_from_no_sudo_scenario" task: - sudo_touch --- anyhost-01: host: <replaced_by_platforms_host> ssh_opts: port: <replaced_by_platforms_port> user: tester key: "<replaced_by_platforms_key>" --- sudo_touch: command: - sudo: true - "sudo touch /var/tmp/hello_rundock_from_sudo_scenario" - sudo: false - "touch /var/tmp/hello_rundock_from_no_sudo_scenario"
Version data entries
13 entries across 13 versions & 1 rubygems