bagratte
bagratte
This fixes #329 but I'm not sure of the implications of this change.
```yaml - name: Install Vault hosts: vault gather_facts: true any_errors_fatal: true become: true roles: - role: ansible-community.ansible-vault vault_install_hashi_repo: true vault_version: 1.13.2-1 ``` ```console $ ansible-playbook ... ... TASK [ansible-community.ansible-vault :...
for sftp connections, please make NppFTP read %UserProfile%\.ssh\config (or, perhaps, provide an analogous %AppData%\Notepad++\plugins\config\NppFTP\ssh_config). This is often needed to connect to hosts that require nondefault ssh configurations, like, for example,...
``` 16:38 ~/src % git clone [email protected]:sonatype/maven-example-en.git Cloning into 'maven-example-en'... remote: Enumerating objects: 8587, done. remote: Total 8587 (delta 0), reused 0 (delta 0), pack-reused 8587 Receiving objects: 100% (8587/8587),...
## Use case Consider the following Material app: ```dart import 'package:flutter/material.dart'; void main() { runApp(const MainApp()); } class MainApp extends StatefulWidget { const MainApp({super.key}); @override State createState() => _MainAppState(); }...