travis/kitchen tests: fix ansible TRANSFORM_INVALID_GROUP_CHARS

This commit is contained in:
juju4 2019-06-09 12:25:51 -04:00
parent 4867fc9ae8
commit 880a80ca52
4 changed files with 3 additions and 6 deletions

@ -10,7 +10,7 @@ transport:
provisioner: provisioner:
name: ansible_playbook name: ansible_playbook
roles_path: ../ roles_path: ../
hosts: test-kitchen hosts: all
# ansible_verbose: true # ansible_verbose: true
ansible_verbose: false ansible_verbose: false
ansible_verbosity: 3 ansible_verbosity: 3

@ -8,7 +8,7 @@ transport:
provisioner: provisioner:
name: ansible_playbook name: ansible_playbook
roles_path: ../ roles_path: ../
hosts: test-kitchen hosts: all
# ansible_verbose: true # ansible_verbose: true
ansible_verbose: false ansible_verbose: false
ansible_verbosity: 3 ansible_verbosity: 3

@ -19,7 +19,7 @@ install:
- "{ echo '[defaults]'; echo 'roles_path = ../'; } >> ansible.cfg" - "{ echo '[defaults]'; echo 'roles_path = ../'; } >> ansible.cfg"
- gem2.0 --version - gem2.0 --version
script: script:
- "echo \"[test-kitchen]\nlocalhost\" > inventory" - "echo \"localhost\" > inventory"
# Check the role/playbook's syntax. # Check the role/playbook's syntax.
- "ansible-playbook -i inventory --syntax-check test/integration/default/default.yml" - "ansible-playbook -i inventory --syntax-check test/integration/default/default.yml"

@ -1,8 +1,5 @@
--- ---
- hosts: all - hosts: all
#- hosts: test-kitchen
# vars:
# - a:
roles: roles:
- juju4.fprobe - juju4.fprobe