Thankyou it worked.

On Thursday, 25 June 2020 at 14:59:38 UTC+5:30 Jenisha T wrote:

> My Playbook:
> ---
> - name: test
>   gather_facts: yes
>   hosts: localhost
>   connection: local
>   tasks:
>     - name: install httpd
>       yum:
>         name: httpd
>         state: present
>         when:
>           - ansible_distribution == "RedHat"
>           - ansible_memfree_mb > 1512
>
>
> I get below error
> <iframe src="https://pastebin.com/embed_iframe/ZA6TXeE5"; 
> style="border:none;width:100%"></iframe>
>

-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/5fac10e5-0dbe-4977-8ed8-a0abf432c3cdn%40googlegroups.com.

Reply via email to