We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5babc40 commit c5496fbCopy full SHA for c5496fb
playbooks/satellite/roles/client-scripts/files/clients_host-registration.yaml
@@ -17,10 +17,10 @@
17
ansible.builtin.shell: |
18
/root/clients_host-registration.sh &>/root/registration.log
19
ret=$?
20
- cat /root/registration.log
21
echo "-" >>/root/registration.log
22
echo "Return code: $ret" >>/root/registration.log
23
echo "-----" >>/root/registration.log
+ cat /root/registration.log
24
exit $ret
25
environment:
26
TZ: UTC # make sure returned times are in UTC
0 commit comments