summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToshio Kuratomi <toshio@fedoraproject.org>2014-12-16 11:17:29 -0800
committerToshio Kuratomi <toshio@fedoraproject.org>2014-12-16 11:18:15 -0800
commit07e483b0c02f2500d0326bc270c306c3c80d4deb (patch)
treeee38c2d8830034ab3adbb2643a579b946030a8be
parenta5b3b59bd1f2e3ec405377a2f5450e1c20a303bc (diff)
downloadansible-07e483b0c02f2500d0326bc270c306c3c80d4deb.tar.gz
Update core modules
m---------lib/ansible/modules/core13
-rw-r--r--test/integration/Makefile3
2 files changed, 11 insertions, 5 deletions
diff --git a/lib/ansible/modules/core b/lib/ansible/modules/core
-Subproject 08c5cc06c6ad9a1e0016ad89eb0f7ca009cc810
+Subproject 54b836f0b885543b6cb982e4e1155d97d8b487a
diff --git a/test/integration/Makefile b/test/integration/Makefile
index cf15c753cf..1985f38de6 100644
--- a/test/integration/Makefile
+++ b/test/integration/Makefile
@@ -37,6 +37,9 @@ unicode:
# Test the start-at-task flag #9571
ansible-playbook unicode.yml -i $(INVENTORY) -e @$(VARS_FILE) -v --start-at-task '*ΒΆ' -e 'start_at_task=True' $(TEST_FLAGS)
+mine:
+ ansible-playbook mine.yml -i $(INVENTORY) -e @$(VARS_FILE) $(CREDENTIALS_ARG) -v $(TEST_FLAGS)
+
non_destructive:
ansible-playbook non_destructive.yml -i $(INVENTORY) -e @$(VARS_FILE) $(CREDENTIALS_ARG) -v $(TEST_FLAGS)