Skip to content

Commit d25e81f

Browse files
Imaanpreetjhutar
authored andcommitted
removed space after pool parameter
1 parent ff6d475 commit d25e81f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

playbooks/katello/katello_nightly_installation.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@
9696
- name: change the 'pool' setting in database.yml file #workaround for https://projects.theforeman.org/issues/29370
9797
replace:
9898
path: /etc/foreman/database.yml
99-
regexp: 'pool : 5$'
100-
replace: 'pool : 30'
99+
regexp: 'pool: 5$'
100+
replace: 'pool: 30'
101101

102102
- name: create a file with content #workaround for https://projects.theforeman.org/issues/29370
103103
copy:

0 commit comments

Comments
 (0)