Skip to content

Commit

Permalink
Update tasks.py: run_command
Browse files Browse the repository at this point in the history
Set default credentials to None. This allows nebula to fetch credentials from nebula-config
  • Loading branch information
kimpaller authored Aug 14, 2023
1 parent 4a77aad commit 836c75b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nebula/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -1282,8 +1282,8 @@ def run_diagnostics(
def run_command(
c,
ip=None,
user="root",
password="analog",
user=None,
password=None,
yamlfilename="/etc/default/nebula",
board_name=None,
command=None,
Expand Down

0 comments on commit 836c75b

Please sign in to comment.