mirror of https://github.com/ansible/ansible.git
Changed call to EDITOR to allow for parameters
The EDITOR environment variable is used to create and edit files in the vault. But if the EDITOR variable contains parameters, subprocess.call() breaks. This fixes the EDITOR environment variable to be safely split into a list. It adds a dependency on shlex.pull/6580/head
parent
324a943e12
commit
c79c001bfb
Loading…
Reference in New Issue