Installs the notary client
None
Name | Description | Type | Default | Required |
---|---|---|---|---|
name | desc | type | default | required |
None
- hosts: all
roles:
- role: ansible-role-notary
vars:
Testing this role locally requires the CircleCI Local CLI.
To install the CLI for macOS and Linux, invoke the following command:
$ curl -fLSs https://circle.ci/cli | DESTDIR=/usr/local/bin bash
After installing the CLI, invoke the following command to run the Molecule tests:
$ make test