Hi,
I have been working with set up of the ansible configuration for .NEo4j 4.0 Deployment.
As part of the configuration, i have added the tasks as follows:
- hosts: all
become: true
vars_files:- newvars.yml
tasks: - name: Add key
apt_key:
url: https://debian.neo4j.com/neotechnology.gpg.key
state: present - name: Add Neo4j repo to sources list
apt_repository:
repo: deb https://debian.neo4j.com stable latest
state: present
- newvars.yml
When i am running through my CI/CD pipeline configuration, I often get this error randomly but not always. But When i get its difficult for me to get rid of this error. Error is seen in the snapshot below.