[Fix] Nova check mode 적용 후 검증 실패 수정 - #25
Open
callme-waffle wants to merge 1 commit into
Open
callme-waffle wants to merge 1 commit into
callme-waffle wants to merge 1 commit into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
💡 설명
Nova Security Role을 check mode로 실행할 때 실제로 변경되지 않은 설정 파일을 적용 후 assertion이 다시 검사하여 실행이 실패하는 문제를 수정합니다.
Closes #16
✅ 작업 상세 내용
git diff --check검증📝 추가 설명(선택)
community.general.ini_file은 check mode에서 변경 예정 상태만 반환하고 파일을 수정하지 않습니다. 따라서 사후 검증은ansible_check_mode가 아닌 경우에만 실행하도록 제한했습니다.로컬 환경에
ansible-playbook실행 파일이 없어 실제 Ansible syntax/check-mode 실행은 수행하지 못했습니다.📚 참고 자료(선택)