You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2020/10/26 18:26:23 UTC

[GitHub] [openwhisk] parichehrvn commented on issue #5010: ansible setup.yml failed with error ''ansible_distribution' is undefined '

parichehrvn commented on issue #5010:
URL: https://github.com/apache/openwhisk/issues/5010#issuecomment-716740280


   > As noted in slack, I think this is related to your ansible version being 2.5.2. Please try with ansible 2.7.7 or later.
   
   I try with ansible 2.7.7 but I still get the same error.
   I try to modify setup.yml as follows:
   `- name: Setup.yml
     hosts: all
     gather_facts: yes
   
     tasks:
     ...........`
   and this error is solved but I get this error:
   `non-zero return code
   generating client ca key generating client ca request generating client ca
   pem generating client key generating client certificate csr file generating
   self-signed client certificate
   Generating RSA private key, 2048 bit long modulus (2 primes) .....+++++
   ........+++++ e is 65537 (0x010001) Signature ok subject=C = US, ST = NY, L =
   Yorktown, O = OpenWhisk, CN = *.localhost Getting Private key Generating RSA
   private key, 2048 bit long modulus (2 primes) ...........................+++++
   ........+++++ e is 65537 (0x010001) Signature ok subject=C = US, ST = NY, L =
   Yorktown, O = OpenWhisk, CN = guest Getting CA Private Key unable to load CA
   Private Key 139724263978304:error:0909006C:PEM routines:get_name:no start
   line:../crypto/pem/pem_lib.c:745:Expecting: ANY PRIVATE KEY
   `


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org