8000 Error: Failed to change ownership of the temporary files Ansible needs to create despite connecting as a privileged · Issue #1801 · werf/werf · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Error: Failed to change ownership of the temporary files Ansible needs to create despite connecting as a privileged #1801

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
distorhead opened this issue Oct 1, 2019 · 1 comment

Comments

@distorhead
Copy link
Member

Previous issue: #1490.

Problem may arise when running task with become user:

  - name: "Install Gemfile dependencies with bundler"
    shell: |
      set -e
      source /etc/profile.d/rvm.sh
      export BUNDLE_CACHE_PATH=/var/cache/bundle/data
      export BUNDLE_GLOBAL_GEM_CACHE=1
      bundle install -j4 --path vendor/bundle
    args:
      executable: /bin/bash
      chdir: /app
    become: yes
    become_user: app

Cannot reproduce error yet.

@alexey-igrychev
Copy link
Member

This issue is being closed because the ansible functionality is no longer being developed or supported. This feature has been deprecated and will be removed in version v3. We recommend using the shell directive instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants
0