Skip to content

Commit

Permalink
more lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
compscidr committed Oct 24, 2024
1 parent 9bf9975 commit 89b2d54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ansible/roles/nas_local/rust_game/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
rust_identity: rust_docker
rust_seed: "{{ 2147483647 | random }}"
rust_server_name: "California | Monthly | No BP Wipe"
rust_server_description: "Self hosted in Redwood City CA\nWipes on the 4th day of the month at 7pm PST\nWorld Size: {{rust_world_size}}"
rust_server_description: "Self hosted in Redwood City CA\nWipes on the 4th day of the month at 7pm PST\nWorld Size: {{ rust_world_size }}"
rust_world_size: 4500
rust_server_port: 28015
rust_server_query_port: 28016
Expand Down Expand Up @@ -110,7 +110,7 @@
rust_identity: rust_docker_weekly
rust_seed: "{{ 2147483647 | random }}"
rust_server_name: "California | Weekly | No BP Wipe"
rust_server_description: "Self hosted in Redwood City CA\nWipes on Thursdays at 7pm PST\nWorld Size: {{rust_world_size}}"
rust_server_description: "Self hosted in Redwood City CA\nWipes on Thursdays at 7pm PST\nWorld Size: {{ rust_world_size }}"
rust_world_size: 3000
rust_server_port: 27015
rust_server_query_port: 27016
Expand Down

0 comments on commit 89b2d54

Please sign in to comment.