mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-11 10:32:27 +08:00
fixing botched syntax
This commit is contained in:
@@ -41,4 +41,4 @@
|
||||
|
||||
- name: hotfix change to config_defaults for testing
|
||||
when: deployment_type == 'dev'
|
||||
replace: dest=/usr/lib/python2.7/site-packages/libtaskotron/config_defaults.py regexp='\s+fas_password = None.*$' replace=' fas_password = ''
|
||||
replace: dest=/usr/lib/python2.7/site-packages/libtaskotron/config_defaults.py regexp='\s+fas_password = None.*$' replace=" fas_password = ''"
|
||||
|
||||
Reference in New Issue
Block a user