Remove debug tasks from global.yml and update git signing config
This commit is contained in:
@@ -247,7 +247,7 @@ def main():
|
||||
"--ansible", "-A", action="store_true", help="Upgrade Ansible packages"
|
||||
)
|
||||
parser.add_argument(
|
||||
"--ansible-verbose",
|
||||
"--ansible-verbose",
|
||||
action="store_true",
|
||||
help="Upgrade Ansible packages with verbose output",
|
||||
)
|
||||
@@ -402,7 +402,7 @@ def main():
|
||||
ansible_cmd.append("-vvv")
|
||||
|
||||
# Debug: Show the command being executed
|
||||
printfe("yellow", f"Debug: Executing command: {' '.join(ansible_cmd)}")
|
||||
printfe("cyan", f"Executing command: {' '.join(ansible_cmd)}")
|
||||
|
||||
# Execute the Ansible command, passing password via stdin if available
|
||||
if sudo_password:
|
||||
|
||||
Reference in New Issue
Block a user