Skip to content

Commit

Permalink
make role able to run
Browse files Browse the repository at this point in the history
  • Loading branch information
abhi8080 committed Jul 6, 2024
1 parent 8d5a877 commit f9073cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions molecule/default/molecule.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---

dependency:
name: galaxy
driver:
Expand All @@ -18,6 +17,7 @@ platforms:
- '9200:9200/tcp'
command: /lib/systemd/systemd
privileged: true
pre_build_image: true
provisioner:
name: ansible
options:
Expand All @@ -29,5 +29,3 @@ scenario:
verifier:
name: testinfra
enabled: false
lint:
name: flake8
2 changes: 1 addition & 1 deletion molecule/default/requirements.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---

# - src: reallyenglish.apt-repo
- src: reallyenglish.apt-repo
- src: https://github.com/nkakouros/ansible-role-apt-repo
scm: git
version: patch-1
Expand Down

0 comments on commit f9073cb

Please sign in to comment.