Should the role run with become? #165
-
Hi, I tried to run the example playbook but it failed with: "'/usr/bin/apt-mark manual openvpn' failed: E: Could not create temporary file for /var/lib/apt/extended_states - mkstemp (13: Permission denied) I managed to get it running successfully with become: True. Is that the right way to use it? Best regards, |
Beta Was this translation helpful? Give feedback.
Answered by
kyl191
Dec 29, 2024
Replies: 1 comment
-
Yes, the role should be run with |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
kyl191
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, the role should be run with
become: true