Skip to content

Commit

Permalink
Islandora-Devops#268 Adjust islandora_build_box to islandora_build_ba…
Browse files Browse the repository at this point in the history
…se_box and change name to role in playbook to keep in line with other playbooks.
  • Loading branch information
bdgregg committed Oct 4, 2023
1 parent 9b25647 commit 9769b56
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions crayfish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@
become: yes

roles:
- name: geerlingguy.repo-remi
when: "ansible_os_family == 'RedHat' and islandora_build_box|bool == True"
- name: geerlingguy.apache # Include apache to get the handlers
- name: geerlingguy.php-versions
- role: geerlingguy.repo-remi
when: "ansible_os_family == 'RedHat' and islandora_build_base_box|bool == True"
- role: geerlingguy.apache # Include apache to get the handlers
- role: geerlingguy.php-versions
when: islandora_build_base_box|bool == True
- name: geerlingguy.php
- role: geerlingguy.php
when: islandora_build_base_box|bool == True
- name: geerlingguy.php-mysql
- role: geerlingguy.php-mysql
when: islandora_build_base_box|bool == True
- name: geerlingguy.git
- role: geerlingguy.git
when: islandora_build_base_box|bool == True
- name: geerlingguy.composer
- role: geerlingguy.composer
when: islandora_build_base_box|bool == True

- name: Islandora-Devops.crayfish
- role: Islandora-Devops.crayfish
when: islandora_build_base_box|bool == False

0 comments on commit 9769b56

Please sign in to comment.