Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
FusionIAM
FusionIAM
Commits
692067c3
Commit
692067c3
authored
Sep 14, 2021
by
Clément OUDOT
Browse files
Ansible is not good at keeping directory permissions (
#5
)
parent
29b23ec5
Changes
1
Hide whitespace changes
Inline
Side-by-side
build/centos8/fusiondirectory/ansible/install.yaml
View file @
692067c3
...
...
@@ -112,12 +112,17 @@
-
name
:
Install Smarty plugins
copy
:
src
:
/usr/src/fd/contrib/smarty/plugins/
dest
:
/usr/share/php/
s
marty
3
/plugins/
src
:
/usr/src/fd/contrib/smarty/plugins/
{{ item }}
dest
:
/usr/share/php/
S
marty/plugins/
owner
:
root
group
:
root
mode
:
0644
remote_src
:
yes
with_items
:
-
block.render.php
-
function.filePath.php
-
function.iconPath.php
-
function.msgPool.php
-
name
:
Install source files
copy
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment