Skip to content

Commit

Permalink
Ansible Generated Update.
Browse files Browse the repository at this point in the history
  • Loading branch information
buluma committed Mar 26, 2024
1 parent ff7b465 commit 2765c2b
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 12 deletions.
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,3 @@ Show at least the error, possible related output, if possible all the output.
- Control node OS: [e.g. Debian 9] (`cat /etc/os-release`)
- Control node Ansible version: [e.g. 2.9.1] (`ansible --version`)
- Managed node OS: [e.g. CentOS 7] (`cat /etc/os-release`)

1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,3 @@ Why is this feature required?
## Additional context

Add any other context about the feature request here.

1 change: 0 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,3 @@ In the comment-box, you can [refer to the issue number](https://help.github.com/
Now I'll get a message that you've added some code. Thank you, really.

CI starts to test your changes once pull request is reviewed. You can follow the progress on GitHub.

1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,3 @@ If you find issues, please register them in [GitHub](https://github.com/buluma/a
## [Author Information](#author-information)

[Shadow Walker](https://buluma.github.io/)

1 change: 0 additions & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,3 @@ Please [open an issue](https://github.com/buluma/ansible-role-buildtools/issues)
Tell them where to go, how often they can expect to get an update on a
reported vulnerability, what to expect if the vulnerability is accepted or
declined, etc.

2 changes: 1 addition & 1 deletion meta/preferences.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
#
# Ansible managed
#
tox_parallel: yes
tox_parallel: true
4 changes: 2 additions & 2 deletions molecule/default/converge.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
- name: Converge
hosts: all
become: yes
gather_facts: yes
become: true
gather_facts: true

roles:
- role: ansible-role-buildtools
4 changes: 2 additions & 2 deletions molecule/default/prepare.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
- name: Prepare
hosts: all
gather_facts: no
become: yes
gather_facts: false
become: true

roles:
- role: buluma.bootstrap
4 changes: 2 additions & 2 deletions molecule/default/verify.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
- name: Verify
hosts: all
become: no
gather_facts: no
become: false
gather_facts: false

tasks:
- name: run gcc
Expand Down

0 comments on commit 2765c2b

Please sign in to comment.