mirror of
https://github.com/CivMC/Civ.git
synced 2026-07-15 23:20:44 +00:00
add quotes
This commit is contained in:
2
.github/workflows/ansible_kira_restart.yml
vendored
2
.github/workflows/ansible_kira_restart.yml
vendored
@@ -44,5 +44,5 @@ jobs:
|
||||
key: ${{secrets.SSH_PRIVATE_KEY}}
|
||||
known_hosts: ${{secrets.SSH_KNOWN_HOSTS}}
|
||||
options: |
|
||||
--inventory ./ansible/inventories/civmc-${{inputs.environment}}.yml
|
||||
--inventory "./ansible/inventories/civmc-${{inputs.environment}}.yml"
|
||||
-e "ansible_become_password=${{secrets.SUDO_PASSWORD}}"
|
||||
|
||||
2
.github/workflows/ansible_ping.yml
vendored
2
.github/workflows/ansible_ping.yml
vendored
@@ -43,5 +43,5 @@ jobs:
|
||||
key: ${{secrets.SSH_PRIVATE_KEY}}
|
||||
known_hosts: ${{secrets.SSH_KNOWN_HOSTS}}
|
||||
options: |
|
||||
--inventory ./ansible/inventories/civmc-${{inputs.environment}}.yml
|
||||
--inventory "./ansible/inventories/civmc-${{inputs.environment}}.yml"
|
||||
|
||||
|
||||
2
.github/workflows/ansible_setup_server.yml
vendored
2
.github/workflows/ansible_setup_server.yml
vendored
@@ -44,5 +44,5 @@ jobs:
|
||||
key: ${{secrets.SSH_PRIVATE_KEY}}
|
||||
known_hosts: ${{secrets.SSH_KNOWN_HOSTS}}
|
||||
options: |
|
||||
--inventory ./ansible/inventories/civmc-${{inputs.environment}}.yml
|
||||
--inventory "./ansible/inventories/civmc-${{inputs.environment}}.yml"
|
||||
-e "ansible_become_password=${{secrets.SUDO_PASSWORD}}"
|
||||
|
||||
2
.github/workflows/ansible_start_server.yml
vendored
2
.github/workflows/ansible_start_server.yml
vendored
@@ -44,5 +44,5 @@ jobs:
|
||||
key: ${{secrets.SSH_PRIVATE_KEY}}
|
||||
known_hosts: ${{secrets.SSH_KNOWN_HOSTS}}
|
||||
options: |
|
||||
--inventory ./ansible/inventories/civmc-${{inputs.environment}}.yml
|
||||
--inventory "./ansible/inventories/civmc-${{inputs.environment}}.yml"
|
||||
-e "ansible_become_password=${{secrets.SUDO_PASSWORD}}"
|
||||
|
||||
2
.github/workflows/ansible_stop_server.yml
vendored
2
.github/workflows/ansible_stop_server.yml
vendored
@@ -44,5 +44,5 @@ jobs:
|
||||
key: ${{secrets.SSH_PRIVATE_KEY}}
|
||||
known_hosts: ${{secrets.SSH_KNOWN_HOSTS}}
|
||||
options: |
|
||||
--inventory ./ansible/inventories/civmc-${{inputs.environment}}.yml
|
||||
--inventory "./ansible/inventories/civmc-${{inputs.environment}}.yml"
|
||||
-e "ansible_become_password=${{secrets.SUDO_PASSWORD}}"
|
||||
|
||||
2
.github/workflows/ansible_update_server.yml
vendored
2
.github/workflows/ansible_update_server.yml
vendored
@@ -45,5 +45,5 @@ jobs:
|
||||
key: ${{secrets.SSH_PRIVATE_KEY}}
|
||||
known_hosts: ${{secrets.SSH_KNOWN_HOSTS}}
|
||||
options: |
|
||||
--inventory ./ansible/inventories/civmc-${{inputs.environment}}.yml
|
||||
--inventory "./ansible/inventories/civmc-${{inputs.environment}}.yml"
|
||||
-e "ansible_become_password=${{secrets.SUDO_PASSWORD}}"
|
||||
|
||||
@@ -45,5 +45,5 @@ jobs:
|
||||
key: ${{secrets.SSH_PRIVATE_KEY}}
|
||||
known_hosts: ${{secrets.SSH_KNOWN_HOSTS}}
|
||||
options: |
|
||||
--inventory ./ansible/inventories/civmc-${{inputs.environment}}.yml
|
||||
--inventory "./ansible/inventories/civmc-${{inputs.environment}}.yml"
|
||||
-e "ansible_become_password=${{secrets.SUDO_PASSWORD}}"
|
||||
|
||||
@@ -46,5 +46,5 @@ jobs:
|
||||
key: ${{secrets.SSH_PRIVATE_KEY}}
|
||||
known_hosts: ${{secrets.SSH_KNOWN_HOSTS}}
|
||||
options: |
|
||||
--inventory ./ansible/inventories/civmc-${{inputs.environment}}.yml
|
||||
--inventory "./ansible/inventories/civmc-${{inputs.environment}}.yml"
|
||||
-e "ansible_become_password=${{secrets.SUDO_PASSWORD}}"
|
||||
|
||||
@@ -46,5 +46,5 @@ jobs:
|
||||
key: ${{secrets.SSH_PRIVATE_KEY}}
|
||||
known_hosts: ${{secrets.SSH_KNOWN_HOSTS}}
|
||||
options: |
|
||||
--inventory ./ansible/inventories/civmc-${{inputs.environment}}.yml
|
||||
--inventory "./ansible/inventories/civmc-${{inputs.environment}}.yml"
|
||||
-e "ansible_become_password=${{secrets.SUDO_PASSWORD}}"
|
||||
|
||||
Reference in New Issue
Block a user