Skip to content
This repository has been archived by the owner on Apr 9, 2021. It is now read-only.

Commit

Permalink
Remote lint that causes an error.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdebock committed Sep 2, 2020
1 parent 82ee824 commit bcd0336
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ dependency:
lint: |
set -e
yamllint .
ansible-lint tasks/main.yml
driver:
name: docker
platforms:
Expand Down
2 changes: 2 additions & 0 deletions molecule/default/prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
file:
path: "{{ item }}"
state: directory
mode: "0644"
with_items:
- /data
- /data/in
Expand All @@ -22,3 +23,4 @@
copy:
src: in/
dest: /data/in
mode: "0644"

0 comments on commit bcd0336

Please sign in to comment.