[ansible-project] Unable to execute ansible playbook

2022-07-06 Thread Ashok Reddy
Hi all, I got the following error, while trying to execute ansible playbook: TASK [Gathering Facts] fatal:

Re: [ansible-project] what s the use of % set with ansible

2022-07-06 Thread Abhijeet Kasurde
Could you please provide more context, examples, error logs, or use case? The amount of information you provided is too little to answer anything. On Wed, Jul 6, 2022 at 2:39 PM gomz arvind wrote: > Hi team, > > can i know the actual usage of % set with ansible > > -- > You received this

Re: [ansible-project] Meta module

2022-07-06 Thread brice Folio
Hi Brian ! Thanks a lot! Indeed,as the first host that triggered it does not have the required conditions the task is skipped for all others hosts. It seems that it does not work like others modules that check the condition for all hosts to execute or not the task for each of them. Best

[ansible-project] Ansible: Need help in manipulating with date and time

2022-07-06 Thread gomz arvind
Example: 12:02:43.569 UTC Wed Jul 06 2022 I wish to get an ansible script to go back 15 minutes from the above timing -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from

Re: [ansible-project] Meta module

2022-07-06 Thread Brian Coca
You don't have any conditionals defined on the tasks, but from the output you show they are inheriting some conditional (otherwise they would not skip hosts) so the meta task is probably skipped because the first host that triggers it has that conditional result in False (see run_once/bypass host

Re: [ansible-project] Meta module

2022-07-06 Thread brice Folio
Hi, Here the issuing part of code: - name: "Check aggregated interface configuration and save the differences" ansible.builtin.set_fact: aggregated_interface_configuration_difference: "{{ lines | difference(r_aggregated_interface_configuration.stdout_lines | first) }}" vars:

[ansible-project] what s the use of % set with ansible

2022-07-06 Thread gomz arvind
Hi team, can i know the actual usage of % set with ansible -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to ansible-project+unsubscr...@googlegroups.com. To