Explorar el Código

Merge remote-tracking branch 'upstream/devel' into devel

John Lockman hace 5 años
padre
commit
18eac92420
Se han modificado 2 ficheros con 13 adiciones y 1 borrados
  1. 2 1
      .github/ISSUE_TEMPLATE/feature_request.md
  2. 11 0
      install_tools.yml

+ 2 - 1
.github/ISSUE_TEMPLATE/feature_request.md

@@ -2,8 +2,9 @@
 name: Feature request
 about: Suggest an idea for this project
 title: ''
-labels: ''
+labels: 'enhancement'
 assignees: ''
+project: 'Future Features'
 
 ---
 

+ 11 - 0
install_tools.yml

@@ -0,0 +1,11 @@
+---
+
+- hosts: master
+  tasks:
+  - name: Install Change Personality Script
+    copy:
+      src: tools/change_personality
+      dest: /usr/sbin/
+      owner: root
+      group: root
+      mode: '0700'