mirror of
https://github.com/Rudd-O/ansible-qubes.git
synced 2025-03-01 14:22:33 +01:00
Ansible 2.4+ support.
This commit is contained in:
parent
aab630ed3b
commit
aa43cda08d
@ -42,7 +42,7 @@ class Connection(ConnectionBase):
|
||||
become_from_methods = frozenset(["sudo"])
|
||||
_management_proxy = None
|
||||
|
||||
def set_host_overrides(self, host, hostvars):
|
||||
def set_host_overrides(self, host, hostvars, templar):
|
||||
self._management_proxy = hostvars.get("management_proxy", None)
|
||||
if self._management_proxy:
|
||||
self.chroot = hostvars.get("inventory_hostname_short")
|
||||
|
Loading…
x
Reference in New Issue
Block a user