diff --git a/ansible/action_plugins/tenks_update_state.py b/ansible/action_plugins/tenks_update_state.py index 947d0c7..abf8473 100644 --- a/ansible/action_plugins/tenks_update_state.py +++ b/ansible/action_plugins/tenks_update_state.py @@ -105,7 +105,7 @@ class ActionModule(ActionBase): used_idxs = list(old_idxs.values()) for name, dev in specified_mappings.items(): try: - # We need to re-use the IDXs of any existing physnets. + # We need to reuse the IDXs of any existing physnets. idx = old_idxs[name] except KeyError: # New physnet requires a new IDX. diff --git a/ansible/roles/virtualbmc-domain/defaults/main.yml b/ansible/roles/virtualbmc-domain/defaults/main.yml index 04f7f82..242a60b 100644 --- a/ansible/roles/virtualbmc-domain/defaults/main.yml +++ b/ansible/roles/virtualbmc-domain/defaults/main.yml @@ -15,5 +15,5 @@ vbmc_log_directory: vbmc_virtualenv_path: # Whether the domain should be `present` or `absent` in Virtual BMC. vbmc_state: present -# libvirt connnection URI +# libvirt connection URI vbmc_libvirt_uri: diff --git a/playbooks/tenks-deploy-teardown/pre.yml b/playbooks/tenks-deploy-teardown/pre.yml index ac882ef..0f8eaba 100644 --- a/playbooks/tenks-deploy-teardown/pre.yml +++ b/playbooks/tenks-deploy-teardown/pre.yml @@ -74,7 +74,7 @@ chdir: "{{ tenks_src_dir }}" - name: Install dependencies for CI - # We install roles specifc to CI over the existing ones. This means that we + # We install roles specific to CI over the existing ones. This means that we # don't have to keep the two requirements files in sync, as we just override # some of them. vars: