Fix up all python3 issues that do not have to do with text/bytes

This commit is contained in:
Toshio Kuratomi 2014-10-28 20:27:14 -04:00
commit 67ff4428d5
5 changed files with 15 additions and 12 deletions

View file

@ -38,6 +38,9 @@ unicode:
non_destructive:
ansible-playbook non_destructive.yml -i $(INVENTORY) -e @$(VARS_FILE) $(CREDENTIALS_ARG) -v $(TEST_FLAGS)
mine:
ansible-playbook mine.yml -i $(INVENTORY) -e @$(VARS_FILE) $(CREDENTIALS_ARG) -v $(TEST_FLAGS)
destructive:
ansible-playbook destructive.yml -i $(INVENTORY) -e @$(VARS_FILE) $(CREDENTIALS_ARG) -v $(TEST_FLAGS)