You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: replace unix commands with ansible modules (#77)
- Replace curl with get_url module in anvil_docker and tailscale roles
- Replace rsync command with synchronize module in anvil_docker role
- Add delegate_to for synchronize to ensure local file synchronization
- Remove command-instead-of-module from ansible-lint skip list (no longer needed)
This ensures better idempotency and follows ansible best practices.
0 commit comments