diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2014-07-04 17:45:32 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2015-06-07 02:52:26 +0200 |
commit | ffce99c00193b83183be465f89e31fdd92c14da0 (patch) | |
tree | eae489f98a16d4a0c5da93936b6764c0bae2027e /roles/common | |
parent | bb880fcc504dba39a7ba610ccb84187e863b1288 (diff) |
Don't install daemontools.
Diffstat (limited to 'roles/common')
-rw-r--r-- | roles/common/tasks/main.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/roles/common/tasks/main.yml b/roles/common/tasks/main.yml index 464abd0..a239667 100644 --- a/roles/common/tasks/main.yml +++ b/roles/common/tasks/main.yml @@ -24,7 +24,6 @@ apt: pkg={{ item }} with_items: - ca-certificates - - daemontools - etckeeper - ethtool - git |