fix runit install
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
|
||||
- name: config - set MYOS config in /etc/default/myos
|
||||
with_items:
|
||||
- APP_NAME={{ lookup('env','ANSIBLE_APP_NAME') }}
|
||||
- APP_TYPE={{ lookup('env','ANSIBLE_APP_TYPE') }}
|
||||
- MYOS={{ lookup('env','ANSIBLE_MYOS') }}
|
||||
lineinfile:
|
||||
|
||||
@@ -27,5 +27,10 @@
|
||||
name: "{{item.name}}"
|
||||
state: "{{item.state}}"
|
||||
enabled: "{{item.enabled}}"
|
||||
runlevels:
|
||||
- 2
|
||||
- 3
|
||||
- 4
|
||||
- 5
|
||||
become: yes
|
||||
|
||||
|
||||
@@ -46,11 +46,6 @@
|
||||
- unset user_count process_count
|
||||
lineinfile: dest=~/.bashrc create=yes line='{{item}}'
|
||||
|
||||
- name: user - update ~/.profile
|
||||
with_items:
|
||||
- source ~/.sh_profile
|
||||
lineinfile: dest=~/.profile create=yes line='{{item}}'
|
||||
|
||||
- name: user - update ~/.config/git/ignore
|
||||
with_items:
|
||||
- '.nfs*'
|
||||
|
||||
Reference in New Issue
Block a user