Skip to content

Commit

Permalink
removed space after pool parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
Imaanpreet authored and jhutar committed Apr 17, 2020
1 parent ff6d475 commit d25e81f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions playbooks/katello/katello_nightly_installation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@
- name: change the 'pool' setting in database.yml file #workaround for https://projects.theforeman.org/issues/29370
replace:
path: /etc/foreman/database.yml
regexp: 'pool : 5$'
replace: 'pool : 30'
regexp: 'pool: 5$'
replace: 'pool: 30'

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

0 comments on commit d25e81f

Please sign in to comment.