Skip to content

Commit

Permalink
build(path): rename role to non fqrn
Browse files Browse the repository at this point in the history
  • Loading branch information
donhector committed Jan 17, 2022
1 parent 025b7b9 commit ff9e3e5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export PIPENV_VENV_IN_PROJECT := true
export ANSIBLE_ROLES_PATH := ${PWD}/../..
export ANSIBLE_ROLES_PATH := ${PWD}/..

define hr
@printf '%.s─' $$(seq 1 $$(tput cols))
Expand Down
3 changes: 2 additions & 1 deletion molecule/default/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
- name: Converge
hosts: all
roles:
- { role: donhector.crossplatform, become: true }
# - { role: donhector.crossplatform, become: true }
- { role: ansible-role-crossplatform, become: true }
3 changes: 2 additions & 1 deletion tests/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
- name: Test the role
hosts: localhost
roles:
- donhector.crossplatform
# - donhector.crossplatform
- ansible-role-crossplatform

0 comments on commit ff9e3e5

Please sign in to comment.