Hi guys,

Has anyone meet the below issue?

Copy module can not run in coreos. I got the below error message:
/bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) 
/bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) 
/etc/localtime is not a symlink, not updating container timezone. 
Traceback (most recent call last): 
  File 
\"/home/core/.ansible/tmp/ansible-tmp-1462413293.33-173671562381843/file\", 
line 114, in <module> 
    exitcode = invoke_module(module, zipped_mod, ZIPLOADER_PARAMS) 
  File 
\"/home/core/.ansible/tmp/ansible-tmp-1462413293.33-173671562381843/file\", 
line 28, in invoke_module 
    p = subprocess.Popen(['/opt/bin/python', module], env=os.environ, 
shell=False, stdout=subprocess.PIPE, stderr=subprocess.PIPE, 
stdin=subprocess.PIPE) 
  File \"/usr/lib/python2.7/subprocess.py\", line 710, in __init__ 
    errread, errwrite) 
  File \"/usr/lib/python2.7/subprocess.py\", line 1335, in _execute_child 
    raise child_exception 
OSError: [Errno 2] No such file or directory 

But synchronize, raw modules works fine. 

-- 
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].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/f1a40bf6-a7f9-4897-baa2-927bf89f75cf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to