ethpandaops/ansible-collection-general

First time running playbook.yaml results error on ethereum_genesis

Closed this issue · 1 comments

On macos:

TASK [ethpandaops.general.ethereum_genesis : Inform of failure] ***************************************************************************************************************************************************************************************************************************************************
fatal: [localhost -> 127.0.0.1]: FAILED! => 
  msg: |-
    The conditional check '(ethereum_genesis_generator_cmd.rc != 0) or (ethereum_genesis_generator_cmd.stdout == "")' failed. The error was: error while evaluating conditional ((ethereum_genesis_generator_cmd.rc != 0) or (ethereum_genesis_generator_cmd.stdout == "")): 'dict object' has no attribute 'rc'. 'dict object' has no attribute 'rc'
  
    The error appears to be in '/Users/bbusa/Documents/Ethereum.nosync/testnets/template-devnets/ansible/vendor/collections/ansible_collections/ethpandaops/general/roles/ethereum_genesis/tasks/generate_genesis.yaml': line 90, column 7, but may
    be elsewhere in the file depending on the exact syntax problem.
  
    The offending line appears to be:
  
      always:
        - name: Inform of failure
          ^ here

If you run the playbook again, it will no longer result in error