diff --git a/.gitmodules b/.gitmodules index fd4e0f7..9156b91 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,3 +10,6 @@ [submodule "roles/cryptshot/files/cryptshot"] path = roles/cryptshot/files/cryptshot url = https://github.com/pigmonkey/cryptshot +[submodule "roles/sound/files/pamute"] + path = roles/sound/files/pamute + url = https://gist.github.com/jvalrog/7f3954ef56524be196edd29c3ac2dab1 diff --git a/roles/sound/files/pamute b/roles/sound/files/pamute new file mode 160000 index 0000000..df73872 --- /dev/null +++ b/roles/sound/files/pamute @@ -0,0 +1 @@ +Subproject commit df7387261ddda7aeb1bda42972ef5b6e56e8dd7e diff --git a/roles/sound/tasks/main.yml b/roles/sound/tasks/main.yml index 13afec8..b52ab86 100644 --- a/roles/sound/tasks/main.yml +++ b/roles/sound/tasks/main.yml @@ -21,3 +21,6 @@ aur: name=pulseaudio-ctl user={{ user.name }} tags: - aur + +- name: Push pamute + copy: src=pamute/pamute dest=/usr/local/bin/pamute mode=0755