Skip to content

Commit

Permalink
fix(ansible): rename files, removing env (#558)
Browse files Browse the repository at this point in the history
  • Loading branch information
raisedadead authored Jul 18, 2023
1 parent dee2070 commit cee81d7
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ansible/play-oldeworld--api-0-initialize.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
gather_facts: false
vars:
api_hosts: ['1', '2', '3']
api_env: '{{ variable_api_env | default("stg") }}'
api_env: '{{ variable_api_env }}'
agent_version: '{{ variable_agent_version | default("3.220.5") }}'
tasks:
- name: Install or Update Node.js
Expand Down
2 changes: 1 addition & 1 deletion ansible/play-oldeworld--api-2-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
hosts: '{{ variable_host | default("null") }}'
gather_facts: false
vars:
api_env: '{{ variable_api_env | default("stg") }}'
api_env: '{{ variable_api_env }}'
tasks:
- name: Clone the Git Repository
git:
Expand Down
2 changes: 1 addition & 1 deletion ansible/play-oldeworld--client-0-initialize.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
client_groups:
['chn', 'cnt', 'eng', 'esp', 'ger', 'ita', 'jpn', 'por', 'ukr']
client_hosts: ['1', '2']
client_env: '{{ variable_client_env | default("stg") }}'
client_env: '{{ variable_client_env }}'
agent_version: '{{ variable_agent_version | default("3.220.5") }}'
tasks:
# - name: Create deployment groups from list of items
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit cee81d7

Please sign in to comment.