Skip to content
This repository has been archived by the owner on Jan 13, 2020. It is now read-only.
/ accelpy Public archive

Commit

Permalink
1.0.0-beta.28
Browse files Browse the repository at this point in the history
  • Loading branch information
JGoutin committed Oct 3, 2019
1 parent b3eb635 commit 7aee560
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 16 deletions.
2 changes: 1 addition & 1 deletion accelpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
See the License for the specific language governing permissions and
limitations under the License.
"""
__version__ = '1.0.0-beta.27'
__version__ = '1.0.0-beta.28'
__copyright__ = "Copyright 2019 Accelize"
__licence__ = "Apache 2.0"

Expand Down
9 changes: 0 additions & 9 deletions accelpy/_ansible/roles/common.init/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,6 @@ dependencies:
ssh_allow_users: "{{ ansible_user }}"
when: ssh_hardening | bool

# Kernel selection
- role: 'accelize.linux_kernel'
vars:
kernel_version: "{{ linux_kernel_version }}"
when: linux_kernel_version is defined

# System reboot
- role: common.reboot_system

# FPGA drivers
- role: 'accelize.aws_fpga'
vars:
Expand Down
6 changes: 0 additions & 6 deletions accelpy/_ansible/roles/common.reboot_system/tasks/main.yml

This file was deleted.

0 comments on commit 7aee560

Please sign in to comment.