Skip to content

Commit

Permalink
fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
alexnuttinck committed Sep 10, 2021
1 parent 8798619 commit 6f306e7
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .ansible-lint
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
skip_list:
- 'yaml'
- 'role-name'
- 'role-name'
File renamed without changes.
2 changes: 1 addition & 1 deletion molecule/default/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
hosts: all
become: true
roles:
- role: UNamur-SIU.fusiondirectory
- role: UNamur-SIU.fusiondirectory
2 changes: 1 addition & 1 deletion molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ platforms:
provisioner:
name: ansible
playbooks:
converge: ${MOLECULE_PLAYBOOK:-converge.yml}
converge: ${MOLECULE_PLAYBOOK:-converge.yml}
2 changes: 1 addition & 1 deletion tests/hosts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
controller ansible_connection=local
fd ansible_host=10.0.1.10 ansible_ssh_private_key_file=/vagrant/.vagrant/machines/fd/virtualbox/private_key ansible_user=vagrant ansible_python_interpreter=/usr/bin/python3
fd ansible_host=10.0.1.10 ansible_ssh_private_key_file=/vagrant/.vagrant/machines/fd/virtualbox/private_key ansible_user=vagrant ansible_python_interpreter=/usr/bin/python3

0 comments on commit 6f306e7

Please sign in to comment.