mirror of
https://github.com/ansible/awx.git
synced 2026-02-01 01:28:09 -03:30
Settings updates to support production installation.
This commit is contained in:
@@ -13,8 +13,8 @@
|
||||
|
||||
tasks:
|
||||
|
||||
- name: remove python-dateutils package if installed
|
||||
yum: name=python-dateutils15 state=removed
|
||||
- name: remove python-dateutil package if installed
|
||||
yum: name=python-dateutil15 state=removed
|
||||
|
||||
- name: install packages from yum
|
||||
yum: name=$item state=installed
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
# along with Ansible Commander. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
|
||||
from defaults import *
|
||||
from development import *
|
||||
|
||||
ADMINS = (
|
||||
# ('Your Name', 'your_email@domain.com'),
|
||||
|
||||
Reference in New Issue
Block a user