##################################### ### someone's ansible provisioner ### ##################################### # Part of: https://git.somenet.org/root/pub/somesible.git # 2017-2024 by someone # --- - name: run custom shell command "{{cmd}}" shell: "{{cmd}}" register: cmd_output ignore_errors: True - name: result of "{{cmd}}" debug: msg: "{{cmd_output.stdout_lines}}"