diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-07-03 23:43:17 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-07-03 23:44:47 +0200 |
| commit | 97c97e7b9880a90b2e54dd2b5f02aaf65824fb1f (patch) | |
| tree | d0f0086ead57a6e798aac3038298cc557c30c6cd /roles/pve-network/tasks/main.yml | |
| parent | 005c49353a6a71954e6a975a43989ded1786022a (diff) | |
Refactor pve roles to create storage separately
Diffstat (limited to 'roles/pve-network/tasks/main.yml')
| -rw-r--r-- | roles/pve-network/tasks/main.yml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/roles/pve-network/tasks/main.yml b/roles/pve-network/tasks/main.yml index dcaf0638..80ed6753 100644 --- a/roles/pve-network/tasks/main.yml +++ b/roles/pve-network/tasks/main.yml @@ -29,8 +29,3 @@ group: "root" mode: "0600" notify: "Restart NetworkManager" - -- name: "Wait for connection to recover after bridge reconfiguration" - ansible.builtin.wait_for_connection: - delay: 5 - timeout: 30 |
