mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-27 10:40:22 -07:00
Adding FIXME note to playbook executor code regarding password params
This commit is contained in:
parent
d732c94ac2
commit
7076298dc1
1 changed files with 2 additions and 0 deletions
|
@ -36,6 +36,8 @@ class PlaybookExecutor:
|
||||||
basis for bin/ansible-playbook operation.
|
basis for bin/ansible-playbook operation.
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
# FIXME: passwords should not be passed in piecemeal like this,
|
||||||
|
# if they're just going to be stuck in a dict later.
|
||||||
def __init__(self, playbooks, inventory, variable_manager, loader, display, options, conn_pass, become_pass):
|
def __init__(self, playbooks, inventory, variable_manager, loader, display, options, conn_pass, become_pass):
|
||||||
self._playbooks = playbooks
|
self._playbooks = playbooks
|
||||||
self._inventory = inventory
|
self._inventory = inventory
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue