Skip to content

Commit

Permalink
Bump version, fix monolith directory check
Browse files Browse the repository at this point in the history
  • Loading branch information
syndr committed Mar 11, 2024
1 parent e3cff11 commit b64b2d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace: syndr
name: molecule

# The version of the collection. Must be compatible with semantic versioning
version: 1.2.0
version: 1.2.1

# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
readme: README.md
Expand Down
3 changes: 1 addition & 2 deletions roles/prepare_controller/tasks/monolith.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

- name: Check directory paths
ansible.builtin.stat:
path: "{{ __prepare_controller_item }}"
path: "{{ prepare_controller_project_dir }}/{{ __prepare_controller_item }}"
register: __prepare_controller_filepath_stat
loop:
- collections
Expand All @@ -24,5 +24,4 @@
loop: "{{ __prepare_controller_filepath_stat.results }}"
loop_control:
loop_var: __prepare_controller_item
label: "{{ __prepare_controller_item.item }}"

0 comments on commit b64b2d4

Please sign in to comment.