Sha256: 058b7770b69bdab0774c08f198fe9fd33c7f0c99685442aad35e51a343663713
Contents?: true
Size: 480 Bytes
Versions: 8
Compression:
Stored size: 480 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: 172.17.42.1 ssh_opts: port: 22222 user: tester key: "<replaced_by_platforms>" --- 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
8 entries across 8 versions & 1 rubygems