Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

Commit

Permalink
Fix apache installation
Browse files Browse the repository at this point in the history
  • Loading branch information
fao89 committed Jun 29, 2020
1 parent 470e891 commit f1a6ff8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES/7010.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix apache installation
2 changes: 1 addition & 1 deletion roles/pulp_webserver/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
changed_when: false
check_mode: false

- import_tasks: "{{ pulp_webserver_server }}.yml"
- include_tasks: "{{ pulp_webserver_server }}.yml"

- name: Set httpd_can_network_connect flag on and keep it persistent across reboots
seboolean:
Expand Down

0 comments on commit f1a6ff8

Please sign in to comment.