Skip to content

Commit

Permalink
Islandora-Devops#268 Variable selinux_permissive must exist before it…
Browse files Browse the repository at this point in the history
… can be set_fact.
  • Loading branch information
bdgregg committed Oct 5, 2023
1 parent f558977 commit 8e3f3fa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions bootstrap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
become: yes
gather_facts: false

vars:
selinux_permissive: ''


tasks:
# python isn't installed by default on ubuntu so we need
# to do that with the raw command before
Expand Down
2 changes: 1 addition & 1 deletion database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
- role: geerlingguy.mysql
when: "islandora_build_base_box|bool == True and islandora_db == 'mysql'"
- role: geerlingguy.postgresql
when: "islandora_build_base_box|bool == True and islandora_db == 'pgsql'"
when: "islandora_build_base_box|bool == True and islandora_db == 'pgsql'"

0 comments on commit 8e3f3fa

Please sign in to comment.