Hi Team,

I have been working on nodejs application installation through 
ansible-container. I have configured all the code in container and 
main.yml. While i test run the ansible-container --debug build command , i 
am facing the below error. Please help me on resolving the error :

  File "/app/ansible_container_source/ansible-container/container/cli.py", 
line 291, in __call__

    getattr(core, u'hostcmd_{}'.format(args.subcommand))(**vars(args))

  File 
"/app/ansible_container_source/ansible-container/container/__init__.py", 
line 28, in __wrapped__

    return fn(*args, **kwargs)

  File "/app/ansible_container_source/ansible-container/container/core.py", 
line 146, in hostcmd_build

    cache=conductor_cache

  File 
"/app/ansible_container_source/ansible-container/container/docker/engine.py", 
line 87, in __wrapped__

    return fn(self, *args, **kwargs)

  File 
"/app/ansible_container_source/ansible-container/container/__init__.py", 
line 28, in __wrapped__

    return fn(*args, **kwargs)

  File 
"/app/ansible_container_source/ansible-container/container/docker/engine.py", 
line 851, in build_conductor_image

    tarball.add(container_dir, arcname='container-src')

  File "/usr/lib64/python2.7/tarfile.py", line 1998, in add

    recursive, exclude, filter)

  File "/usr/lib64/python2.7/tarfile.py", line 1998, in add

    recursive, exclude, filter)

  File "/usr/lib64/python2.7/tarfile.py", line 1990, in add

    with bltn_open(name, "rb") as f:

IOError: [Errno 13] Permission denied: 
'/app/ansible_container_source/ansible-container/container/utils/temp.pyc'


TIA!

-- 
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/4b02283b-d029-4e14-8e27-6c2aa9c73313%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to