Sean Cavanaugh

Results 64 comments of Sean Cavanaugh

I am able to reboot a cisco ios network device with this-> ``` - name: reboot machine cisco.ios.ios_command: commands: - command: 'reload' prompt: - Proceed answer: - "y" - name:...

I am back from PTO and will take a look with @heatmiser again this week

Can you give me an example of what you mean and why? On Tue, Mar 22, 2022 at 5:49 PM willtome ***@***.***> wrote: > Problem Summary > > Add the...

closing due to lack of engagement

You just click the link and subscribe… not sure why it was unsubbed randomly On Tue, Aug 30, 2022 at 9:33 PM Colin McNaughton ***@***.***> wrote: > This is an...

@9strands is this resolved now? This should be something your account subscribes to yes... it is documented here: https://github.com/ansible/workshops/blob/devel/docs/setup.md

can we just remove the values that are incorrect then?

did this actually get fixed? When using slack module on Ansible my code looks like ``` - name: Send header message via Slack slack: token: 1234/1234/1234 msg: '"\n"Connections reporting problems...