diff --git a/roles/apps-fp-o/files/img/icons/fedimg.png b/roles/apps-fp-o/files/img/icons/fedimg.png new file mode 100644 index 0000000000..2cc02f0f73 Binary files /dev/null and b/roles/apps-fp-o/files/img/icons/fedimg.png differ diff --git a/roles/apps-fp-o/tasks/main.yml b/roles/apps-fp-o/tasks/main.yml index 948d74c180..e4a5d5b62b 100644 --- a/roles/apps-fp-o/tasks/main.yml +++ b/roles/apps-fp-o/tasks/main.yml @@ -28,3 +28,8 @@ - restart httpd tags: - apps-fp-o + +- name: Copy over any extra icons we carry + sync: src=img/icons dest=/srv/web/apps-fp-o/img/icons + tags: + - apps-fp-o