b57dfd8b58
Ansible's 'shell' module is almost exactly like the 'command' module, except that it runs the command through a command line shell so that environment variables like HOSTNAME and operations like '*', '<' and '>' work. None of those things are necessary are here. Hence, it's better to use the 'command' module as elsewhere. Note that, unlike Ansible's 'shell' module, the 'command' module doesn't support inline scripts. So, each command needs to be in its own separate task. https://github.com/containers/toolbox/pull/1318 |
||
---|---|---|
.. | ||
build.yaml | ||
dependencies-centos-9-stream.yaml | ||
dependencies-fedora-restricted.yaml | ||
dependencies-fedora.yaml | ||
setup-env-migration-path-for-coreos-toolbox.yaml | ||
setup-env-restricted.yaml | ||
setup-env.yaml | ||
system-test.yaml | ||
unit-test.yaml |