Skip to content

Commit 3d00cec

Browse files
author
Dominique Quatravaux
committed
[document] an oopsie.
1 parent 9235cc4 commit 3d00cec

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ansible/roles/awx-instance/tasks/awx-objects.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
from awx.main.models.inventory import CustomInventoryScript
1212
from awx.main.models.credential import Credential
1313
14+
# Do *not* delete the “WWP” project! That would cascade into deleting
15+
# the entire history. (Ask me how I know, or how said history got purged
16+
# on the test instance...)
17+
1418
CustomInventoryScript.objects.all().delete()
1519
1620
for g in InstanceGroup.objects.all():

0 commit comments

Comments
 (0)