Skip to content

Commit

Permalink
new feature for api token
Browse files Browse the repository at this point in the history
  • Loading branch information
florianow committed Mar 27, 2021
1 parent 7c5921c commit 4ea71b9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 34 deletions.
13 changes: 9 additions & 4 deletions molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,22 @@
dependency:
name: galaxy
driver:
name: vagrant
name: docker
provider:
name: virtualbox
name: centos8
lint: |
set -e
yamllint .
ansible-lint
flake8
platforms:
- name: debian-9
box: generic/debian9
- name: centos8
image: geerlingguy/docker-centos8-ansible:latest
command: /sbin/init
privileged: True
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
pre_build_image: true
provisioner:
name: ansible
log: true
Expand Down
30 changes: 0 additions & 30 deletions molecule/default/playbook.yml

This file was deleted.

0 comments on commit 4ea71b9

Please sign in to comment.