--- - name: Add Tailscale repo command: cmd: dnf config-manager --add-repo https://pkgs.tailscale.com/stable/fedora/tailscale.repo creates: /etc/yum.repos.d/tailscale.repo become: yes - name: Install tailscale dnf: name: - tailscale notify: enable tailscaled become: yes