Skip to content
This repository has been archived by the owner on Dec 2, 2022. It is now read-only.

Nextcloud occ commands require nginx-specific become_pass #64

Open
artis3n opened this issue Mar 11, 2018 · 1 comment
Open

Nextcloud occ commands require nginx-specific become_pass #64

artis3n opened this issue Mar 11, 2018 · 1 comment
Labels

Comments

@artis3n
Copy link
Owner

artis3n commented Mar 11, 2018

The become_pass is a global variable in Ansible, and there is not support at the task-level to change the value of the variable. For the moment, this seems to break full Debian support.

This is being tracked in ansible/ansible#28232.

@artis3n
Copy link
Owner Author

artis3n commented Jun 29, 2018

Necessary change on the task level:

vars:
    ansible_become_pass: "{{ variable }}"

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

No branches or pull requests

1 participant