a lot closer!  i should have thought of / realized that.  Looks like 
something is still not happy:


*  8 - name: set cron for any cron-able scripts*
> *  9   cron: name= "{{ item.name }}"  job= "{{ item.job }}" state=present*
> * 10   with_items:*
> * 11         - { name: 'Check Response Codes', job: 'sleep 5; 
> /etc/server1/scripts/check_files > /tmp/check_files_results' }*
> * 12   tags:*
> * 13        - server1.scripts*
>





>
>
>
> *failed: [server1] => (item={'job': 'sleep 5; 
> /etc/server1/scripts/check_files > /tmp/check_files_results', 'name': 
> 'Check Response Codes'}) => {"failed": true, "item": {"job": "sleep 5; 
> /etc/server1/scripts/check_files > /tmp/check_files_results", "name": 
> "Check Response Codes"}}msg: this module requires key=value arguments 
> (['name=', 'Check Response Codes', 'job=', 'sleep 5; 
> /etc/server1/scripts/check_files > /tmp/check_files_results', 
> 'state=present', 'CHECKMODE=True'])FATAL: all hosts have already failed -- 
> aborting*


 

-- 
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 post to this group, send email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to