Re: [ansible-project] Why doesn't this task to check when a server has booted work?

2020-01-08 Thread RobertF
Thanks Jean-Yves! On Tuesday, January 7, 2020 at 2:24:13 PM UTC-8, Jean-Yves LENHOF wrote: > > > Le 07/01/2020 à 22:55, RobertF a écrit : > > I have an Ansible playbook for creating [Linode](https://linode.com) > > servers. The problem I'm having is that my playbook isn't able to > > determine

Re: [ansible-project] Why doesn't this task to check when a server has booted work?

2020-01-07 Thread Jean-Yves LENHOF
Le 07/01/2020 à 22:55, RobertF a écrit : I have an Ansible playbook for creating [Linode](https://linode.com) servers.  The problem I'm having is that my playbook isn't able to determine when the new server is up.  I'm using Ansible 2.8.4.  My playbook is as follows:     ---     hosts: 127.

[ansible-project] Why doesn't this task to check when a server has booted work?

2020-01-07 Thread RobertF
I have an Ansible playbook for creating [Linode](https://linode.com) servers. The problem I'm having is that my playbook isn't able to determine when the new server is up. I'm using Ansible 2.8.4. My playbook is as follows: --- hosts: 127.0.0.1 gather_facts: False - name: cr