Skip to content

Commit

Permalink
Fix missing playbook names and FQCN
Browse files Browse the repository at this point in the history
  • Loading branch information
martignoni committed Sep 11, 2022
1 parent c9125d8 commit b51ec60
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions moodlebox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,8 @@
# brew install sshpass
---

- import_playbook: installsshkeys.yml
- import_playbook: buildmoodlebox.yml
- name: Include playbook to install SSH keys
ansible.builtin.import_playbook: installsshkeys.yml

- name: Include playbook to build MoodleBox
ansible.builtin.import_playbook: buildmoodlebox.yml

0 comments on commit b51ec60

Please sign in to comment.