| 
															
																@@ -1,12 +1,15 @@ 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 --- 
															 | 
															
															 | 
															
																 --- 
															 | 
														
													
												
													
														
															| 
															 | 
															
																  
															 | 
															
															 | 
															
																  
															 | 
														
													
												
													
														
															| 
															 | 
															
																-- name: Check if blacklist file exists 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+- name: Check if global blacklist file exists 
															 | 
														
													
												
													
														
															| 
															 | 
															
																   stat: path=/etc/fastd/fastd-blacklist.json 
															 | 
															
															 | 
															
																   stat: path=/etc/fastd/fastd-blacklist.json 
															 | 
														
													
												
													
														
															| 
															 | 
															
																   register: blacklist 
															 | 
															
															 | 
															
																   register: blacklist 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 - name: Ensure blacklist file exists 
															 | 
															
															 | 
															
																 - name: Ensure blacklist file exists 
															 | 
														
													
												
													
														
															| 
															 | 
															
																   file: name=/etc/fastd/fastd-blacklist.json state=touch owner=fastd 
															 | 
															
															 | 
															
																   file: name=/etc/fastd/fastd-blacklist.json state=touch owner=fastd 
															 | 
														
													
												
													
														
															| 
															 | 
															
																   when: not blacklist.stat.exists 
															 | 
															
															 | 
															
																   when: not blacklist.stat.exists 
															 | 
														
													
												
													
														
															| 
															 | 
															
																  
															 | 
															
															 | 
															
																  
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+- name: Ensure ffdo blacklist file exists 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+  copy: src=ffdo-blacklist.txt dest=/etc/fastd/ffdo-blacklist.txt 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+ 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 - name: Install crontab to update the blacklist 
															 | 
															
															 | 
															
																 - name: Install crontab to update the blacklist 
															 | 
														
													
												
													
														
															| 
															 | 
															
																   cron: 
															 | 
															
															 | 
															
																   cron: 
															 | 
														
													
												
													
														
															| 
															 | 
															
																     name: Update fastd blacklist 
															 | 
															
															 | 
															
																     name: Update fastd blacklist 
															 |