aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbinary <me@rgoncalves.se>2020-12-09 13:04:50 +0100
committerbinary <me@rgoncalves.se>2020-12-09 13:04:50 +0100
commita311d03094cf8e49f67ce122536cb6843ff045b6 (patch)
treeeb973c9bbe915552905a4aed05eba5786131fe99
parent489961281d3727126b2bf3c59639c6a9d367501f (diff)
downloadinfrastructure-a311d03094cf8e49f67ce122536cb6843ff045b6.tar.gz
Fix typo, from error to errors
-rw-r--r--roles/rc/tasks/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/rc/tasks/main.yml b/roles/rc/tasks/main.yml
index 4fabd48..8ba98aa 100644
--- a/roles/rc/tasks/main.yml
+++ b/roles/rc/tasks/main.yml
@@ -11,5 +11,5 @@
name: "{{ rc_name }}"
state: "{{ rc_state }}"
enabled: "{{ rc_enable }}"
- ignore_error: true
+ ignore_errors: true
remember that computers suck.