Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pinkeen committed Jun 17, 2020
1 parent dbe9a1e commit b2316ed
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
3 changes: 3 additions & 0 deletions lib/mageops/ansible.bash
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,15 @@ mageops::ansible::__module__() {
export ANSIBLE_FORCE_COLOR="yes"

mageops::ansible::virtualenv::install() {
true # Not implemented
}

mageops::ansible::virtualenv::activate() {
true # Not implemented
}

mageops::ansible::virtualenv::update() {
true # Not implemented
}

mageops::ansible::playbook() {
Expand Down
2 changes: 1 addition & 1 deletion lib/mageops/bootstrap.bash
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ mageops::bootstrap::__module__()
lib::import mageops::ansible

mageops::bootstrap::project-vars-install() {
true # Not implemented
}

mageops::bootstrap::install() {
Expand Down
4 changes: 0 additions & 4 deletions lib/mageops/mageops-install

This file was deleted.

2 changes: 1 addition & 1 deletion lib/raccoon/core.bash
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
raccoon::core::__module__() {

true # Not implemented
}

0 comments on commit b2316ed

Please # to comment.