From ddde31af7336d3232680df8f0e2917f0553ef686 Mon Sep 17 00:00:00 2001 From: Sharpz7 Date: Mon, 29 Jan 2024 18:54:56 +0000 Subject: [PATCH] [codespell] Fixing Spelling Mistakes This is the first in a series of commits to add support for codespell. This is continuning the process completed in ironic-python-agent. Future Commits will add a Tox Target, CI support and potentially a git-blame-ignore-revs file if their are lots of spelling mistakes that could clutter git blame. Change-Id: I823dfa7bd49c51f4eb7507cae67b4ef3b4e1cd6f --- ansible/action_plugins/tenks_update_state.py | 2 +- ansible/roles/virtualbmc-domain/defaults/main.yml | 2 +- playbooks/tenks-deploy-teardown/pre.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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: