replace firewarden submodule with package

Existing users should remove the script from the old location

    # rm /usr/local/bin/firewarden
This commit is contained in:
Pig Monkey 2017-06-02 19:22:15 -07:00
parent 6d13f9e691
commit a4c2475369
3 changed files with 5 additions and 7 deletions

3
.gitmodules vendored
View file

@ -1,9 +1,6 @@
[submodule "library/ansible-aur"]
path = library/ansible-aur
url = https://github.com/pigmonkey/ansible-aur.git
[submodule "roles/firejail/files/firewarden"]
path = roles/firejail/files/firewarden
url = https://github.com/pigmonkey/firewarden.git
[submodule "roles/networkmanager/files/nmtrust"]
path = roles/networkmanager/files/nmtrust
url = https://github.com/pigmonkey/nmtrust.git

@ -1 +0,0 @@
Subproject commit c2940e4e0fa5dd9c2fb90aad9957ddf28efd4b0e

View file

@ -2,12 +2,14 @@
- name: Install firejail
pacman: name=firejail state=present
- name: Install firewarden
aur: name=firewarden user={{ user.name }}
tags:
- aur
- name: Install firejail profile update script
copy: src=profile-activate.sh dest=/usr/local/bin/profile-activate mode=0755
- name: Install firewarden.sh script
copy: src=firewarden/firewarden dest=/usr/local/bin/firewarden mode=0755
- name: Create firejail profile directory
file: path=/usr/local/etc/firejail state=directory