diff --git a/setup.py b/setup.py index dc7553826c..b6ce0aab16 100755 --- a/setup.py +++ b/setup.py @@ -149,7 +149,7 @@ setup( "awx/static/favicon.ico", ]), ("%s" % etcpath, [settingsconf,]), - ("%s" % webconfig, ["config/awx.conf"]), + ("%s" % webconfig, ["config/awx.conf","config/awx-plain.conf"]), ] ), options = {