Fix XAMPP after testing
This commit is contained in:
parent
8b2bbbd240
commit
a0713cd89a
1 changed files with 3 additions and 3 deletions
|
@ -3,12 +3,12 @@
|
|||
name: xampp-81
|
||||
install_args: ""
|
||||
|
||||
- name: Make XAMPP config world writable
|
||||
- name: Make XAMPP world writable
|
||||
win_acl:
|
||||
user: 'Authenticated Users'
|
||||
path: "C:\\xampp\\xampp-control.ini"
|
||||
path: "C:\\xampp\\"
|
||||
type: allow
|
||||
rights: Write
|
||||
rights: FullControl
|
||||
|
||||
- name: Add firewall rules for XAMPP
|
||||
win_firewall_rule:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue