Re: [ansible-project] print return values using debug

2020-04-07 Thread newbie newbie
argument for the module. > > On Tue, Apr 7, 2020 at 3:53 PM newbie newbie wrote: > >> Hi, >> >> I am trying to print the return values from the get_url module using the >> yaml code below: >> >> - name: connect to server and download file >&g

[ansible-project] print return values using debug

2020-04-07 Thread newbie newbie
Hi, I am trying to print the return values from the get_url module using the yaml code below: - name: connect to server and download file get_url: url: http://10.0.0.2/file1.html register: all_data - name: print time it took to transfer file debug: