We have the playbook below to copy an updated script to our servers.  The 
copy works to all RHEL 8 servers, but all RHEL 7 servers fails.  I know 
that the RHEL 7 servers has Python 2.7.5, could that be the issue?  I don't 
think that we can update Python on RHEL 7.

---
-  hosts: all_hosts
   become: yes
   become_method: sudo
   gather_facts: no

   tasks:

   - name: Send updated aide.check script
     ansible.builtin.copy:
       src: files/aide.check
       dest: /etc/cron.daily

Thanks,
Harry

-- 
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/257f5889-357d-4446-9cd1-a87d9b2adfb3n%40googlegroups.com.

Reply via email to