Changeset 3795 in MondoRescue for branches/3.3/ansible/roles/httpd


Ignore:
Timestamp:
Feb 15, 2024, 3:55:18 PM (3 months ago)
Author:
Bruno Cornec
Message:

Untag v3.3.0 never really published in the past - will start from here

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.3/ansible/roles/httpd/tasks/main.yml

    r3792 r3795  
    22
    33- name: Check that Apache is installed
    4   urpmi: name=apache state=installed no-recommends=yes
     4  urpmi: name=apache state=installed no_recommends=yes
    55
    66- name: Check that Apache mod_proxy is installed
    7   urpmi: name=apache-mod_proxy state=installed no-recommends=yes
     7  urpmi: name=apache-mod_proxy state=installed no_recommends=yes
    88
    99- name: Configure Apache log directories
Note: See TracChangeset for help on using the changeset viewer.