File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 138
138
139
139
- name : copy PG systemd unit
140
140
template :
141
- src : files/postgresql_config/postgresql.service.j2
141
+ src : /tmp/ansible-playbook/ files/postgresql_config/postgresql.service.j2
142
142
dest : /etc/systemd/system/postgresql.service
143
143
144
144
- name : copy optimizations systemd unit
145
145
template :
146
- src : files/database-optimizations.service.j2
146
+ src : /tmp/ansible-playbook/ files/database-optimizations.service.j2
147
147
dest : /etc/systemd/system/database-optimizations.service
148
148
149
149
# # # Reload
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ build {
63
63
64
64
provisioner "file" {
65
65
source = " ansible/files"
66
- destination = " /tmp/ansible-playbook"
66
+ destination = " /tmp/ansible-playbook/files "
67
67
}
68
68
69
69
You can’t perform that action at this time.
0 commit comments