Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Sqlite database implementation #146

Merged
merged 4 commits into from
Aug 29, 2022
Merged

Sqlite database implementation #146

merged 4 commits into from
Aug 29, 2022

Conversation

LegenJCdary
Copy link
Collaborator

@LegenJCdary LegenJCdary commented Jul 29, 2022

Please merge after #142

@LegenJCdary LegenJCdary force-pushed the actual_database branch 11 times, most recently from 1623411 to ce7f4ab Compare July 29, 2022 14:00
@LegenJCdary LegenJCdary requested a review from cinek810 August 1, 2022 07:47
- run:
name: "Change format for ansible output"
command: |
echo '[defaults]' >> /etc/ansible/ansible.cfg
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No need to reconfigure ansible.cfg - we can set before calling ansbile-playbook
ANSIBLE_STDOUT_CALLBACK=yaml
ANSIBLE_LOAD_CALLBACK_PLUGINS=1

Added connector and writer creation in main
Added writing to database in runners.run
Moved workdir and setup_hooks from function arguments to Runners attributes
@LegenJCdary LegenJCdary merged commit b7f4f92 into main Aug 29, 2022
@LegenJCdary LegenJCdary deleted the actual_database branch August 29, 2022 15:32
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants