jonpspri commented on a change in pull request #3442: Add -o option to 
overwrite target files
URL: 
https://github.com/apache/incubator-openwhisk/pull/3442#discussion_r177066581
 
 

 ##########
 File path: ansible/roles/kafka/tasks/deploy.yml
 ##########
 @@ -79,7 +79,7 @@
     env: "{{ kafka_env_vars }}"
     ports:
       - "{{ kafka.port + groups['kafkas'].index(inventory_hostname) }}:{{ 
kafka.port + groups['kafkas'].index(inventory_hostname) }}"
-      - "{{ kafka.advertisedPort  + groups['kafkas'].index(inventory_hostname) 
}}:{{ kafka.advertisedPort + groups['kafkas'].index(inventory_hostname) }}"
+      - "{{ kafka.advertisedPort + groups['kafkas'].index(inventory_hostname) 
}}:{{ kafka.advertisedPort + groups['kafkas'].index(inventory_hostname) }}"
 
 Review comment:
   Would normally ask for a separate 'typo' PR for this, but seems harmless 
enough to include it with other ansible changes.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to