Advertisement
Guest User

kali build on ansible-gpdpocket

a guest
Aug 23rd, 2017
931
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 418.87 KB | None | 0 0
  1. root@kali:~/ansible-gpdpocket# ./bootstrap-iso.sh kali-linux-2017.1-amd64.iso
  2. + '[' -f /usr/bin/pacman ']'
  3. + '[' -f /usr/bin/apt-get ']'
  4. + DEBIAN_FRONTEND=noninteractive
  5. + mkdir -p /etc/apt/sources.list.d
  6. + echo 'deb http://ppa.launchpad.net/ansible/ansible/ubuntu trusty main'
  7. + apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 93C4A3FD7BB9C367
  8. Executing: /tmp/apt-key-gpghome.wPU84RC16w/gpg.1.sh --keyserver keyserver.ubuntu.com --recv-keys 93C4A3FD7BB9C367
  9. gpg: key 93C4A3FD7BB9C367: public key "Launchpad PPA for Ansible, Inc." imported
  10. gpg: Total number processed: 1
  11. gpg: imported: 1
  12. + apt-get update
  13. Get:1 http://ppa.launchpad.net/ansible/ansible/ubuntu trusty InRelease [16.0 kB]
  14. Get:3 http://ppa.launchpad.net/ansible/ansible/ubuntu trusty/main amd64 Packages [514 B]
  15. Hit:2 http://archive-10.kali.org/kali kali-rolling InRelease
  16. Get:4 http://ppa.launchpad.net/ansible/ansible/ubuntu trusty/main Translation-en [322 B]
  17. Fetched 16.8 kB in 0s (23.2 kB/s)
  18. Reading package lists... Done
  19. + apt-get -y install ansible git
  20. Reading package lists... Done
  21. Building dependency tree
  22. Reading state information... Done
  23. git is already the newest version (1:2.14.1-1).
  24. The following NEW packages will be installed:
  25. ansible sshpass
  26. 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
  27. Need to get 2,046 kB of archives.
  28. After this operation, 16.0 MB of additional disk space will be used.
  29. Get:1 http://ppa.launchpad.net/ansible/ansible/ubuntu trusty/main amd64 ansible all 2.3.2.0-1ppa~trusty [2,035 kB]
  30. Get:2 http://archive-12.kali.org/kali kali-rolling/main amd64 sshpass amd64 1.06-1 [11.3 kB]
  31. Fetched 2,046 kB in 2s (758 kB/s)
  32. Selecting previously unselected package sshpass.
  33. (Reading database ... 322183 files and directories currently installed.)
  34. Preparing to unpack .../sshpass_1.06-1_amd64.deb ...
  35. Unpacking sshpass (1.06-1) ...
  36. Selecting previously unselected package ansible.
  37. Preparing to unpack .../ansible_2.3.2.0-1ppa~trusty_all.deb ...
  38. Unpacking ansible (2.3.2.0-1ppa~trusty) ...
  39. Setting up sshpass (1.06-1) ...
  40. Processing triggers for man-db (2.7.6.1-2) ...
  41. Setting up ansible (2.3.2.0-1ppa~trusty) ...
  42. + '[' -d .git -a x == x ']'
  43. + git reset --hard
  44. HEAD is now at f577b64 Merge pull request #101 from neutralinsomniac/master
  45. + git pull
  46. Already up-to-date.
  47. + ANSIBLE_NOCOWS=1
  48. + ansible-playbook iso.yml -e 'iso='\''kali-linux-2017.1-amd64.iso'\''' -v
  49. Using /root/ansible-gpdpocket/ansible.cfg as config file
  50. [WARNING]: provided hosts list is empty, only localhost is available
  51.  
  52.  
  53. PLAY [localhost] **************************************************************************************
  54.  
  55. TASK [Gathering Facts] ********************************************************************************
  56. ok: [localhost]
  57.  
  58. TASK [iso : install essential packages (this may take a while)] ***************************************
  59. skipping: [localhost] => (item=[]) => {"changed": false, "item": [], "skip_reason": "Conditional result was False", "skipped": true}
  60.  
  61. TASK [iso : install essential packages (this may take a while)] ***************************************
  62.  
  63. msg: All items completed
  64. ok: [localhost] => (item=[u'dosfstools', u'squashfs-tools', u'xorriso']) => {"cache_update_time": 1503463595, "cache_updated": false, "changed": false, "item": ["dosfstools", "squashfs-tools", "xorriso"]}
  65.  
  66. TASK [iso : install essential packages (this may take a while)] ***************************************
  67. skipping: [localhost] => (item=[]) => {"changed": false, "item": [], "skip_reason": "Conditional result was False", "skipped": true}
  68.  
  69. TASK [iso : set USE flags for packages] ***************************************************************
  70. skipping: [localhost] => (item={u'flags': u'lz4 lzma lzo xz', u'package': u'sys-fs/squashfs-tools'}) => {"changed": false, "item": {"flags": "lz4 lzma lzo xz", "package": "sys-fs/squashfs-tools"}, "skip_reason": "Conditional result was False", "skipped": true}
  71.  
  72. TASK [iso : install essential packages (this may take a while)] ***************************************
  73. skipping: [localhost] => (item=dev-libs/libisoburn) => {"changed": false, "item": "dev-libs/libisoburn", "skip_reason": "Conditional result was False", "skipped": true}
  74. skipping: [localhost] => (item=sys-fs/dosfstools) => {"changed": false, "item": "sys-fs/dosfstools", "skip_reason": "Conditional result was False", "skipped": true}
  75. skipping: [localhost] => (item=sys-fs/squashfs-tools) => {"changed": false, "item": "sys-fs/squashfs-tools", "skip_reason": "Conditional result was False", "skipped": true}
  76.  
  77. TASK [iso : clean any leftover mounts from previous run] **********************************************
  78. changed: [localhost] => {"changed": true, "cmd": "umount -f /var/tmp/bootstrap-iso/new-efi\n umount -f /var/tmp/bootstrap-iso/old-efi\n umount -lf /var/tmp/bootstrap-iso/squashfs", "delta": "0:00:00.012671", "end": "2017-08-23 00:47:23.739879", "failed": false, "failed_when_result": false, "rc": 32, "start": "2017-08-23 00:47:23.727208", "stderr": "umount: /var/tmp/bootstrap-iso/new-efi: mountpoint not found\numount: /var/tmp/bootstrap-iso/old-efi: mountpoint not found\numount: /var/tmp/bootstrap-iso/squashfs: mountpoint not found", "stderr_lines": ["umount: /var/tmp/bootstrap-iso/new-efi: mountpoint not found", "umount: /var/tmp/bootstrap-iso/old-efi: mountpoint not found", "umount: /var/tmp/bootstrap-iso/squashfs: mountpoint not found"], "stdout": "", "stdout_lines": []}
  79.  
  80. cmd: umount -f /var/tmp/bootstrap-iso/new-efi
  81. umount -f /var/tmp/bootstrap-iso/old-efi
  82. umount -lf /var/tmp/bootstrap-iso/squashfs
  83.  
  84. start: 2017-08-23 00:47:23.727208
  85.  
  86. end: 2017-08-23 00:47:23.739879
  87.  
  88. delta: 0:00:00.012671
  89.  
  90. stderr: umount: /var/tmp/bootstrap-iso/new-efi: mountpoint not found
  91. umount: /var/tmp/bootstrap-iso/old-efi: mountpoint not found
  92. umount: /var/tmp/bootstrap-iso/squashfs: mountpoint not found
  93.  
  94. TASK [iso : remove working directory from previous run] ***********************************************
  95. ok: [localhost] => {"changed": false, "path": "/var/tmp/bootstrap-iso", "state": "absent"}
  96.  
  97. TASK [iso : create working directory] *****************************************************************
  98. changed: [localhost] => {"changed": true, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/var/tmp/bootstrap-iso", "size": 4096, "state": "directory", "uid": 0}
  99.  
  100. TASK [iso : check if iso file exists] *****************************************************************
  101. ok: [localhost] => {"changed": false, "stat": {"atime": 1503462292.088, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 5457920, "charset": "binary", "checksum": "05765cbb81dfc898a4ddee4c1a27a7c2e888f796", "ctime": 1503462643.064, "dev": 2049, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 1839866, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "md5": "c8e742283929d7a12dbe7c58e398ff08", "mimetype": "application/octet-stream", "mode": "0644", "mtime": 1503462289.132, "nlink": 1, "path": "kali-linux-2017.1-amd64.iso", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 2794307584, "uid": 0, "version": "25135921", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}}
  102.  
  103. TASK [iso : fail if iso file does not exist] **********************************************************
  104. skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False", "skipped": true}
  105.  
  106. TASK [iso : extract iso to working directory] *********************************************************
  107. changed: [localhost] => {"changed": true, "cmd": "xorriso -osirrox on -indev \"kali-linux-2017.1-amd64.iso\" -extract / /var/tmp/bootstrap-iso", "delta": "0:00:41.203893", "end": "2017-08-23 00:48:46.633559", "rc": 0, "start": "2017-08-23 00:48:05.429666", "stderr": "xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project.\n\nCopying of file objects from ISO image to disk filesystem is: Enabled\nxorriso : NOTE : ISO image bears MBR with -boot_image any partition_offset=16\nxorriso : NOTE : Loading ISO image tree from LBA 0\nxorriso : UPDATE : 1306 nodes read in 1 seconds\nxorriso : NOTE : Detected El-Torito boot information which currently is set to be discarded\nDrive current: -indev 'kali-linux-2017.1-amd64.iso'\nMedia current: stdio file, overwriteable\nMedia status : is written , is appendable\nBoot record : El Torito , MBR isohybrid cyl-align-on\nMedia summary: 1 session, 1364056 data blocks, 2664m data, 16.4g free\nVolume id : 'Kali Live'\nxorriso : UPDATE : 606 files restored ( 143.1m) in 1 seconds , 108.2xD\nxorriso : UPDATE : 606 files restored ( 267.5m) in 2 seconds , 89.6xD\nxorriso : UPDATE : 606 files restored ( 334.3m) in 3 seconds , 50.5xD\nxorriso : UPDATE : 606 files restored ( 418.3m) in 4 seconds , 63.6xD\nxorriso : UPDATE : 606 files restored ( 477.8m) in 5 seconds , 43.5xD\nxorriso : UPDATE : 606 files restored ( 498.3m) in 6 seconds , 15.1xD\nxorriso : UPDATE : 606 files restored ( 519.0m) in 7 seconds , 13.5xD\nxorriso : UPDATE : 606 files restored ( 598.1m) in 8 seconds , 59.8xD\nxorriso : UPDATE : 606 files restored ( 732.8m) in 9 seconds , 101.8xD\nxorriso : UPDATE : 606 files restored ( 805.5m) in 10 seconds , 55.0xD\nxorriso : UPDATE : 606 files restored ( 835.0m) in 11 seconds , 21.9xD\nxorriso : UPDATE : 606 files restored ( 864.1m) in 12 seconds , 18.9xD\nxorriso : UPDATE : 606 files restored ( 915.4m) in 13 seconds , 38.8xD\nxorriso : UPDATE : 606 files restored (1052.0m) in 14 seconds , 103.4xD\nxorriso : UPDATE : 606 files restored (1119.8m) in 15 seconds , 50.3xD\nxorriso : UPDATE : 606 files restored (1184.0m) in 17 seconds , 47.0xD\nxorriso : UPDATE : 606 files restored (1210.0m) in 18 seconds , 19.7xD\nxorriso : UPDATE : 606 files restored (1227.8m) in 19 seconds , 12.2xD\nxorriso : UPDATE : 606 files restored (1285.9m) in 20 seconds , 44.0xD\nxorriso : UPDATE : 606 files restored (1419.5m) in 21 seconds , 101.1xD\nxorriso : UPDATE : 606 files restored (1500.9m) in 22 seconds , 61.6xD\nxorriso : UPDATE : 606 files restored (1573.8m) in 23 seconds , 55.2xD\nxorriso : UPDATE : 606 files restored (1629.4m) in 24 seconds , 38.2xD\nxorriso : UPDATE : 606 files restored (1688.9m) in 25 seconds , 45.0xD\nxorriso : UPDATE : 606 files restored (1771.6m) in 26 seconds , 62.6xD\nxorriso : UPDATE : 606 files restored (1827.9m) in 27 seconds , 40.0xD\nxorriso : UPDATE : 606 files restored (1844.5m) in 28 seconds , 11.7xD\nxorriso : UPDATE : 606 files restored (1860.4m) in 29 seconds , 10.9xD\nxorriso : UPDATE : 606 files restored (1942.9m) in 30 seconds , 62.4xD\nxorriso : UPDATE : 606 files restored (2070.3m) in 31 seconds , 96.4xD\nxorriso : UPDATE : 606 files restored (2150.4m) in 32 seconds , 60.6xD\nxorriso : UPDATE : 606 files restored (2178.6m) in 33 seconds , 19.5xD\nxorriso : UPDATE : 606 files restored (2204.5m) in 34 seconds , 18.1xD\nxorriso : UPDATE : 606 files restored (2233.6m) in 35 seconds , 22.0xD\nxorriso : UPDATE : 606 files restored (2372.5m) in 36 seconds , 105.1xD\nxorriso : UPDATE : 606 files restored (2465.6m) in 37 seconds , 68.4xD\nxorriso : UPDATE : 607 files restored (2519.0m) in 38 seconds , 40.0xD\nxorriso : UPDATE : 607 files restored (2540.5m) in 39 seconds , 16.3xD\nxorriso : UPDATE : 708 files restored (2596.1m) in 40 seconds , 42.0xD\nxorriso : UPDATE : 1306 files restored (2697.9m) in 41 seconds = 49.7xD\nExtracted from ISO image: file '/'='/var/tmp/bootstrap-iso'", "stderr_lines": ["xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project.", "", "Copying of file objects from ISO image to disk filesystem is: Enabled", "xorriso : NOTE : ISO image bears MBR with -boot_image any partition_offset=16", "xorriso : NOTE : Loading ISO image tree from LBA 0", "xorriso : UPDATE : 1306 nodes read in 1 seconds", "xorriso : NOTE : Detected El-Torito boot information which currently is set to be discarded", "Drive current: -indev 'kali-linux-2017.1-amd64.iso'", "Media current: stdio file, overwriteable", "Media status : is written , is appendable", "Boot record : El Torito , MBR isohybrid cyl-align-on", "Media summary: 1 session, 1364056 data blocks, 2664m data, 16.4g free", "Volume id : 'Kali Live'", "xorriso : UPDATE : 606 files restored ( 143.1m) in 1 seconds , 108.2xD", "xorriso : UPDATE : 606 files restored ( 267.5m) in 2 seconds , 89.6xD", "xorriso : UPDATE : 606 files restored ( 334.3m) in 3 seconds , 50.5xD", "xorriso : UPDATE : 606 files restored ( 418.3m) in 4 seconds , 63.6xD", "xorriso : UPDATE : 606 files restored ( 477.8m) in 5 seconds , 43.5xD", "xorriso : UPDATE : 606 files restored ( 498.3m) in 6 seconds , 15.1xD", "xorriso : UPDATE : 606 files restored ( 519.0m) in 7 seconds , 13.5xD", "xorriso : UPDATE : 606 files restored ( 598.1m) in 8 seconds , 59.8xD", "xorriso : UPDATE : 606 files restored ( 732.8m) in 9 seconds , 101.8xD", "xorriso : UPDATE : 606 files restored ( 805.5m) in 10 seconds , 55.0xD", "xorriso : UPDATE : 606 files restored ( 835.0m) in 11 seconds , 21.9xD", "xorriso : UPDATE : 606 files restored ( 864.1m) in 12 seconds , 18.9xD", "xorriso : UPDATE : 606 files restored ( 915.4m) in 13 seconds , 38.8xD", "xorriso : UPDATE : 606 files restored (1052.0m) in 14 seconds , 103.4xD", "xorriso : UPDATE : 606 files restored (1119.8m) in 15 seconds , 50.3xD", "xorriso : UPDATE : 606 files restored (1184.0m) in 17 seconds , 47.0xD", "xorriso : UPDATE : 606 files restored (1210.0m) in 18 seconds , 19.7xD", "xorriso : UPDATE : 606 files restored (1227.8m) in 19 seconds , 12.2xD", "xorriso : UPDATE : 606 files restored (1285.9m) in 20 seconds , 44.0xD", "xorriso : UPDATE : 606 files restored (1419.5m) in 21 seconds , 101.1xD", "xorriso : UPDATE : 606 files restored (1500.9m) in 22 seconds , 61.6xD", "xorriso : UPDATE : 606 files restored (1573.8m) in 23 seconds , 55.2xD", "xorriso : UPDATE : 606 files restored (1629.4m) in 24 seconds , 38.2xD", "xorriso : UPDATE : 606 files restored (1688.9m) in 25 seconds , 45.0xD", "xorriso : UPDATE : 606 files restored (1771.6m) in 26 seconds , 62.6xD", "xorriso : UPDATE : 606 files restored (1827.9m) in 27 seconds , 40.0xD", "xorriso : UPDATE : 606 files restored (1844.5m) in 28 seconds , 11.7xD", "xorriso : UPDATE : 606 files restored (1860.4m) in 29 seconds , 10.9xD", "xorriso : UPDATE : 606 files restored (1942.9m) in 30 seconds , 62.4xD", "xorriso : UPDATE : 606 files restored (2070.3m) in 31 seconds , 96.4xD", "xorriso : UPDATE : 606 files restored (2150.4m) in 32 seconds , 60.6xD", "xorriso : UPDATE : 606 files restored (2178.6m) in 33 seconds , 19.5xD", "xorriso : UPDATE : 606 files restored (2204.5m) in 34 seconds , 18.1xD", "xorriso : UPDATE : 606 files restored (2233.6m) in 35 seconds , 22.0xD", "xorriso : UPDATE : 606 files restored (2372.5m) in 36 seconds , 105.1xD", "xorriso : UPDATE : 606 files restored (2465.6m) in 37 seconds , 68.4xD", "xorriso : UPDATE : 607 files restored (2519.0m) in 38 seconds , 40.0xD", "xorriso : UPDATE : 607 files restored (2540.5m) in 39 seconds , 16.3xD", "xorriso : UPDATE : 708 files restored (2596.1m) in 40 seconds , 42.0xD", "xorriso : UPDATE : 1306 files restored (2697.9m) in 41 seconds = 49.7xD", "Extracted from ISO image: file '/'='/var/tmp/bootstrap-iso'"], "stdout": "", "stdout_lines": []}
  108.  
  109. cmd: xorriso -osirrox on -indev "kali-linux-2017.1-amd64.iso" -extract / /var/tmp/bootstrap-iso
  110.  
  111. start: 2017-08-23 00:48:05.429666
  112.  
  113. end: 2017-08-23 00:48:46.633559
  114.  
  115. delta: 0:00:41.203893
  116.  
  117. stderr: xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project.
  118.  
  119. Copying of file objects from ISO image to disk filesystem is: Enabled
  120. xorriso : NOTE : ISO image bears MBR with -boot_image any partition_offset=16
  121. xorriso : NOTE : Loading ISO image tree from LBA 0
  122. xorriso : UPDATE : 1306 nodes read in 1 seconds
  123. xorriso : NOTE : Detected El-Torito boot information which currently is set to be discarded
  124. Drive current: -indev 'kali-linux-2017.1-amd64.iso'
  125. Media current: stdio file, overwriteable
  126. Media status : is written , is appendable
  127. Boot record : El Torito , MBR isohybrid cyl-align-on
  128. Media summary: 1 session, 1364056 data blocks, 2664m data, 16.4g free
  129. Volume id : 'Kali Live'
  130. xorriso : UPDATE : 606 files restored ( 143.1m) in 1 seconds , 108.2xD
  131. xorriso : UPDATE : 606 files restored ( 267.5m) in 2 seconds , 89.6xD
  132. xorriso : UPDATE : 606 files restored ( 334.3m) in 3 seconds , 50.5xD
  133. xorriso : UPDATE : 606 files restored ( 418.3m) in 4 seconds , 63.6xD
  134. xorriso : UPDATE : 606 files restored ( 477.8m) in 5 seconds , 43.5xD
  135. xorriso : UPDATE : 606 files restored ( 498.3m) in 6 seconds , 15.1xD
  136. xorriso : UPDATE : 606 files restored ( 519.0m) in 7 seconds , 13.5xD
  137. xorriso : UPDATE : 606 files restored ( 598.1m) in 8 seconds , 59.8xD
  138. xorriso : UPDATE : 606 files restored ( 732.8m) in 9 seconds , 101.8xD
  139. xorriso : UPDATE : 606 files restored ( 805.5m) in 10 seconds , 55.0xD
  140. xorriso : UPDATE : 606 files restored ( 835.0m) in 11 seconds , 21.9xD
  141. xorriso : UPDATE : 606 files restored ( 864.1m) in 12 seconds , 18.9xD
  142. xorriso : UPDATE : 606 files restored ( 915.4m) in 13 seconds , 38.8xD
  143. xorriso : UPDATE : 606 files restored (1052.0m) in 14 seconds , 103.4xD
  144. xorriso : UPDATE : 606 files restored (1119.8m) in 15 seconds , 50.3xD
  145. xorriso : UPDATE : 606 files restored (1184.0m) in 17 seconds , 47.0xD
  146. xorriso : UPDATE : 606 files restored (1210.0m) in 18 seconds , 19.7xD
  147. xorriso : UPDATE : 606 files restored (1227.8m) in 19 seconds , 12.2xD
  148. xorriso : UPDATE : 606 files restored (1285.9m) in 20 seconds , 44.0xD
  149. xorriso : UPDATE : 606 files restored (1419.5m) in 21 seconds , 101.1xD
  150. xorriso : UPDATE : 606 files restored (1500.9m) in 22 seconds , 61.6xD
  151. xorriso : UPDATE : 606 files restored (1573.8m) in 23 seconds , 55.2xD
  152. xorriso : UPDATE : 606 files restored (1629.4m) in 24 seconds , 38.2xD
  153. xorriso : UPDATE : 606 files restored (1688.9m) in 25 seconds , 45.0xD
  154. xorriso : UPDATE : 606 files restored (1771.6m) in 26 seconds , 62.6xD
  155. xorriso : UPDATE : 606 files restored (1827.9m) in 27 seconds , 40.0xD
  156. xorriso : UPDATE : 606 files restored (1844.5m) in 28 seconds , 11.7xD
  157. xorriso : UPDATE : 606 files restored (1860.4m) in 29 seconds , 10.9xD
  158. xorriso : UPDATE : 606 files restored (1942.9m) in 30 seconds , 62.4xD
  159. xorriso : UPDATE : 606 files restored (2070.3m) in 31 seconds , 96.4xD
  160. xorriso : UPDATE : 606 files restored (2150.4m) in 32 seconds , 60.6xD
  161. xorriso : UPDATE : 606 files restored (2178.6m) in 33 seconds , 19.5xD
  162. xorriso : UPDATE : 606 files restored (2204.5m) in 34 seconds , 18.1xD
  163. xorriso : UPDATE : 606 files restored (2233.6m) in 35 seconds , 22.0xD
  164. xorriso : UPDATE : 606 files restored (2372.5m) in 36 seconds , 105.1xD
  165. xorriso : UPDATE : 606 files restored (2465.6m) in 37 seconds , 68.4xD
  166. xorriso : UPDATE : 607 files restored (2519.0m) in 38 seconds , 40.0xD
  167. xorriso : UPDATE : 607 files restored (2540.5m) in 39 seconds , 16.3xD
  168. xorriso : UPDATE : 708 files restored (2596.1m) in 40 seconds , 42.0xD
  169. xorriso : UPDATE : 1306 files restored (2697.9m) in 41 seconds = 49.7xD
  170. Extracted from ISO image: file '/'='/var/tmp/bootstrap-iso'
  171.  
  172. TASK [iso : set facts for distro] *********************************************************************
  173. skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False", "skipped": true}
  174.  
  175. TASK [iso : set facts for distro] *********************************************************************
  176. ok: [localhost] => {"ansible_facts": {"efi_pattern": "efi*.img", "initrd_pattern": "*.gz,*.img,*.lz", "kernel_pattern": "*vmlinuz*", "squashfs_pattern": "*.squashfs"}, "changed": false}
  177.  
  178. TASK [iso : set facts for distro] *********************************************************************
  179. skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False", "skipped": true}
  180.  
  181. TASK [iso : set facts for distro] *********************************************************************
  182. skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False", "skipped": true}
  183.  
  184. TASK [iso : find bootloader configs] ******************************************************************
  185. ok: [localhost] => {"changed": false, "examined": 1306, "files": [{"atime": 1492308574.0, "ctime": 1503463685.608, "dev": 2049, "gid": 0, "inode": 806953, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0444", "mtime": 1492308460.0, "nlink": 1, "path": "/var/tmp/bootstrap-iso/boot/grub/grub.cfg", "rgrp": true, "roth": true, "rusr": true, "size": 3360, "uid": 0, "wgrp": false, "woth": false, "wusr": false, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1492308574.0, "ctime": 1503463685.608, "dev": 2049, "gid": 0, "inode": 806955, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0444", "mtime": 1492308460.0, "nlink": 1, "path": "/var/tmp/bootstrap-iso/boot/grub/loopback.cfg", "rgrp": true, "roth": true, "rusr": true, "size": 27, "uid": 0, "wgrp": false, "woth": false, "wusr": false, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1492308574.0, "ctime": 1503463685.584, "dev": 2049, "gid": 0, "inode": 804263, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0444", "mtime": 1492308574.0, "nlink": 1, "path": "/var/tmp/bootstrap-iso/boot/grub/x86_64-efi/grub.cfg", "rgrp": true, "roth": true, "rusr": true, "size": 215, "uid": 0, "wgrp": false, "woth": false, "wusr": false, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1492308574.0, "ctime": 1503463685.548, "dev": 2049, "gid": 0, "inode": 799371, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0444", "mtime": 1492308574.0, "nlink": 1, "path": "/var/tmp/bootstrap-iso/boot/grub/i386-efi/grub.cfg", "rgrp": true, "roth": true, "rusr": true, "size": 215, "uid": 0, "wgrp": false, "woth": false, "wusr": false, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1492308574.0, "ctime": 1503463686.028, "dev": 2049, "gid": 0, "inode": 922928, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0444", "mtime": 1492308474.0, "nlink": 1, "path": "/var/tmp/bootstrap-iso/isolinux/isolinux.cfg", "rgrp": true, "roth": true, "rusr": true, "size": 57, "uid": 0, "wgrp": false, "woth": false, "wusr": false, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1492308574.0, "ctime": 1503463686.032, "dev": 2049, "gid": 0, "inode": 922937, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0444", "mtime": 1492305613.0, "nlink": 1, "path": "/var/tmp/bootstrap-iso/isolinux/stdmenu.cfg", "rgrp": true, "roth": true, "rusr": true, "size": 591, "uid": 0, "wgrp": false, "woth": false, "wusr": false, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1492308574.0, "ctime": 1503463686.028, "dev": 2049, "gid": 0, "inode": 922927, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0444", "mtime": 1492308539.0, "nlink": 1, "path": "/var/tmp/bootstrap-iso/isolinux/install.cfg", "rgrp": true, "roth": true, "rusr": true, "size": 456, "uid": 0, "wgrp": false, "woth": false, "wusr": false, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1492308574.0, "ctime": 1503463686.028, "dev": 2049, "gid": 0, "inode": 922925, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0444", "mtime": 1492308474.0, "nlink": 1, "path": "/var/tmp/bootstrap-iso/isolinux/advanced.cfg", "rgrp": true, "roth": true, "rusr": true, "size": 153, "uid": 0, "wgrp": false, "woth": false, "wusr": false, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1492308574.0, "ctime": 1503463686.032, "dev": 2049, "gid": 0, "inode": 922934, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0444", "mtime": 1492308539.0, "nlink": 1, "path": "/var/tmp/bootstrap-iso/isolinux/live.cfg", "rgrp": true, "roth": true, "rusr": true, "size": 1096, "uid": 0, "wgrp": false, "woth": false, "wusr": false, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1492308574.0, "ctime": 1503463686.032, "dev": 2049, "gid": 0, "inode": 922935, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0444", "mtime": 1492308474.0, "nlink": 1, "path": "/var/tmp/bootstrap-iso/isolinux/menu.cfg", "rgrp": true, "roth": true, "rusr": true, "size": 270, "uid": 0, "wgrp": false, "woth": false, "wusr": false, "xgrp": false, "xoth": false, "xusr": false}], "matched": 10, "msg": ""}
  186.  
  187. TASK [iso : patch bootloader configs (debian)] ********************************************************
  188. changed: [localhost] => (item={u'uid': 0, u'woth': False, u'mtime': 1492308460.0, u'inode': 806953, u'isgid': False, u'size': 3360, u'roth': True, u'isuid': False, u'isreg': True, u'gid': 0, u'ischr': False, u'wusr': False, u'xoth': False, u'rusr': True, u'nlink': 1, u'issock': False, u'rgrp': True, u'path': u'/var/tmp/bootstrap-iso/boot/grub/grub.cfg', u'xusr': False, u'atime': 1492308574.0, u'isdir': False, u'ctime': 1503463685.608, u'wgrp': False, u'xgrp': False, u'dev': 2049, u'isblk': False, u'isfifo': False, u'mode': u'0444', u'islnk': False}) => {"changed": true, "item": {"atime": 1492308574.0, "ctime": 1503463685.608, "dev": 2049, "gid": 0, "inode": 806953, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0444", "mtime": 1492308460.0, "nlink": 1, "path": "/var/tmp/bootstrap-iso/boot/grub/grub.cfg", "rgrp": true, "roth": true, "rusr": true, "size": 3360, "uid": 0, "wgrp": false, "woth": false, "wusr": false, "xgrp": false, "xoth": false, "xusr": false}, "msg": "8 replacements made"}
  189. ok: [localhost] => (item={u'uid': 0, u'woth': False, u'mtime': 1492308460.0, u'inode': 806955, u'isgid': False, u'size': 27, u'roth': True, u'isuid': False, u'isreg': True, u'gid': 0, u'ischr': False, u'wusr': False, u'xoth': False, u'rusr': True, u'nlink': 1, u'issock': False, u'rgrp': True, u'path': u'/var/tmp/bootstrap-iso/boot/grub/loopback.cfg', u'xusr': False, u'atime': 1492308574.0, u'isdir': False, u'ctime': 1503463685.608, u'wgrp': False, u'xgrp': False, u'dev': 2049, u'isblk': False, u'isfifo': False, u'mode': u'0444', u'islnk': False}) => {"changed": false, "item": {"atime": 1492308574.0, "ctime": 1503463685.608, "dev": 2049, "gid": 0, "inode": 806955, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0444", "mtime": 1492308460.0, "nlink": 1, "path": "/var/tmp/bootstrap-iso/boot/grub/loopback.cfg", "rgrp": true, "roth": true, "rusr": true, "size": 27, "uid": 0, "wgrp": false, "woth": false, "wusr": false, "xgrp": false, "xoth": false, "xusr": false}, "msg": ""}
  190. ok: [localhost] => (item={u'uid': 0, u'woth': False, u'mtime': 1492308574.0, u'inode': 804263, u'isgid': False, u'size': 215, u'roth': True, u'isuid': False, u'isreg': True, u'gid': 0, u'ischr': False, u'wusr': False, u'xoth': False, u'rusr': True, u'nlink': 1, u'issock': False, u'rgrp': True, u'path': u'/var/tmp/bootstrap-iso/boot/grub/x86_64-efi/grub.cfg', u'xusr': False, u'atime': 1492308574.0, u'isdir': False, u'ctime': 1503463685.584, u'wgrp': False, u'xgrp': False, u'dev': 2049, u'isblk': False, u'isfifo': False, u'mode': u'0444', u'islnk': False}) => {"changed": false, "item": {"atime": 1492308574.0, "ctime": 1503463685.584, "dev": 2049, "gid": 0, "inode": 804263, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0444", "mtime": 1492308574.0, "nlink": 1, "path": "/var/tmp/bootstrap-iso/boot/grub/x86_64-efi/grub.cfg", "rgrp": true, "roth": true, "rusr": true, "size": 215, "uid": 0, "wgrp": false, "woth": false, "wusr": false, "xgrp": false, "xoth": false, "xusr": false}, "msg": ""}
  191. ok: [localhost] => (item={u'uid': 0, u'woth': False, u'mtime': 1492308574.0, u'inode': 799371, u'isgid': False, u'size': 215, u'roth': True, u'isuid': False, u'isreg': True, u'gid': 0, u'ischr': False, u'wusr': False, u'xoth': False, u'rusr': True, u'nlink': 1, u'issock': False, u'rgrp': True, u'path': u'/var/tmp/bootstrap-iso/boot/grub/i386-efi/grub.cfg', u'xusr': False, u'atime': 1492308574.0, u'isdir': False, u'ctime': 1503463685.548, u'wgrp': False, u'xgrp': False, u'dev': 2049, u'isblk': False, u'isfifo': False, u'mode': u'0444', u'islnk': False}) => {"changed": false, "item": {"atime": 1492308574.0, "ctime": 1503463685.548, "dev": 2049, "gid": 0, "inode": 799371, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0444", "mtime": 1492308574.0, "nlink": 1, "path": "/var/tmp/bootstrap-iso/boot/grub/i386-efi/grub.cfg", "rgrp": true, "roth": true, "rusr": true, "size": 215, "uid": 0, "wgrp": false, "woth": false, "wusr": false, "xgrp": false, "xoth": false, "xusr": false}, "msg": ""}
  192. ok: [localhost] => (item={u'uid': 0, u'woth': False, u'mtime': 1492308474.0, u'inode': 922928, u'isgid': False, u'size': 57, u'roth': True, u'isuid': False, u'isreg': True, u'gid': 0, u'ischr': False, u'wusr': False, u'xoth': False, u'rusr': True, u'nlink': 1, u'issock': False, u'rgrp': True, u'path': u'/var/tmp/bootstrap-iso/isolinux/isolinux.cfg', u'xusr': False, u'atime': 1492308574.0, u'isdir': False, u'ctime': 1503463686.028, u'wgrp': False, u'xgrp': False, u'dev': 2049, u'isblk': False, u'isfifo': False, u'mode': u'0444', u'islnk': False}) => {"changed": false, "item": {"atime": 1492308574.0, "ctime": 1503463686.028, "dev": 2049, "gid": 0, "inode": 922928, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0444", "mtime": 1492308474.0, "nlink": 1, "path": "/var/tmp/bootstrap-iso/isolinux/isolinux.cfg", "rgrp": true, "roth": true, "rusr": true, "size": 57, "uid": 0, "wgrp": false, "woth": false, "wusr": false, "xgrp": false, "xoth": false, "xusr": false}, "msg": ""}
  193. ok: [localhost] => (item={u'uid': 0, u'woth': False, u'mtime': 1492305613.0, u'inode': 922937, u'isgid': False, u'size': 591, u'roth': True, u'isuid': False, u'isreg': True, u'gid': 0, u'ischr': False, u'wusr': False, u'xoth': False, u'rusr': True, u'nlink': 1, u'issock': False, u'rgrp': True, u'path': u'/var/tmp/bootstrap-iso/isolinux/stdmenu.cfg', u'xusr': False, u'atime': 1492308574.0, u'isdir': False, u'ctime': 1503463686.032, u'wgrp': False, u'xgrp': False, u'dev': 2049, u'isblk': False, u'isfifo': False, u'mode': u'0444', u'islnk': False}) => {"changed": false, "item": {"atime": 1492308574.0, "ctime": 1503463686.032, "dev": 2049, "gid": 0, "inode": 922937, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0444", "mtime": 1492305613.0, "nlink": 1, "path": "/var/tmp/bootstrap-iso/isolinux/stdmenu.cfg", "rgrp": true, "roth": true, "rusr": true, "size": 591, "uid": 0, "wgrp": false, "woth": false, "wusr": false, "xgrp": false, "xoth": false, "xusr": false}, "msg": ""}
  194. changed: [localhost] => (item={u'uid': 0, u'woth': False, u'mtime': 1492308539.0, u'inode': 922927, u'isgid': False, u'size': 456, u'roth': True, u'isuid': False, u'isreg': True, u'gid': 0, u'ischr': False, u'wusr': False, u'xoth': False, u'rusr': True, u'nlink': 1, u'issock': False, u'rgrp': True, u'path': u'/var/tmp/bootstrap-iso/isolinux/install.cfg', u'xusr': False, u'atime': 1492308574.0, u'isdir': False, u'ctime': 1503463686.028, u'wgrp': False, u'xgrp': False, u'dev': 2049, u'isblk': False, u'isfifo': False, u'mode': u'0444', u'islnk': False}) => {"changed": true, "item": {"atime": 1492308574.0, "ctime": 1503463686.028, "dev": 2049, "gid": 0, "inode": 922927, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0444", "mtime": 1492308539.0, "nlink": 1, "path": "/var/tmp/bootstrap-iso/isolinux/install.cfg", "rgrp": true, "roth": true, "rusr": true, "size": 456, "uid": 0, "wgrp": false, "woth": false, "wusr": false, "xgrp": false, "xoth": false, "xusr": false}, "msg": "3 replacements made"}
  195. ok: [localhost] => (item={u'uid': 0, u'woth': False, u'mtime': 1492308474.0, u'inode': 922925, u'isgid': False, u'size': 153, u'roth': True, u'isuid': False, u'isreg': True, u'gid': 0, u'ischr': False, u'wusr': False, u'xoth': False, u'rusr': True, u'nlink': 1, u'issock': False, u'rgrp': True, u'path': u'/var/tmp/bootstrap-iso/isolinux/advanced.cfg', u'xusr': False, u'atime': 1492308574.0, u'isdir': False, u'ctime': 1503463686.028, u'wgrp': False, u'xgrp': False, u'dev': 2049, u'isblk': False, u'isfifo': False, u'mode': u'0444', u'islnk': False}) => {"changed": false, "item": {"atime": 1492308574.0, "ctime": 1503463686.028, "dev": 2049, "gid": 0, "inode": 922925, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0444", "mtime": 1492308474.0, "nlink": 1, "path": "/var/tmp/bootstrap-iso/isolinux/advanced.cfg", "rgrp": true, "roth": true, "rusr": true, "size": 153, "uid": 0, "wgrp": false, "woth": false, "wusr": false, "xgrp": false, "xoth": false, "xusr": false}, "msg": ""}
  196. ok: [localhost] => (item={u'uid': 0, u'woth': False, u'mtime': 1492308539.0, u'inode': 922934, u'isgid': False, u'size': 1096, u'roth': True, u'isuid': False, u'isreg': True, u'gid': 0, u'ischr': False, u'wusr': False, u'xoth': False, u'rusr': True, u'nlink': 1, u'issock': False, u'rgrp': True, u'path': u'/var/tmp/bootstrap-iso/isolinux/live.cfg', u'xusr': False, u'atime': 1492308574.0, u'isdir': False, u'ctime': 1503463686.032, u'wgrp': False, u'xgrp': False, u'dev': 2049, u'isblk': False, u'isfifo': False, u'mode': u'0444', u'islnk': False}) => {"changed": false, "item": {"atime": 1492308574.0, "ctime": 1503463686.032, "dev": 2049, "gid": 0, "inode": 922934, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0444", "mtime": 1492308539.0, "nlink": 1, "path": "/var/tmp/bootstrap-iso/isolinux/live.cfg", "rgrp": true, "roth": true, "rusr": true, "size": 1096, "uid": 0, "wgrp": false, "woth": false, "wusr": false, "xgrp": false, "xoth": false, "xusr": false}, "msg": ""}
  197. ok: [localhost] => (item={u'uid': 0, u'woth': False, u'mtime': 1492308474.0, u'inode': 922935, u'isgid': False, u'size': 270, u'roth': True, u'isuid': False, u'isreg': True, u'gid': 0, u'ischr': False, u'wusr': False, u'xoth': False, u'rusr': True, u'nlink': 1, u'issock': False, u'rgrp': True, u'path': u'/var/tmp/bootstrap-iso/isolinux/menu.cfg', u'xusr': False, u'atime': 1492308574.0, u'isdir': False, u'ctime': 1503463686.032, u'wgrp': False, u'xgrp': False, u'dev': 2049, u'isblk': False, u'isfifo': False, u'mode': u'0444', u'islnk': False}) => {"changed": false, "item": {"atime": 1492308574.0, "ctime": 1503463686.032, "dev": 2049, "gid": 0, "inode": 922935, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0444", "mtime": 1492308474.0, "nlink": 1, "path": "/var/tmp/bootstrap-iso/isolinux/menu.cfg", "rgrp": true, "roth": true, "rusr": true, "size": 270, "uid": 0, "wgrp": false, "woth": false, "wusr": false, "xgrp": false, "xoth": false, "xusr": false}, "msg": ""}
  198.  
  199. msg: All items completed
  200.  
  201. TASK [iso : patch bootloader configs (ubuntu)] ********************************************************
  202. skipping: [localhost] => (item={u'uid': 0, u'woth': False, u'mtime': 1492308460.0, u'inode': 806953, u'isgid': False, u'size': 3360, u'roth': True, u'isuid': False, u'isreg': True, u'gid': 0, u'ischr': False, u'wusr': False, u'xoth': False, u'rusr': True, u'nlink': 1, u'issock': False, u'rgrp': True, u'path': u'/var/tmp/bootstrap-iso/boot/grub/grub.cfg', u'xusr': False, u'atime': 1492308574.0, u'isdir': False, u'ctime': 1503463685.608, u'wgrp': False, u'xgrp': False, u'dev': 2049, u'isblk': False, u'isfifo': False, u'mode': u'0444', u'islnk': False}) => {"changed": false, "item": {"atime": 1492308574.0, "ctime": 1503463685.608, "dev": 2049, "gid": 0, "inode": 806953, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0444", "mtime": 1492308460.0, "nlink": 1, "path": "/var/tmp/bootstrap-iso/boot/grub/grub.cfg", "rgrp": true, "roth": true, "rusr": true, "size": 3360, "uid": 0, "wgrp": false, "woth": false, "wusr": false, "xgrp": false, "xoth": false, "xusr": false}, "skip_reason": "Conditional result was False", "skipped": true}
  203. skipping: [localhost] => (item={u'uid': 0, u'woth': False, u'mtime': 1492308460.0, u'inode': 806955, u'isgid': False, u'size': 27, u'roth': True, u'isuid': False, u'isreg': True, u'gid': 0, u'ischr': False, u'wusr': False, u'xoth': False, u'rusr': True, u'nlink': 1, u'issock': False, u'rgrp': True, u'path': u'/var/tmp/bootstrap-iso/boot/grub/loopback.cfg', u'xusr': False, u'atime': 1492308574.0, u'isdir': False, u'ctime': 1503463685.608, u'wgrp': False, u'xgrp': False, u'dev': 2049, u'isblk': False, u'isfifo': False, u'mode': u'0444', u'islnk': False}) => {"changed": false, "item": {"atime": 1492308574.0, "ctime": 1503463685.608, "dev": 2049, "gid": 0, "inode": 806955, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0444", "mtime": 1492308460.0, "nlink": 1, "path": "/var/tmp/bootstrap-iso/boot/grub/loopback.cfg", "rgrp": true, "roth": true, "rusr": true, "size": 27, "uid": 0, "wgrp": false, "woth": false, "wusr": false, "xgrp": false, "xoth": false, "xusr": false}, "skip_reason": "Conditional result was False", "skipped": true}
  204. skipping: [localhost] => (item={u'uid': 0, u'woth': False, u'mtime': 1492308574.0, u'inode': 804263, u'isgid': False, u'size': 215, u'roth': True, u'isuid': False, u'isreg': True, u'gid': 0, u'ischr': False, u'wusr': False, u'xoth': False, u'rusr': True, u'nlink': 1, u'issock': False, u'rgrp': True, u'path': u'/var/tmp/bootstrap-iso/boot/grub/x86_64-efi/grub.cfg', u'xusr': False, u'atime': 1492308574.0, u'isdir': False, u'ctime': 1503463685.584, u'wgrp': False, u'xgrp': False, u'dev': 2049, u'isblk': False, u'isfifo': False, u'mode': u'0444', u'islnk': False}) => {"changed": false, "item": {"atime": 1492308574.0, "ctime": 1503463685.584, "dev": 2049, "gid": 0, "inode": 804263, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0444", "mtime": 1492308574.0, "nlink": 1, "path": "/var/tmp/bootstrap-iso/boot/grub/x86_64-efi/grub.cfg", "rgrp": true, "roth": true, "rusr": true, "size": 215, "uid": 0, "wgrp": false, "woth": false, "wusr": false, "xgrp": false, "xoth": false, "xusr": false}, "skip_reason": "Conditional result was False", "skipped": true}
  205. skipping: [localhost] => (item={u'uid': 0, u'woth': False, u'mtime': 1492308574.0, u'inode': 799371, u'isgid': False, u'size': 215, u'roth': True, u'isuid': False, u'isreg': True, u'gid': 0, u'ischr': False, u'wusr': False, u'xoth': False, u'rusr': True, u'nlink': 1, u'issock': False, u'rgrp': True, u'path': u'/var/tmp/bootstrap-iso/boot/grub/i386-efi/grub.cfg', u'xusr': False, u'atime': 1492308574.0, u'isdir': False, u'ctime': 1503463685.548, u'wgrp': False, u'xgrp': False, u'dev': 2049, u'isblk': False, u'isfifo': False, u'mode': u'0444', u'islnk': False}) => {"changed": false, "item": {"atime": 1492308574.0, "ctime": 1503463685.548, "dev": 2049, "gid": 0, "inode": 799371, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0444", "mtime": 1492308574.0, "nlink": 1, "path": "/var/tmp/bootstrap-iso/boot/grub/i386-efi/grub.cfg", "rgrp": true, "roth": true, "rusr": true, "size": 215, "uid": 0, "wgrp": false, "woth": false, "wusr": false, "xgrp": false, "xoth": false, "xusr": false}, "skip_reason": "Conditional result was False", "skipped": true}
  206. skipping: [localhost] => (item={u'uid': 0, u'woth': False, u'mtime': 1492308474.0, u'inode': 922928, u'isgid': False, u'size': 57, u'roth': True, u'isuid': False, u'isreg': True, u'gid': 0, u'ischr': False, u'wusr': False, u'xoth': False, u'rusr': True, u'nlink': 1, u'issock': False, u'rgrp': True, u'path': u'/var/tmp/bootstrap-iso/isolinux/isolinux.cfg', u'xusr': False, u'atime': 1492308574.0, u'isdir': False, u'ctime': 1503463686.028, u'wgrp': False, u'xgrp': False, u'dev': 2049, u'isblk': False, u'isfifo': False, u'mode': u'0444', u'islnk': False}) => {"changed": false, "item": {"atime": 1492308574.0, "ctime": 1503463686.028, "dev": 2049, "gid": 0, "inode": 922928, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0444", "mtime": 1492308474.0, "nlink": 1, "path": "/var/tmp/bootstrap-iso/isolinux/isolinux.cfg", "rgrp": true, "roth": true, "rusr": true, "size": 57, "uid": 0, "wgrp": false, "woth": false, "wusr": false, "xgrp": false, "xoth": false, "xusr": false}, "skip_reason": "Conditional result was False", "skipped": true}
  207. skipping: [localhost] => (item={u'uid': 0, u'woth': False, u'mtime': 1492305613.0, u'inode': 922937, u'isgid': False, u'size': 591, u'roth': True, u'isuid': False, u'isreg': True, u'gid': 0, u'ischr': False, u'wusr': False, u'xoth': False, u'rusr': True, u'nlink': 1, u'issock': False, u'rgrp': True, u'path': u'/var/tmp/bootstrap-iso/isolinux/stdmenu.cfg', u'xusr': False, u'atime': 1492308574.0, u'isdir': False, u'ctime': 1503463686.032, u'wgrp': False, u'xgrp': False, u'dev': 2049, u'isblk': False, u'isfifo': False, u'mode': u'0444', u'islnk': False}) => {"changed": false, "item": {"atime": 1492308574.0, "ctime": 1503463686.032, "dev": 2049, "gid": 0, "inode": 922937, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0444", "mtime": 1492305613.0, "nlink": 1, "path": "/var/tmp/bootstrap-iso/isolinux/stdmenu.cfg", "rgrp": true, "roth": true, "rusr": true, "size": 591, "uid": 0, "wgrp": false, "woth": false, "wusr": false, "xgrp": false, "xoth": false, "xusr": false}, "skip_reason": "Conditional result was False", "skipped": true}
  208. skipping: [localhost] => (item={u'uid': 0, u'woth': False, u'mtime': 1492308539.0, u'inode': 922927, u'isgid': False, u'size': 456, u'roth': True, u'isuid': False, u'isreg': True, u'gid': 0, u'ischr': False, u'wusr': False, u'xoth': False, u'rusr': True, u'nlink': 1, u'issock': False, u'rgrp': True, u'path': u'/var/tmp/bootstrap-iso/isolinux/install.cfg', u'xusr': False, u'atime': 1492308574.0, u'isdir': False, u'ctime': 1503463686.028, u'wgrp': False, u'xgrp': False, u'dev': 2049, u'isblk': False, u'isfifo': False, u'mode': u'0444', u'islnk': False}) => {"changed": false, "item": {"atime": 1492308574.0, "ctime": 1503463686.028, "dev": 2049, "gid": 0, "inode": 922927, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0444", "mtime": 1492308539.0, "nlink": 1, "path": "/var/tmp/bootstrap-iso/isolinux/install.cfg", "rgrp": true, "roth": true, "rusr": true, "size": 456, "uid": 0, "wgrp": false, "woth": false, "wusr": false, "xgrp": false, "xoth": false, "xusr": false}, "skip_reason": "Conditional result was False", "skipped": true}
  209. skipping: [localhost] => (item={u'uid': 0, u'woth': False, u'mtime': 1492308474.0, u'inode': 922925, u'isgid': False, u'size': 153, u'roth': True, u'isuid': False, u'isreg': True, u'gid': 0, u'ischr': False, u'wusr': False, u'xoth': False, u'rusr': True, u'nlink': 1, u'issock': False, u'rgrp': True, u'path': u'/var/tmp/bootstrap-iso/isolinux/advanced.cfg', u'xusr': False, u'atime': 1492308574.0, u'isdir': False, u'ctime': 1503463686.028, u'wgrp': False, u'xgrp': False, u'dev': 2049, u'isblk': False, u'isfifo': False, u'mode': u'0444', u'islnk': False}) => {"changed": false, "item": {"atime": 1492308574.0, "ctime": 1503463686.028, "dev": 2049, "gid": 0, "inode": 922925, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0444", "mtime": 1492308474.0, "nlink": 1, "path": "/var/tmp/bootstrap-iso/isolinux/advanced.cfg", "rgrp": true, "roth": true, "rusr": true, "size": 153, "uid": 0, "wgrp": false, "woth": false, "wusr": false, "xgrp": false, "xoth": false, "xusr": false}, "skip_reason": "Conditional result was False", "skipped": true}
  210. skipping: [localhost] => (item={u'uid': 0, u'woth': False, u'mtime': 1492308539.0, u'inode': 922934, u'isgid': False, u'size': 1096, u'roth': True, u'isuid': False, u'isreg': True, u'gid': 0, u'ischr': False, u'wusr': False, u'xoth': False, u'rusr': True, u'nlink': 1, u'issock': False, u'rgrp': True, u'path': u'/var/tmp/bootstrap-iso/isolinux/live.cfg', u'xusr': False, u'atime': 1492308574.0, u'isdir': False, u'ctime': 1503463686.032, u'wgrp': False, u'xgrp': False, u'dev': 2049, u'isblk': False, u'isfifo': False, u'mode': u'0444', u'islnk': False}) => {"changed": false, "item": {"atime": 1492308574.0, "ctime": 1503463686.032, "dev": 2049, "gid": 0, "inode": 922934, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0444", "mtime": 1492308539.0, "nlink": 1, "path": "/var/tmp/bootstrap-iso/isolinux/live.cfg", "rgrp": true, "roth": true, "rusr": true, "size": 1096, "uid": 0, "wgrp": false, "woth": false, "wusr": false, "xgrp": false, "xoth": false, "xusr": false}, "skip_reason": "Conditional result was False", "skipped": true}
  211. skipping: [localhost] => (item={u'uid': 0, u'woth': False, u'mtime': 1492308474.0, u'inode': 922935, u'isgid': False, u'size': 270, u'roth': True, u'isuid': False, u'isreg': True, u'gid': 0, u'ischr': False, u'wusr': False, u'xoth': False, u'rusr': True, u'nlink': 1, u'issock': False, u'rgrp': True, u'path': u'/var/tmp/bootstrap-iso/isolinux/menu.cfg', u'xusr': False, u'atime': 1492308574.0, u'isdir': False, u'ctime': 1503463686.032, u'wgrp': False, u'xgrp': False, u'dev': 2049, u'isblk': False, u'isfifo': False, u'mode': u'0444', u'islnk': False}) => {"changed": false, "item": {"atime": 1492308574.0, "ctime": 1503463686.032, "dev": 2049, "gid": 0, "inode": 922935, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0444", "mtime": 1492308474.0, "nlink": 1, "path": "/var/tmp/bootstrap-iso/isolinux/menu.cfg", "rgrp": true, "roth": true, "rusr": true, "size": 270, "uid": 0, "wgrp": false, "woth": false, "wusr": false, "xgrp": false, "xoth": false, "xusr": false}, "skip_reason": "Conditional result was False", "skipped": true}
  212.  
  213. TASK [iso : disable splash screen] ********************************************************************
  214. changed: [localhost] => (item={u'uid': 0, u'woth': False, u'mtime': 1492308460.0, u'inode': 806953, u'isgid': False, u'size': 3360, u'roth': True, u'isuid': False, u'isreg': True, u'gid': 0, u'ischr': False, u'wusr': False, u'xoth': False, u'rusr': True, u'nlink': 1, u'issock': False, u'rgrp': True, u'path': u'/var/tmp/bootstrap-iso/boot/grub/grub.cfg', u'xusr': False, u'atime': 1492308574.0, u'isdir': False, u'ctime': 1503463685.608, u'wgrp': False, u'xgrp': False, u'dev': 2049, u'isblk': False, u'isfifo': False, u'mode': u'0444', u'islnk': False}) => {"changed": true, "item": {"atime": 1492308574.0, "ctime": 1503463685.608, "dev": 2049, "gid": 0, "inode": 806953, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0444", "mtime": 1492308460.0, "nlink": 1, "path": "/var/tmp/bootstrap-iso/boot/grub/grub.cfg", "rgrp": true, "roth": true, "rusr": true, "size": 3360, "uid": 0, "wgrp": false, "woth": false, "wusr": false, "xgrp": false, "xoth": false, "xusr": false}, "msg": "4 replacements made"}
  215. ok: [localhost] => (item={u'uid': 0, u'woth': False, u'mtime': 1492308460.0, u'inode': 806955, u'isgid': False, u'size': 27, u'roth': True, u'isuid': False, u'isreg': True, u'gid': 0, u'ischr': False, u'wusr': False, u'xoth': False, u'rusr': True, u'nlink': 1, u'issock': False, u'rgrp': True, u'path': u'/var/tmp/bootstrap-iso/boot/grub/loopback.cfg', u'xusr': False, u'atime': 1492308574.0, u'isdir': False, u'ctime': 1503463685.608, u'wgrp': False, u'xgrp': False, u'dev': 2049, u'isblk': False, u'isfifo': False, u'mode': u'0444', u'islnk': False}) => {"changed": false, "item": {"atime": 1492308574.0, "ctime": 1503463685.608, "dev": 2049, "gid": 0, "inode": 806955, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0444", "mtime": 1492308460.0, "nlink": 1, "path": "/var/tmp/bootstrap-iso/boot/grub/loopback.cfg", "rgrp": true, "roth": true, "rusr": true, "size": 27, "uid": 0, "wgrp": false, "woth": false, "wusr": false, "xgrp": false, "xoth": false, "xusr": false}, "msg": ""}
  216. ok: [localhost] => (item={u'uid': 0, u'woth': False, u'mtime': 1492308574.0, u'inode': 804263, u'isgid': False, u'size': 215, u'roth': True, u'isuid': False, u'isreg': True, u'gid': 0, u'ischr': False, u'wusr': False, u'xoth': False, u'rusr': True, u'nlink': 1, u'issock': False, u'rgrp': True, u'path': u'/var/tmp/bootstrap-iso/boot/grub/x86_64-efi/grub.cfg', u'xusr': False, u'atime': 1492308574.0, u'isdir': False, u'ctime': 1503463685.584, u'wgrp': False, u'xgrp': False, u'dev': 2049, u'isblk': False, u'isfifo': False, u'mode': u'0444', u'islnk': False}) => {"changed": false, "item": {"atime": 1492308574.0, "ctime": 1503463685.584, "dev": 2049, "gid": 0, "inode": 804263, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0444", "mtime": 1492308574.0, "nlink": 1, "path": "/var/tmp/bootstrap-iso/boot/grub/x86_64-efi/grub.cfg", "rgrp": true, "roth": true, "rusr": true, "size": 215, "uid": 0, "wgrp": false, "woth": false, "wusr": false, "xgrp": false, "xoth": false, "xusr": false}, "msg": ""}
  217. ok: [localhost] => (item={u'uid': 0, u'woth': False, u'mtime': 1492308574.0, u'inode': 799371, u'isgid': False, u'size': 215, u'roth': True, u'isuid': False, u'isreg': True, u'gid': 0, u'ischr': False, u'wusr': False, u'xoth': False, u'rusr': True, u'nlink': 1, u'issock': False, u'rgrp': True, u'path': u'/var/tmp/bootstrap-iso/boot/grub/i386-efi/grub.cfg', u'xusr': False, u'atime': 1492308574.0, u'isdir': False, u'ctime': 1503463685.548, u'wgrp': False, u'xgrp': False, u'dev': 2049, u'isblk': False, u'isfifo': False, u'mode': u'0444', u'islnk': False}) => {"changed": false, "item": {"atime": 1492308574.0, "ctime": 1503463685.548, "dev": 2049, "gid": 0, "inode": 799371, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0444", "mtime": 1492308574.0, "nlink": 1, "path": "/var/tmp/bootstrap-iso/boot/grub/i386-efi/grub.cfg", "rgrp": true, "roth": true, "rusr": true, "size": 215, "uid": 0, "wgrp": false, "woth": false, "wusr": false, "xgrp": false, "xoth": false, "xusr": false}, "msg": ""}
  218. ok: [localhost] => (item={u'uid': 0, u'woth': False, u'mtime': 1492308474.0, u'inode': 922928, u'isgid': False, u'size': 57, u'roth': True, u'isuid': False, u'isreg': True, u'gid': 0, u'ischr': False, u'wusr': False, u'xoth': False, u'rusr': True, u'nlink': 1, u'issock': False, u'rgrp': True, u'path': u'/var/tmp/bootstrap-iso/isolinux/isolinux.cfg', u'xusr': False, u'atime': 1492308574.0, u'isdir': False, u'ctime': 1503463686.028, u'wgrp': False, u'xgrp': False, u'dev': 2049, u'isblk': False, u'isfifo': False, u'mode': u'0444', u'islnk': False}) => {"changed": false, "item": {"atime": 1492308574.0, "ctime": 1503463686.028, "dev": 2049, "gid": 0, "inode": 922928, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0444", "mtime": 1492308474.0, "nlink": 1, "path": "/var/tmp/bootstrap-iso/isolinux/isolinux.cfg", "rgrp": true, "roth": true, "rusr": true, "size": 57, "uid": 0, "wgrp": false, "woth": false, "wusr": false, "xgrp": false, "xoth": false, "xusr": false}, "msg": ""}
  219. ok: [localhost] => (item={u'uid': 0, u'woth': False, u'mtime': 1492305613.0, u'inode': 922937, u'isgid': False, u'size': 591, u'roth': True, u'isuid': False, u'isreg': True, u'gid': 0, u'ischr': False, u'wusr': False, u'xoth': False, u'rusr': True, u'nlink': 1, u'issock': False, u'rgrp': True, u'path': u'/var/tmp/bootstrap-iso/isolinux/stdmenu.cfg', u'xusr': False, u'atime': 1492308574.0, u'isdir': False, u'ctime': 1503463686.032, u'wgrp': False, u'xgrp': False, u'dev': 2049, u'isblk': False, u'isfifo': False, u'mode': u'0444', u'islnk': False}) => {"changed": false, "item": {"atime": 1492308574.0, "ctime": 1503463686.032, "dev": 2049, "gid": 0, "inode": 922937, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0444", "mtime": 1492305613.0, "nlink": 1, "path": "/var/tmp/bootstrap-iso/isolinux/stdmenu.cfg", "rgrp": true, "roth": true, "rusr": true, "size": 591, "uid": 0, "wgrp": false, "woth": false, "wusr": false, "xgrp": false, "xoth": false, "xusr": false}, "msg": ""}
  220. ok: [localhost] => (item={u'uid': 0, u'woth': False, u'mtime': 1492308539.0, u'inode': 922927, u'isgid': False, u'size': 456, u'roth': True, u'isuid': False, u'isreg': True, u'gid': 0, u'ischr': False, u'wusr': False, u'xoth': False, u'rusr': True, u'nlink': 1, u'issock': False, u'rgrp': True, u'path': u'/var/tmp/bootstrap-iso/isolinux/install.cfg', u'xusr': False, u'atime': 1492308574.0, u'isdir': False, u'ctime': 1503463686.028, u'wgrp': False, u'xgrp': False, u'dev': 2049, u'isblk': False, u'isfifo': False, u'mode': u'0444', u'islnk': False}) => {"changed": false, "item": {"atime": 1492308574.0, "ctime": 1503463686.028, "dev": 2049, "gid": 0, "inode": 922927, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0444", "mtime": 1492308539.0, "nlink": 1, "path": "/var/tmp/bootstrap-iso/isolinux/install.cfg", "rgrp": true, "roth": true, "rusr": true, "size": 456, "uid": 0, "wgrp": false, "woth": false, "wusr": false, "xgrp": false, "xoth": false, "xusr": false}, "msg": ""}
  221. ok: [localhost] => (item={u'uid': 0, u'woth': False, u'mtime': 1492308474.0, u'inode': 922925, u'isgid': False, u'size': 153, u'roth': True, u'isuid': False, u'isreg': True, u'gid': 0, u'ischr': False, u'wusr': False, u'xoth': False, u'rusr': True, u'nlink': 1, u'issock': False, u'rgrp': True, u'path': u'/var/tmp/bootstrap-iso/isolinux/advanced.cfg', u'xusr': False, u'atime': 1492308574.0, u'isdir': False, u'ctime': 1503463686.028, u'wgrp': False, u'xgrp': False, u'dev': 2049, u'isblk': False, u'isfifo': False, u'mode': u'0444', u'islnk': False}) => {"changed": false, "item": {"atime": 1492308574.0, "ctime": 1503463686.028, "dev": 2049, "gid": 0, "inode": 922925, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0444", "mtime": 1492308474.0, "nlink": 1, "path": "/var/tmp/bootstrap-iso/isolinux/advanced.cfg", "rgrp": true, "roth": true, "rusr": true, "size": 153, "uid": 0, "wgrp": false, "woth": false, "wusr": false, "xgrp": false, "xoth": false, "xusr": false}, "msg": ""}
  222. changed: [localhost] => (item={u'uid': 0, u'woth': False, u'mtime': 1492308539.0, u'inode': 922934, u'isgid': False, u'size': 1096, u'roth': True, u'isuid': False, u'isreg': True, u'gid': 0, u'ischr': False, u'wusr': False, u'xoth': False, u'rusr': True, u'nlink': 1, u'issock': False, u'rgrp': True, u'path': u'/var/tmp/bootstrap-iso/isolinux/live.cfg', u'xusr': False, u'atime': 1492308574.0, u'isdir': False, u'ctime': 1503463686.032, u'wgrp': False, u'xgrp': False, u'dev': 2049, u'isblk': False, u'isfifo': False, u'mode': u'0444', u'islnk': False}) => {"changed": true, "item": {"atime": 1492308574.0, "ctime": 1503463686.032, "dev": 2049, "gid": 0, "inode": 922934, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0444", "mtime": 1492308539.0, "nlink": 1, "path": "/var/tmp/bootstrap-iso/isolinux/live.cfg", "rgrp": true, "roth": true, "rusr": true, "size": 1096, "uid": 0, "wgrp": false, "woth": false, "wusr": false, "xgrp": false, "xoth": false, "xusr": false}, "msg": "1 replacements made"}
  223.  
  224. msg: All items completed
  225. ok: [localhost] => (item={u'uid': 0, u'woth': False, u'mtime': 1492308474.0, u'inode': 922935, u'isgid': False, u'size': 270, u'roth': True, u'isuid': False, u'isreg': True, u'gid': 0, u'ischr': False, u'wusr': False, u'xoth': False, u'rusr': True, u'nlink': 1, u'issock': False, u'rgrp': True, u'path': u'/var/tmp/bootstrap-iso/isolinux/menu.cfg', u'xusr': False, u'atime': 1492308574.0, u'isdir': False, u'ctime': 1503463686.032, u'wgrp': False, u'xgrp': False, u'dev': 2049, u'isblk': False, u'isfifo': False, u'mode': u'0444', u'islnk': False}) => {"changed": false, "item": {"atime": 1492308574.0, "ctime": 1503463686.032, "dev": 2049, "gid": 0, "inode": 922935, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0444", "mtime": 1492308474.0, "nlink": 1, "path": "/var/tmp/bootstrap-iso/isolinux/menu.cfg", "rgrp": true, "roth": true, "rusr": true, "size": 270, "uid": 0, "wgrp": false, "woth": false, "wusr": false, "xgrp": false, "xoth": false, "xusr": false}, "msg": ""}
  226.  
  227. TASK [iso : find bootloader configs] ******************************************************************
  228. skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False", "skipped": true}
  229.  
  230. TASK [iso : patch bootloader configs] *****************************************************************
  231. skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False", "skipped": true}
  232.  
  233. TASK [iso : disable splash screen] ********************************************************************
  234. skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False", "skipped": true}
  235.  
  236. TASK [iso : find efi image] ***************************************************************************
  237. ok: [localhost] => {"changed": false, "examined": 1306, "files": [{"atime": 1492308574.0, "ctime": 1503463726.624, "dev": 2049, "gid": 0, "inode": 806965, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0444", "mtime": 1492308574.0, "nlink": 1, "path": "/var/tmp/bootstrap-iso/efi.img", "rgrp": true, "roth": true, "rusr": true, "size": 327680, "uid": 0, "wgrp": false, "woth": false, "wusr": false, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1492308574.0, "ctime": 1503463685.604, "dev": 2049, "gid": 0, "inode": 806947, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0444", "mtime": 1492308574.0, "nlink": 1, "path": "/var/tmp/bootstrap-iso/boot/grub/efi.img", "rgrp": true, "roth": true, "rusr": true, "size": 720896, "uid": 0, "wgrp": false, "woth": false, "wusr": false, "xgrp": false, "xoth": false, "xusr": false}], "matched": 2, "msg": ""}
  238.  
  239. TASK [iso : find iso kernel images] *******************************************************************
  240. ok: [localhost] => {"changed": false, "examined": 1306, "files": [{"atime": 1492308579.0, "ctime": 1503463724.98, "dev": 2049, "gid": 0, "inode": 922948, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0444", "mtime": 1492308432.0, "nlink": 1, "path": "/var/tmp/bootstrap-iso/live/vmlinuz-4.9.0-kali3-amd64", "rgrp": true, "roth": true, "rusr": true, "size": 4146976, "uid": 0, "wgrp": false, "woth": false, "wusr": false, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1492308579.0, "ctime": 1503463724.972, "dev": 2049, "gid": 0, "inode": 922947, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0444", "mtime": 1492308432.0, "nlink": 1, "path": "/var/tmp/bootstrap-iso/live/vmlinuz", "rgrp": true, "roth": true, "rusr": true, "size": 4146976, "uid": 0, "wgrp": false, "woth": false, "wusr": false, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1492308574.0, "ctime": 1503463686.028, "dev": 2049, "gid": 0, "inode": 922921, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0444", "mtime": 1488981283.0, "nlink": 1, "path": "/var/tmp/bootstrap-iso/install/vmlinuz", "rgrp": true, "roth": true, "rusr": true, "size": 4146976, "uid": 0, "wgrp": false, "woth": false, "wusr": false, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1492308574.0, "ctime": 1503463685.908, "dev": 2049, "gid": 0, "inode": 922918, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0444", "mtime": 1488981283.0, "nlink": 1, "path": "/var/tmp/bootstrap-iso/install/gtk/vmlinuz", "rgrp": true, "roth": true, "rusr": true, "size": 4146976, "uid": 0, "wgrp": false, "woth": false, "wusr": false, "xgrp": false, "xoth": false, "xusr": false}], "matched": 4, "msg": ""}
  241.  
  242. TASK [iso : find iso initrd images] *******************************************************************
  243. ok: [localhost] => (item={u'uid': 0, u'woth': False, u'mtime': 1492308432.0, u'inode': 922948, u'isgid': False, u'size': 4146976, u'roth': True, u'isuid': False, u'isreg': True, u'gid': 0, u'ischr': False, u'wusr': False, u'xoth': False, u'rusr': True, u'nlink': 1, u'issock': False, u'rgrp': True, u'path': u'/var/tmp/bootstrap-iso/live/vmlinuz-4.9.0-kali3-amd64', u'xusr': False, u'atime': 1492308579.0, u'isdir': False, u'ctime': 1503463724.98, u'wgrp': False, u'xgrp': False, u'dev': 2049, u'isblk': False, u'isfifo': False, u'mode': u'0444', u'islnk': False}) => {"changed": false, "examined": 9, "files": [{"atime": 1492308578.0, "ctime": 1503463724.84, "dev": 2049, "gid": 0, "inode": 922944, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0444", "mtime": 1492308432.0, "nlink": 1, "path": "/var/tmp/bootstrap-iso/live/initrd.img", "rgrp": true, "roth": true, "rusr": true, "size": 35966286, "uid": 0, "wgrp": false, "woth": false, "wusr": false, "xgrp": false, "xoth": false, "xusr": false}], "item": {"atime": 1492308579.0, "ctime": 1503463724.98, "dev": 2049, "gid": 0, "inode": 922948, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0444", "mtime": 1492308432.0, "nlink": 1, "path": "/var/tmp/bootstrap-iso/live/vmlinuz-4.9.0-kali3-amd64", "rgrp": true, "roth": true, "rusr": true, "size": 4146976, "uid": 0, "wgrp": false, "woth": false, "wusr": false, "xgrp": false, "xoth": false, "xusr": false}, "matched": 1, "msg": ""}
  244. ok: [localhost] => (item={u'uid': 0, u'woth': False, u'mtime': 1492308432.0, u'inode': 922947, u'isgid': False, u'size': 4146976, u'roth': True, u'isuid': False, u'isreg': True, u'gid': 0, u'ischr': False, u'wusr': False, u'xoth': False, u'rusr': True, u'nlink': 1, u'issock': False, u'rgrp': True, u'path': u'/var/tmp/bootstrap-iso/live/vmlinuz', u'xusr': False, u'atime': 1492308579.0, u'isdir': False, u'ctime': 1503463724.972, u'wgrp': False, u'xgrp': False, u'dev': 2049, u'isblk': False, u'isfifo': False, u'mode': u'0444', u'islnk': False}) => {"changed": false, "examined": 9, "files": [{"atime": 1492308578.0, "ctime": 1503463724.84, "dev": 2049, "gid": 0, "inode": 922944, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0444", "mtime": 1492308432.0, "nlink": 1, "path": "/var/tmp/bootstrap-iso/live/initrd.img", "rgrp": true, "roth": true, "rusr": true, "size": 35966286, "uid": 0, "wgrp": false, "woth": false, "wusr": false, "xgrp": false, "xoth": false, "xusr": false}], "item": {"atime": 1492308579.0, "ctime": 1503463724.972, "dev": 2049, "gid": 0, "inode": 922947, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0444", "mtime": 1492308432.0, "nlink": 1, "path": "/var/tmp/bootstrap-iso/live/vmlinuz", "rgrp": true, "roth": true, "rusr": true, "size": 4146976, "uid": 0, "wgrp": false, "woth": false, "wusr": false, "xgrp": false, "xoth": false, "xusr": false}, "matched": 1, "msg": ""}
  245. ok: [localhost] => (item={u'uid': 0, u'woth': False, u'mtime': 1488981283.0, u'inode': 922921, u'isgid': False, u'size': 4146976, u'roth': True, u'isuid': False, u'isreg': True, u'gid': 0, u'ischr': False, u'wusr': False, u'xoth': False, u'rusr': True, u'nlink': 1, u'issock': False, u'rgrp': True, u'path': u'/var/tmp/bootstrap-iso/install/vmlinuz', u'xusr': False, u'atime': 1492308574.0, u'isdir': False, u'ctime': 1503463686.028, u'wgrp': False, u'xgrp': False, u'dev': 2049, u'isblk': False, u'isfifo': False, u'mode': u'0444', u'islnk': False}) => {"changed": false, "examined": 4, "files": [{"atime": 1492308574.0, "ctime": 1503463686.0, "dev": 2049, "gid": 0, "inode": 922919, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0444", "mtime": 1492307996.0, "nlink": 1, "path": "/var/tmp/bootstrap-iso/install/initrd.gz", "rgrp": true, "roth": true, "rusr": true, "size": 15670264, "uid": 0, "wgrp": false, "woth": false, "wusr": false, "xgrp": false, "xoth": false, "xusr": false}], "item": {"atime": 1492308574.0, "ctime": 1503463686.028, "dev": 2049, "gid": 0, "inode": 922921, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0444", "mtime": 1488981283.0, "nlink": 1, "path": "/var/tmp/bootstrap-iso/install/vmlinuz", "rgrp": true, "roth": true, "rusr": true, "size": 4146976, "uid": 0, "wgrp": false, "woth": false, "wusr": false, "xgrp": false, "xoth": false, "xusr": false}, "matched": 1, "msg": ""}
  246. ok: [localhost] => (item={u'uid': 0, u'woth': False, u'mtime': 1488981283.0, u'inode': 922918, u'isgid': False, u'size': 4146976, u'roth': True, u'isuid': False, u'isreg': True, u'gid': 0, u'ischr': False, u'wusr': False, u'xoth': False, u'rusr': True, u'nlink': 1, u'issock': False, u'rgrp': True, u'path': u'/var/tmp/bootstrap-iso/install/gtk/vmlinuz', u'xusr': False, u'atime': 1492308574.0, u'isdir': False, u'ctime': 1503463685.908, u'wgrp': False, u'xgrp': False, u'dev': 2049, u'isblk': False, u'isfifo': False, u'mode': u'0444', u'islnk': False}) => {"changed": false, "examined": 3, "files": [{"atime": 1492308574.0, "ctime": 1503463685.884, "dev": 2049, "gid": 0, "inode": 922916, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0444", "mtime": 1492308018.0, "nlink": 1, "path": "/var/tmp/bootstrap-iso/install/gtk/initrd.gz", "rgrp": true, "roth": true, "rusr": true, "size": 39219535, "uid": 0, "wgrp": false, "woth": false, "wusr": false, "xgrp": false, "xoth": false, "xusr": false}], "item": {"atime": 1492308574.0, "ctime": 1503463685.908, "dev": 2049, "gid": 0, "inode": 922918, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0444", "mtime": 1488981283.0, "nlink": 1, "path": "/var/tmp/bootstrap-iso/install/gtk/vmlinuz", "rgrp": true, "roth": true, "rusr": true, "size": 4146976, "uid": 0, "wgrp": false, "woth": false, "wusr": false, "xgrp": false, "xoth": false, "xusr": false}, "matched": 1, "msg": ""}
  247.  
  248. msg: All items completed
  249.  
  250. TASK [iso : find squashfs image] **********************************************************************
  251. ok: [localhost] => {"changed": false, "examined": 1306, "files": [{"atime": 1492308574.0, "ctime": 1503463723.044, "dev": 2049, "gid": 0, "inode": 922943, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0444", "mtime": 1492308364.0, "nlink": 1, "path": "/var/tmp/bootstrap-iso/live/filesystem.squashfs", "rgrp": true, "roth": true, "rusr": true, "size": 2558234624, "uid": 0, "wgrp": false, "woth": false, "wusr": false, "xgrp": false, "xoth": false, "xusr": false}], "matched": 1, "msg": ""}
  252.  
  253. TASK [iso : extract squashfs image] *******************************************************************
  254. changed: [localhost] => {"changed": true, "cmd": "unsquashfs -d /var/tmp/bootstrap-iso/squashfs/ -f \"/var/tmp/bootstrap-iso/live/filesystem.squashfs\"", "delta": "0:01:58.279854", "end": "2017-08-23 00:50:51.048337", "rc": 0, "start": "2017-08-23 00:48:52.768483", "stderr": "", "stderr_lines": [], "stdout": "Parallel unsquashfs: Using 2 processors\n298062 inodes (336450 blocks) to write\n\n\r[=/ ] 9500/336450 2%\r[=====\\ ] 34500/336450 10%\r[=======| ] 45600/336450 13%\r[============/ ] 72800/336450 21%\r[====================================================| ] 307500/336450 91%\r[=========================================================-] 336450/336450 100%\n\ncreated 255388 files\ncreated 23511 directories\ncreated 42640 symlinks\ncreated 6 devices\ncreated 0 fifos", "stdout_lines": ["Parallel unsquashfs: Using 2 processors", "298062 inodes (336450 blocks) to write", "", "", "[=/ ] 9500/336450 2%", "[=====\\ ] 34500/336450 10%", "[=======| ] 45600/336450 13%", "[============/ ] 72800/336450 21%", "[====================================================| ] 307500/336450 91%", "[=========================================================-] 336450/336450 100%", "", "created 255388 files", "created 23511 directories", "created 42640 symlinks", "created 6 devices", "created 0 fifos"]}
  255.  
  256. cmd: unsquashfs -d /var/tmp/bootstrap-iso/squashfs/ -f "/var/tmp/bootstrap-iso/live/filesystem.squashfs"
  257.  
  258. start: 2017-08-23 00:48:52.768483
  259.  
  260. end: 2017-08-23 00:50:51.048337
  261.  
  262. delta: 0:01:58.279854
  263.  
  264. stdout: Parallel unsquashfs: Using 2 processors
  265. 298062 inodes (336450 blocks) to write
  266.  
  267. [=========================================================-] 336450/336450 100%
  268.  
  269. created 255388 files
  270. created 23511 directories
  271. created 42640 symlinks
  272. created 6 devices
  273. created 0 fifos
  274.  
  275. TASK [iso : remove original squashfs image] ***********************************************************
  276. changed: [localhost] => {"changed": true, "path": "/var/tmp/bootstrap-iso/live/filesystem.squashfs", "state": "absent"}
  277.  
  278. TASK [iso : bind mount squashfs to allow chroot (when rootfs does not exist)] *************************
  279. skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False", "skipped": true}
  280.  
  281. TASK [iso : bind mount squashfs to allow chroot (when rootfs does not exist)] *************************
  282. changed: [localhost] => {"changed": true, "cmd": "mount --bind /var/tmp/bootstrap-iso/squashfs /var/tmp/bootstrap-iso/squashfs", "delta": "0:00:00.014444", "end": "2017-08-23 00:50:52.998506", "rc": 0, "start": "2017-08-23 00:50:52.984062", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []}
  283.  
  284. cmd: mount --bind /var/tmp/bootstrap-iso/squashfs /var/tmp/bootstrap-iso/squashfs
  285.  
  286. start: 2017-08-23 00:50:52.984062
  287.  
  288. end: 2017-08-23 00:50:52.998506
  289.  
  290. delta: 0:00:00.014444
  291.  
  292. TASK [iso : mount rootfs] *****************************************************************************
  293. skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False", "skipped": true}
  294.  
  295. TASK [iso : bind mount squashfs to allow chroot (when rootfs does not exist)] *************************
  296. skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False", "skipped": true}
  297.  
  298. TASK [iso : backup guest resolv.conf] *****************************************************************
  299. changed: [localhost] => {"changed": true, "cmd": "mv -f /var/tmp/bootstrap-iso/squashfs/etc/resolv.conf /var/tmp/bootstrap-iso/squashfs/etc/resolv.conf.bak", "delta": "0:00:00.006505", "end": "2017-08-23 00:50:53.363216", "failed": false, "failed_when_result": false, "rc": 0, "start": "2017-08-23 00:50:53.356711", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []}
  300.  
  301. cmd: mv -f /var/tmp/bootstrap-iso/squashfs/etc/resolv.conf /var/tmp/bootstrap-iso/squashfs/etc/resolv.conf.bak
  302.  
  303. start: 2017-08-23 00:50:53.356711
  304.  
  305. end: 2017-08-23 00:50:53.363216
  306.  
  307. delta: 0:00:00.006505
  308.  
  309. TASK [iso : copy bootstrap resolv.conf to guest] ******************************************************
  310. changed: [localhost] => {"changed": true, "checksum": "fde646fe7626077b7df6fd60a3b3cb081ddf93ec", "dest": "/var/tmp/bootstrap-iso/squashfs/etc/resolv.conf", "gid": 0, "group": "root", "md5sum": "e3beebf795afaa72b0aaa908c93867d4", "mode": "0644", "owner": "root", "size": 37, "src": "/root/.ansible/tmp/ansible-tmp-1503463853.57-234857739480584/source", "state": "file", "uid": 0}
  311.  
  312. TASK [iso : mount essential devices to guest] *********************************************************
  313. changed: [localhost] => {"changed": true, "cmd": "mount --bind /dev /var/tmp/bootstrap-iso/squashfs/dev\n mount -t tmpfs -o nosuid,nodev,noexec shm /var/tmp/bootstrap-iso/squashfs/dev/shm\n chmod 1777 /var/tmp/bootstrap-iso/squashfs/dev/shm\n mount -t proc none /var/tmp/bootstrap-iso/squashfs/proc", "delta": "0:00:00.031480", "end": "2017-08-23 00:50:54.041593", "rc": 0, "start": "2017-08-23 00:50:54.010113", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []}
  314.  
  315. cmd: mount --bind /dev /var/tmp/bootstrap-iso/squashfs/dev
  316. mount -t tmpfs -o nosuid,nodev,noexec shm /var/tmp/bootstrap-iso/squashfs/dev/shm
  317. chmod 1777 /var/tmp/bootstrap-iso/squashfs/dev/shm
  318. mount -t proc none /var/tmp/bootstrap-iso/squashfs/proc
  319.  
  320. start: 2017-08-23 00:50:54.010113
  321.  
  322. end: 2017-08-23 00:50:54.041593
  323.  
  324. delta: 0:00:00.031480
  325.  
  326. TASK [iso : create playbook directory on guest] *******************************************************
  327. changed: [localhost] => {"changed": true, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/var/tmp/bootstrap-iso/squashfs/usr/src/ansible-gpdpocket", "size": 4096, "state": "directory", "uid": 0}
  328.  
  329. TASK [iso : sync playbook directory to guest] *********************************************************
  330. changed: [localhost -> localhost] => {"changed": true, "cmd": "/usr/bin/rsync --delay-updates -F --compress --archive --rsh=/usr/bin/ssh -S none -o StrictHostKeyChecking=no --out-format=<<CHANGED>>%i %n%L /root/ansible-gpdpocket/roles/iso/files/../../../ /var/tmp/bootstrap-iso/squashfs/usr/src/ansible-gpdpocket", "msg": ".d..t...... ./\n>f+++++++++ .gitignore\n>f+++++++++ LICENSE.txt\n>f+++++++++ ansible.cfg\n>f+++++++++ bootstrap-iso.sh\n>f+++++++++ bootstrap-system.sh\n>f+++++++++ iso.yml\n>f+++++++++ kali-linux-2017.1-amd64.iso\n>f+++++++++ system.yml\ncd+++++++++ .git/\n>f+++++++++ .git/FETCH_HEAD\n>f+++++++++ .git/HEAD\n>f+++++++++ .git/ORIG_HEAD\n>f+++++++++ .git/config\n>f+++++++++ .git/description\n>f+++++++++ .git/index\n>f+++++++++ .git/packed-refs\ncd+++++++++ .git/branches/\ncd+++++++++ .git/hooks/\n>f+++++++++ .git/hooks/applypatch-msg.sample\n>f+++++++++ .git/hooks/commit-msg.sample\n>f+++++++++ .git/hooks/post-update.sample\n>f+++++++++ .git/hooks/pre-applypatch.sample\n>f+++++++++ .git/hooks/pre-commit.sample\n>f+++++++++ .git/hooks/pre-push.sample\n>f+++++++++ .git/hooks/pre-rebase.sample\n>f+++++++++ .git/hooks/pre-receive.sample\n>f+++++++++ .git/hooks/prepare-commit-msg.sample\n>f+++++++++ .git/hooks/update.sample\ncd+++++++++ .git/info/\n>f+++++++++ .git/info/exclude\ncd+++++++++ .git/logs/\n>f+++++++++ .git/logs/HEAD\ncd+++++++++ .git/logs/refs/\ncd+++++++++ .git/logs/refs/heads/\n>f+++++++++ .git/logs/refs/heads/master\ncd+++++++++ .git/logs/refs/remotes/\ncd+++++++++ .git/logs/refs/remotes/origin/\n>f+++++++++ .git/logs/refs/remotes/origin/HEAD\ncd+++++++++ .git/objects/\ncd+++++++++ .git/objects/info/\ncd+++++++++ .git/objects/pack/\n>f+++++++++ .git/objects/pack/pack-3bef4d38a3ac2ce3e0d12c7a16f7a9310c0f10ac.idx\n>f+++++++++ .git/objects/pack/pack-3bef4d38a3ac2ce3e0d12c7a16f7a9310c0f10ac.pack\ncd+++++++++ .git/refs/\ncd+++++++++ .git/refs/heads/\n>f+++++++++ .git/refs/heads/master\ncd+++++++++ .git/refs/remotes/\ncd+++++++++ .git/refs/remotes/origin/\n>f+++++++++ .git/refs/remotes/origin/HEAD\ncd+++++++++ .git/refs/tags/\ncd+++++++++ .github/\n>f+++++++++ .github/ISSUE_TEMPLATE.md\n>f+++++++++ .github/README.md\ncd+++++++++ callback_plugins/\n>f+++++++++ callback_plugins/human_log.py\n>f+++++++++ callback_plugins/human_log.pyc\ncd+++++++++ roles/\ncd+++++++++ roles/audio/\ncd+++++++++ roles/audio/files/\n>f+++++++++ roles/audio/files/HiFi.conf\n>f+++++++++ roles/audio/files/chtrt5645.conf\ncd+++++++++ roles/audio/meta/\n>f+++++++++ roles/audio/meta/main.yml\ncd+++++++++ roles/audio/tasks/\n>f+++++++++ roles/audio/tasks/arch.yml\n>f+++++++++ roles/audio/tasks/debian.yml\n>f+++++++++ roles/audio/tasks/fedora.yml\n>f+++++++++ roles/audio/tasks/gentoo.yml\n>f+++++++++ roles/audio/tasks/main.yml\n>f+++++++++ roles/audio/tasks/solus.yml\ncd+++++++++ roles/boot/\ncd+++++++++ roles/boot/files/\n>f+++++++++ roles/boot/files/bootstrap-kernel-boot.tar.bz2\n>f+++++++++ roles/boot/files/bootstrap-kernel-lib.tar.bz2\ncd+++++++++ roles/boot/handlers/\n>f+++++++++ roles/boot/handlers/main.yml\ncd+++++++++ roles/boot/meta/\n>f+++++++++ roles/boot/meta/main.yml\ncd+++++++++ roles/boot/tasks/\n>f+++++++++ roles/boot/tasks/arch.yml\n>f+++++++++ roles/boot/tasks/debian.yml\n>f+++++++++ roles/boot/tasks/fedora.yml\n>f+++++++++ roles/boot/tasks/gentoo.yml\n>f+++++++++ roles/boot/tasks/main.yml\ncd+++++++++ roles/common/\ncd+++++++++ roles/common/files/\n>f+++++++++ roles/common/files/brcmfmac4356-pcie.bin\n>f+++++++++ roles/common/files/brcmfmac4356-pcie.txt\n>f+++++++++ roles/common/files/gpd-update.sh\ncd+++++++++ roles/common/tasks/\n>f+++++++++ roles/common/tasks/cleanup.yml\n>f+++++++++ roles/common/tasks/facts.yml\n>f+++++++++ roles/common/tasks/gpd.yml\n>f+++++++++ roles/common/tasks/main.yml\n>f+++++++++ roles/common/tasks/selinux.yml\n>f+++++++++ roles/common/tasks/update.yml\n>f+++++++++ roles/common/tasks/wifi.yml\ncd+++++++++ roles/iso/\ncd+++++++++ roles/iso/files/\n>f+++++++++ roles/iso/files/isohdpfx.bin\n>f+++++++++ roles/iso/files/resolv.conf\ncd+++++++++ roles/iso/handlers/\n>f+++++++++ roles/iso/handlers/main.yml\ncd+++++++++ roles/iso/tasks/\n>f+++++++++ roles/iso/tasks/main.yml\ncd+++++++++ roles/iso/tasks/arch/\n>f+++++++++ roles/iso/tasks/arch/checksum.yml\n>f+++++++++ roles/iso/tasks/arch/efi.yml\n>f+++++++++ roles/iso/tasks/arch/facts.yml\n>f+++++++++ roles/iso/tasks/arch/host.yml\n>f+++++++++ roles/iso/tasks/arch/mount-bind.yml\ncd+++++++++ roles/iso/tasks/debian/\n>f+++++++++ roles/iso/tasks/debian/boot-config.yml\n>f+++++++++ roles/iso/tasks/debian/checksum.yml\n>f+++++++++ roles/iso/tasks/debian/facts.yml\n>f+++++++++ roles/iso/tasks/debian/filesize.yml\n>f+++++++++ roles/iso/tasks/debian/host.yml\n>f+++++++++ roles/iso/tasks/debian/install-initrd.yml\n>f+++++++++ roles/iso/tasks/debian/mount-bind.yml\ncd+++++++++ roles/iso/tasks/fedora/\n>f+++++++++ roles/iso/tasks/fedora/boot-config.yml\n>f+++++++++ roles/iso/tasks/fedora/facts.yml\n>f+++++++++ roles/iso/tasks/fedora/host.yml\n>f+++++++++ roles/iso/tasks/fedora/mount-rootfs.yml\ncd+++++++++ roles/iso/tasks/gentoo/\n>f+++++++++ roles/iso/tasks/gentoo/facts.yml\n>f+++++++++ roles/iso/tasks/gentoo/host.yml\n>f+++++++++ roles/iso/tasks/gentoo/mount-bind.yml\ncd+++++++++ roles/power/\ncd+++++++++ roles/power/files/\n>f+++++++++ roles/power/files/gpd-fan.conf\n>f+++++++++ roles/power/files/gpd-fan.py\n>f+++++++++ roles/power/files/gpd-fan.service\n>f+++++++++ roles/power/files/gpd-fan.sh\ncd+++++++++ roles/power/handlers/\n>f+++++++++ roles/power/handlers/main.yml\ncd+++++++++ roles/power/meta/\n>f+++++++++ roles/power/meta/main.yml\ncd+++++++++ roles/power/tasks/\n>f+++++++++ roles/power/tasks/arch.yml\n>f+++++++++ roles/power/tasks/debian.yml\n>f+++++++++ roles/power/tasks/fedora.yml\n>f+++++++++ roles/power/tasks/gentoo.yml\n>f+++++++++ roles/power/tasks/main.yml\ncd+++++++++ roles/xorg/\ncd+++++++++ roles/xorg/files/\ncd+++++++++ roles/xorg/files/config/\n>f+++++++++ roles/xorg/files/config/20-intel.conf\ncd+++++++++ roles/xorg/files/gnome/\n>f+++++++++ roles/xorg/files/gnome/01scale\n>f+++++++++ roles/xorg/files/gnome/02subpixel\n>f+++++++++ roles/xorg/files/gnome/profile\ncd+++++++++ roles/xorg/files/rotate/\n>f+++++++++ roles/xorg/files/rotate/01gpd-rotate\n>f+++++++++ roles/xorg/files/rotate/gpd-rotate.conf\n>f+++++++++ roles/xorg/files/rotate/gpd-rotate.py\n>f+++++++++ roles/xorg/files/rotate/gpd-rotate.service\ncd+++++++++ roles/xorg/files/xfce4/\ncd+++++++++ roles/xorg/files/xfce4/panel/\n>f+++++++++ roles/xorg/files/xfce4/panel/whiskermenu-1.rc\ncd+++++++++ roles/xorg/files/xfce4/xfconf/\ncd+++++++++ roles/xorg/files/xfce4/xfconf/xfce-perchannel-xml/\n>f+++++++++ roles/xorg/files/xfce4/xfconf/xfce-perchannel-xml/displays.xml\n>f+++++++++ roles/xorg/files/xfce4/xfconf/xfce-perchannel-xml/xfce4-appfinder.xml\n>f+++++++++ roles/xorg/files/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml\n>f+++++++++ roles/xorg/files/xfce4/xfconf/xfce-perchannel-xml/xfce4-settings-editor.xml\n>f+++++++++ roles/xorg/files/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml\ncd+++++++++ roles/xorg/handlers/\n>f+++++++++ roles/xorg/handlers/main.yml\ncd+++++++++ roles/xorg/meta/\n>f+++++++++ roles/xorg/meta/main.yml\ncd+++++++++ roles/xorg/tasks/\n>f+++++++++ roles/xorg/tasks/arch.yml\n>f+++++++++ roles/xorg/tasks/debian.yml\n>f+++++++++ roles/xorg/tasks/fedora.yml\n>f+++++++++ roles/xorg/tasks/gentoo.yml\n>f+++++++++ roles/xorg/tasks/main.yml\n>f+++++++++ roles/xorg/tasks/solus.yml\n", "rc": 0, "stdout_lines": [".d..t...... ./", ">f+++++++++ .gitignore", ">f+++++++++ LICENSE.txt", ">f+++++++++ ansible.cfg", ">f+++++++++ bootstrap-iso.sh", ">f+++++++++ bootstrap-system.sh", ">f+++++++++ iso.yml", ">f+++++++++ kali-linux-2017.1-amd64.iso", ">f+++++++++ system.yml", "cd+++++++++ .git/", ">f+++++++++ .git/FETCH_HEAD", ">f+++++++++ .git/HEAD", ">f+++++++++ .git/ORIG_HEAD", ">f+++++++++ .git/config", ">f+++++++++ .git/description", ">f+++++++++ .git/index", ">f+++++++++ .git/packed-refs", "cd+++++++++ .git/branches/", "cd+++++++++ .git/hooks/", ">f+++++++++ .git/hooks/applypatch-msg.sample", ">f+++++++++ .git/hooks/commit-msg.sample", ">f+++++++++ .git/hooks/post-update.sample", ">f+++++++++ .git/hooks/pre-applypatch.sample", ">f+++++++++ .git/hooks/pre-commit.sample", ">f+++++++++ .git/hooks/pre-push.sample", ">f+++++++++ .git/hooks/pre-rebase.sample", ">f+++++++++ .git/hooks/pre-receive.sample", ">f+++++++++ .git/hooks/prepare-commit-msg.sample", ">f+++++++++ .git/hooks/update.sample", "cd+++++++++ .git/info/", ">f+++++++++ .git/info/exclude", "cd+++++++++ .git/logs/", ">f+++++++++ .git/logs/HEAD", "cd+++++++++ .git/logs/refs/", "cd+++++++++ .git/logs/refs/heads/", ">f+++++++++ .git/logs/refs/heads/master", "cd+++++++++ .git/logs/refs/remotes/", "cd+++++++++ .git/logs/refs/remotes/origin/", ">f+++++++++ .git/logs/refs/remotes/origin/HEAD", "cd+++++++++ .git/objects/", "cd+++++++++ .git/objects/info/", "cd+++++++++ .git/objects/pack/", ">f+++++++++ .git/objects/pack/pack-3bef4d38a3ac2ce3e0d12c7a16f7a9310c0f10ac.idx", ">f+++++++++ .git/objects/pack/pack-3bef4d38a3ac2ce3e0d12c7a16f7a9310c0f10ac.pack", "cd+++++++++ .git/refs/", "cd+++++++++ .git/refs/heads/", ">f+++++++++ .git/refs/heads/master", "cd+++++++++ .git/refs/remotes/", "cd+++++++++ .git/refs/remotes/origin/", ">f+++++++++ .git/refs/remotes/origin/HEAD", "cd+++++++++ .git/refs/tags/", "cd+++++++++ .github/", ">f+++++++++ .github/ISSUE_TEMPLATE.md", ">f+++++++++ .github/README.md", "cd+++++++++ callback_plugins/", ">f+++++++++ callback_plugins/human_log.py", ">f+++++++++ callback_plugins/human_log.pyc", "cd+++++++++ roles/", "cd+++++++++ roles/audio/", "cd+++++++++ roles/audio/files/", ">f+++++++++ roles/audio/files/HiFi.conf", ">f+++++++++ roles/audio/files/chtrt5645.conf", "cd+++++++++ roles/audio/meta/", ">f+++++++++ roles/audio/meta/main.yml", "cd+++++++++ roles/audio/tasks/", ">f+++++++++ roles/audio/tasks/arch.yml", ">f+++++++++ roles/audio/tasks/debian.yml", ">f+++++++++ roles/audio/tasks/fedora.yml", ">f+++++++++ roles/audio/tasks/gentoo.yml", ">f+++++++++ roles/audio/tasks/main.yml", ">f+++++++++ roles/audio/tasks/solus.yml", "cd+++++++++ roles/boot/", "cd+++++++++ roles/boot/files/", ">f+++++++++ roles/boot/files/bootstrap-kernel-boot.tar.bz2", ">f+++++++++ roles/boot/files/bootstrap-kernel-lib.tar.bz2", "cd+++++++++ roles/boot/handlers/", ">f+++++++++ roles/boot/handlers/main.yml", "cd+++++++++ roles/boot/meta/", ">f+++++++++ roles/boot/meta/main.yml", "cd+++++++++ roles/boot/tasks/", ">f+++++++++ roles/boot/tasks/arch.yml", ">f+++++++++ roles/boot/tasks/debian.yml", ">f+++++++++ roles/boot/tasks/fedora.yml", ">f+++++++++ roles/boot/tasks/gentoo.yml", ">f+++++++++ roles/boot/tasks/main.yml", "cd+++++++++ roles/common/", "cd+++++++++ roles/common/files/", ">f+++++++++ roles/common/files/brcmfmac4356-pcie.bin", ">f+++++++++ roles/common/files/brcmfmac4356-pcie.txt", ">f+++++++++ roles/common/files/gpd-update.sh", "cd+++++++++ roles/common/tasks/", ">f+++++++++ roles/common/tasks/cleanup.yml", ">f+++++++++ roles/common/tasks/facts.yml", ">f+++++++++ roles/common/tasks/gpd.yml", ">f+++++++++ roles/common/tasks/main.yml", ">f+++++++++ roles/common/tasks/selinux.yml", ">f+++++++++ roles/common/tasks/update.yml", ">f+++++++++ roles/common/tasks/wifi.yml", "cd+++++++++ roles/iso/", "cd+++++++++ roles/iso/files/", ">f+++++++++ roles/iso/files/isohdpfx.bin", ">f+++++++++ roles/iso/files/resolv.conf", "cd+++++++++ roles/iso/handlers/", ">f+++++++++ roles/iso/handlers/main.yml", "cd+++++++++ roles/iso/tasks/", ">f+++++++++ roles/iso/tasks/main.yml", "cd+++++++++ roles/iso/tasks/arch/", ">f+++++++++ roles/iso/tasks/arch/checksum.yml", ">f+++++++++ roles/iso/tasks/arch/efi.yml", ">f+++++++++ roles/iso/tasks/arch/facts.yml", ">f+++++++++ roles/iso/tasks/arch/host.yml", ">f+++++++++ roles/iso/tasks/arch/mount-bind.yml", "cd+++++++++ roles/iso/tasks/debian/", ">f+++++++++ roles/iso/tasks/debian/boot-config.yml", ">f+++++++++ roles/iso/tasks/debian/checksum.yml", ">f+++++++++ roles/iso/tasks/debian/facts.yml", ">f+++++++++ roles/iso/tasks/debian/filesize.yml", ">f+++++++++ roles/iso/tasks/debian/host.yml", ">f+++++++++ roles/iso/tasks/debian/install-initrd.yml", ">f+++++++++ roles/iso/tasks/debian/mount-bind.yml", "cd+++++++++ roles/iso/tasks/fedora/", ">f+++++++++ roles/iso/tasks/fedora/boot-config.yml", ">f+++++++++ roles/iso/tasks/fedora/facts.yml", ">f+++++++++ roles/iso/tasks/fedora/host.yml", ">f+++++++++ roles/iso/tasks/fedora/mount-rootfs.yml", "cd+++++++++ roles/iso/tasks/gentoo/", ">f+++++++++ roles/iso/tasks/gentoo/facts.yml", ">f+++++++++ roles/iso/tasks/gentoo/host.yml", ">f+++++++++ roles/iso/tasks/gentoo/mount-bind.yml", "cd+++++++++ roles/power/", "cd+++++++++ roles/power/files/", ">f+++++++++ roles/power/files/gpd-fan.conf", ">f+++++++++ roles/power/files/gpd-fan.py", ">f+++++++++ roles/power/files/gpd-fan.service", ">f+++++++++ roles/power/files/gpd-fan.sh", "cd+++++++++ roles/power/handlers/", ">f+++++++++ roles/power/handlers/main.yml", "cd+++++++++ roles/power/meta/", ">f+++++++++ roles/power/meta/main.yml", "cd+++++++++ roles/power/tasks/", ">f+++++++++ roles/power/tasks/arch.yml", ">f+++++++++ roles/power/tasks/debian.yml", ">f+++++++++ roles/power/tasks/fedora.yml", ">f+++++++++ roles/power/tasks/gentoo.yml", ">f+++++++++ roles/power/tasks/main.yml", "cd+++++++++ roles/xorg/", "cd+++++++++ roles/xorg/files/", "cd+++++++++ roles/xorg/files/config/", ">f+++++++++ roles/xorg/files/config/20-intel.conf", "cd+++++++++ roles/xorg/files/gnome/", ">f+++++++++ roles/xorg/files/gnome/01scale", ">f+++++++++ roles/xorg/files/gnome/02subpixel", ">f+++++++++ roles/xorg/files/gnome/profile", "cd+++++++++ roles/xorg/files/rotate/", ">f+++++++++ roles/xorg/files/rotate/01gpd-rotate", ">f+++++++++ roles/xorg/files/rotate/gpd-rotate.conf", ">f+++++++++ roles/xorg/files/rotate/gpd-rotate.py", ">f+++++++++ roles/xorg/files/rotate/gpd-rotate.service", "cd+++++++++ roles/xorg/files/xfce4/", "cd+++++++++ roles/xorg/files/xfce4/panel/", ">f+++++++++ roles/xorg/files/xfce4/panel/whiskermenu-1.rc", "cd+++++++++ roles/xorg/files/xfce4/xfconf/", "cd+++++++++ roles/xorg/files/xfce4/xfconf/xfce-perchannel-xml/", ">f+++++++++ roles/xorg/files/xfce4/xfconf/xfce-perchannel-xml/displays.xml", ">f+++++++++ roles/xorg/files/xfce4/xfconf/xfce-perchannel-xml/xfce4-appfinder.xml", ">f+++++++++ roles/xorg/files/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml", ">f+++++++++ roles/xorg/files/xfce4/xfconf/xfce-perchannel-xml/xfce4-settings-editor.xml", ">f+++++++++ roles/xorg/files/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml", "cd+++++++++ roles/xorg/handlers/", ">f+++++++++ roles/xorg/handlers/main.yml", "cd+++++++++ roles/xorg/meta/", ">f+++++++++ roles/xorg/meta/main.yml", "cd+++++++++ roles/xorg/tasks/", ">f+++++++++ roles/xorg/tasks/arch.yml", ">f+++++++++ roles/xorg/tasks/debian.yml", ">f+++++++++ roles/xorg/tasks/fedora.yml", ">f+++++++++ roles/xorg/tasks/gentoo.yml", ">f+++++++++ roles/xorg/tasks/main.yml", ">f+++++++++ roles/xorg/tasks/solus.yml"]}
  331.  
  332. cmd: /usr/bin/rsync --delay-updates -F --compress --archive --rsh=/usr/bin/ssh -S none -o StrictHostKeyChecking=no --out-format=<<CHANGED>>%i %n%L /root/ansible-gpdpocket/roles/iso/files/../../../ /var/tmp/bootstrap-iso/squashfs/usr/src/ansible-gpdpocket
  333.  
  334. msg: .d..t...... ./
  335. >f+++++++++ .gitignore
  336. >f+++++++++ LICENSE.txt
  337. >f+++++++++ ansible.cfg
  338. >f+++++++++ bootstrap-iso.sh
  339. >f+++++++++ bootstrap-system.sh
  340. >f+++++++++ iso.yml
  341. >f+++++++++ kali-linux-2017.1-amd64.iso
  342. >f+++++++++ system.yml
  343. cd+++++++++ .git/
  344. >f+++++++++ .git/FETCH_HEAD
  345. >f+++++++++ .git/HEAD
  346. >f+++++++++ .git/ORIG_HEAD
  347. >f+++++++++ .git/config
  348. >f+++++++++ .git/description
  349. >f+++++++++ .git/index
  350. >f+++++++++ .git/packed-refs
  351. cd+++++++++ .git/branches/
  352. cd+++++++++ .git/hooks/
  353. >f+++++++++ .git/hooks/applypatch-msg.sample
  354. >f+++++++++ .git/hooks/commit-msg.sample
  355. >f+++++++++ .git/hooks/post-update.sample
  356. >f+++++++++ .git/hooks/pre-applypatch.sample
  357. >f+++++++++ .git/hooks/pre-commit.sample
  358. >f+++++++++ .git/hooks/pre-push.sample
  359. >f+++++++++ .git/hooks/pre-rebase.sample
  360. >f+++++++++ .git/hooks/pre-receive.sample
  361. >f+++++++++ .git/hooks/prepare-commit-msg.sample
  362. >f+++++++++ .git/hooks/update.sample
  363. cd+++++++++ .git/info/
  364. >f+++++++++ .git/info/exclude
  365. cd+++++++++ .git/logs/
  366. >f+++++++++ .git/logs/HEAD
  367. cd+++++++++ .git/logs/refs/
  368. cd+++++++++ .git/logs/refs/heads/
  369. >f+++++++++ .git/logs/refs/heads/master
  370. cd+++++++++ .git/logs/refs/remotes/
  371. cd+++++++++ .git/logs/refs/remotes/origin/
  372. >f+++++++++ .git/logs/refs/remotes/origin/HEAD
  373. cd+++++++++ .git/objects/
  374. cd+++++++++ .git/objects/info/
  375. cd+++++++++ .git/objects/pack/
  376. >f+++++++++ .git/objects/pack/pack-3bef4d38a3ac2ce3e0d12c7a16f7a9310c0f10ac.idx
  377. >f+++++++++ .git/objects/pack/pack-3bef4d38a3ac2ce3e0d12c7a16f7a9310c0f10ac.pack
  378. cd+++++++++ .git/refs/
  379. cd+++++++++ .git/refs/heads/
  380. >f+++++++++ .git/refs/heads/master
  381. cd+++++++++ .git/refs/remotes/
  382. cd+++++++++ .git/refs/remotes/origin/
  383. >f+++++++++ .git/refs/remotes/origin/HEAD
  384. cd+++++++++ .git/refs/tags/
  385. cd+++++++++ .github/
  386. >f+++++++++ .github/ISSUE_TEMPLATE.md
  387. >f+++++++++ .github/README.md
  388. cd+++++++++ callback_plugins/
  389. >f+++++++++ callback_plugins/human_log.py
  390. >f+++++++++ callback_plugins/human_log.pyc
  391. cd+++++++++ roles/
  392. cd+++++++++ roles/audio/
  393. cd+++++++++ roles/audio/files/
  394. >f+++++++++ roles/audio/files/HiFi.conf
  395. >f+++++++++ roles/audio/files/chtrt5645.conf
  396. cd+++++++++ roles/audio/meta/
  397. >f+++++++++ roles/audio/meta/main.yml
  398. cd+++++++++ roles/audio/tasks/
  399. >f+++++++++ roles/audio/tasks/arch.yml
  400. >f+++++++++ roles/audio/tasks/debian.yml
  401. >f+++++++++ roles/audio/tasks/fedora.yml
  402. >f+++++++++ roles/audio/tasks/gentoo.yml
  403. >f+++++++++ roles/audio/tasks/main.yml
  404. >f+++++++++ roles/audio/tasks/solus.yml
  405. cd+++++++++ roles/boot/
  406. cd+++++++++ roles/boot/files/
  407. >f+++++++++ roles/boot/files/bootstrap-kernel-boot.tar.bz2
  408. >f+++++++++ roles/boot/files/bootstrap-kernel-lib.tar.bz2
  409. cd+++++++++ roles/boot/handlers/
  410. >f+++++++++ roles/boot/handlers/main.yml
  411. cd+++++++++ roles/boot/meta/
  412. >f+++++++++ roles/boot/meta/main.yml
  413. cd+++++++++ roles/boot/tasks/
  414. >f+++++++++ roles/boot/tasks/arch.yml
  415. >f+++++++++ roles/boot/tasks/debian.yml
  416. >f+++++++++ roles/boot/tasks/fedora.yml
  417. >f+++++++++ roles/boot/tasks/gentoo.yml
  418. >f+++++++++ roles/boot/tasks/main.yml
  419. cd+++++++++ roles/common/
  420. cd+++++++++ roles/common/files/
  421. >f+++++++++ roles/common/files/brcmfmac4356-pcie.bin
  422. >f+++++++++ roles/common/files/brcmfmac4356-pcie.txt
  423. >f+++++++++ roles/common/files/gpd-update.sh
  424. cd+++++++++ roles/common/tasks/
  425. >f+++++++++ roles/common/tasks/cleanup.yml
  426. >f+++++++++ roles/common/tasks/facts.yml
  427. >f+++++++++ roles/common/tasks/gpd.yml
  428. >f+++++++++ roles/common/tasks/main.yml
  429. >f+++++++++ roles/common/tasks/selinux.yml
  430. >f+++++++++ roles/common/tasks/update.yml
  431. >f+++++++++ roles/common/tasks/wifi.yml
  432. cd+++++++++ roles/iso/
  433. cd+++++++++ roles/iso/files/
  434. >f+++++++++ roles/iso/files/isohdpfx.bin
  435. >f+++++++++ roles/iso/files/resolv.conf
  436. cd+++++++++ roles/iso/handlers/
  437. >f+++++++++ roles/iso/handlers/main.yml
  438. cd+++++++++ roles/iso/tasks/
  439. >f+++++++++ roles/iso/tasks/main.yml
  440. cd+++++++++ roles/iso/tasks/arch/
  441. >f+++++++++ roles/iso/tasks/arch/checksum.yml
  442. >f+++++++++ roles/iso/tasks/arch/efi.yml
  443. >f+++++++++ roles/iso/tasks/arch/facts.yml
  444. >f+++++++++ roles/iso/tasks/arch/host.yml
  445. >f+++++++++ roles/iso/tasks/arch/mount-bind.yml
  446. cd+++++++++ roles/iso/tasks/debian/
  447. >f+++++++++ roles/iso/tasks/debian/boot-config.yml
  448. >f+++++++++ roles/iso/tasks/debian/checksum.yml
  449. >f+++++++++ roles/iso/tasks/debian/facts.yml
  450. >f+++++++++ roles/iso/tasks/debian/filesize.yml
  451. >f+++++++++ roles/iso/tasks/debian/host.yml
  452. >f+++++++++ roles/iso/tasks/debian/install-initrd.yml
  453. >f+++++++++ roles/iso/tasks/debian/mount-bind.yml
  454. cd+++++++++ roles/iso/tasks/fedora/
  455. >f+++++++++ roles/iso/tasks/fedora/boot-config.yml
  456. >f+++++++++ roles/iso/tasks/fedora/facts.yml
  457. >f+++++++++ roles/iso/tasks/fedora/host.yml
  458. >f+++++++++ roles/iso/tasks/fedora/mount-rootfs.yml
  459. cd+++++++++ roles/iso/tasks/gentoo/
  460. >f+++++++++ roles/iso/tasks/gentoo/facts.yml
  461. >f+++++++++ roles/iso/tasks/gentoo/host.yml
  462. >f+++++++++ roles/iso/tasks/gentoo/mount-bind.yml
  463. cd+++++++++ roles/power/
  464. cd+++++++++ roles/power/files/
  465. >f+++++++++ roles/power/files/gpd-fan.conf
  466. >f+++++++++ roles/power/files/gpd-fan.py
  467. >f+++++++++ roles/power/files/gpd-fan.service
  468. >f+++++++++ roles/power/files/gpd-fan.sh
  469. cd+++++++++ roles/power/handlers/
  470. >f+++++++++ roles/power/handlers/main.yml
  471. cd+++++++++ roles/power/meta/
  472. >f+++++++++ roles/power/meta/main.yml
  473. cd+++++++++ roles/power/tasks/
  474. >f+++++++++ roles/power/tasks/arch.yml
  475. >f+++++++++ roles/power/tasks/debian.yml
  476. >f+++++++++ roles/power/tasks/fedora.yml
  477. >f+++++++++ roles/power/tasks/gentoo.yml
  478. >f+++++++++ roles/power/tasks/main.yml
  479. cd+++++++++ roles/xorg/
  480. cd+++++++++ roles/xorg/files/
  481. cd+++++++++ roles/xorg/files/config/
  482. >f+++++++++ roles/xorg/files/config/20-intel.conf
  483. cd+++++++++ roles/xorg/files/gnome/
  484. >f+++++++++ roles/xorg/files/gnome/01scale
  485. >f+++++++++ roles/xorg/files/gnome/02subpixel
  486. >f+++++++++ roles/xorg/files/gnome/profile
  487. cd+++++++++ roles/xorg/files/rotate/
  488. >f+++++++++ roles/xorg/files/rotate/01gpd-rotate
  489. >f+++++++++ roles/xorg/files/rotate/gpd-rotate.conf
  490. >f+++++++++ roles/xorg/files/rotate/gpd-rotate.py
  491. >f+++++++++ roles/xorg/files/rotate/gpd-rotate.service
  492. cd+++++++++ roles/xorg/files/xfce4/
  493. cd+++++++++ roles/xorg/files/xfce4/panel/
  494. >f+++++++++ roles/xorg/files/xfce4/panel/whiskermenu-1.rc
  495. cd+++++++++ roles/xorg/files/xfce4/xfconf/
  496. cd+++++++++ roles/xorg/files/xfce4/xfconf/xfce-perchannel-xml/
  497. >f+++++++++ roles/xorg/files/xfce4/xfconf/xfce-perchannel-xml/displays.xml
  498. >f+++++++++ roles/xorg/files/xfce4/xfconf/xfce-perchannel-xml/xfce4-appfinder.xml
  499. >f+++++++++ roles/xorg/files/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml
  500. >f+++++++++ roles/xorg/files/xfce4/xfconf/xfce-perchannel-xml/xfce4-settings-editor.xml
  501. >f+++++++++ roles/xorg/files/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml
  502. cd+++++++++ roles/xorg/handlers/
  503. >f+++++++++ roles/xorg/handlers/main.yml
  504. cd+++++++++ roles/xorg/meta/
  505. >f+++++++++ roles/xorg/meta/main.yml
  506. cd+++++++++ roles/xorg/tasks/
  507. >f+++++++++ roles/xorg/tasks/arch.yml
  508. >f+++++++++ roles/xorg/tasks/debian.yml
  509. >f+++++++++ roles/xorg/tasks/fedora.yml
  510. >f+++++++++ roles/xorg/tasks/gentoo.yml
  511. >f+++++++++ roles/xorg/tasks/main.yml
  512. >f+++++++++ roles/xorg/tasks/solus.yml
  513.  
  514.  
  515. TASK [iso : bootstrap guest (this may take a while)] **************************************************
  516. fatal: [localhost]: FAILED! => {"changed": true, "cmd": "chroot /var/tmp/bootstrap-iso/squashfs /bin/bash -c \"/bin/bash /usr/src/ansible-gpdpocket/bootstrap-system.sh --nogit\"", "delta": "0:05:31.908994", "end": "2017-08-23 00:58:42.594596", "failed": true, "rc": 2, "start": "2017-08-23 00:53:10.685602", "stderr": "+ PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin\n+ '[' -f /usr/bin/pacman ']'\n+ '[' -f /usr/bin/apt-get ']'\n+ fuser /var/lib/dpkg/lock\n+ DEBIAN_FRONTEND=noninteractive\n+ '[' -f /etc/apt/sources.list ']'\n+ sed -i 's,main restricted,main restricted universe multiverse,g' /etc/apt/sources.list\n+ apt-get update\n+ apt-get -y install dirmngr\nE: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)\n+ mkdir -p /etc/apt/sources.list.d\n+ echo 'deb http://ppa.launchpad.net/ansible/ansible/ubuntu trusty main'\n+ apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 93C4A3FD7BB9C367\nWarning: apt-key output should not be parsed (stdout is not a terminal)\ngpg: key 93C4A3FD7BB9C367: public key \"Launchpad PPA for Ansible, Inc.\" imported\ngpg: Total number processed: 1\ngpg: imported: 1\n+ apt-get update\n+ apt-get -y install ansible git\nE: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)\n+ grep -wq -- --nogit\n+ echo 'skip pulling source from git'\n+ cd /usr/src/ansible-gpdpocket\n+ ANSIBLE_NOCOWS=1\n+ ansible-playbook system.yml -e bootstrap=true -v\n [WARNING]: provided hosts list is empty, only localhost is available\n [WARNING]: Unable to find '/usr/lib/modules' in expected paths.", "stderr_lines": ["+ PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "+ '[' -f /usr/bin/pacman ']'", "+ '[' -f /usr/bin/apt-get ']'", "+ fuser /var/lib/dpkg/lock", "+ DEBIAN_FRONTEND=noninteractive", "+ '[' -f /etc/apt/sources.list ']'", "+ sed -i 's,main restricted,main restricted universe multiverse,g' /etc/apt/sources.list", "+ apt-get update", "+ apt-get -y install dirmngr", "E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)", "+ mkdir -p /etc/apt/sources.list.d", "+ echo 'deb http://ppa.launchpad.net/ansible/ansible/ubuntu trusty main'", "+ apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 93C4A3FD7BB9C367", "Warning: apt-key output should not be parsed (stdout is not a terminal)", "gpg: key 93C4A3FD7BB9C367: public key \"Launchpad PPA for Ansible, Inc.\" imported", "gpg: Total number processed: 1", "gpg: imported: 1", "+ apt-get update", "+ apt-get -y install ansible git", "E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)", "+ grep -wq -- --nogit", "+ echo 'skip pulling source from git'", "+ cd /usr/src/ansible-gpdpocket", "+ ANSIBLE_NOCOWS=1", "+ ansible-playbook system.yml -e bootstrap=true -v", " [WARNING]: provided hosts list is empty, only localhost is available", " [WARNING]: Unable to find '/usr/lib/modules' in expected paths."], "stdout": "Get:1 http://archive-11.kali.org/kali kali-rolling InRelease [30.5 kB]\nGet:2 http://archive-11.kali.org/kali kali-rolling/non-free Sources [121 kB]\nGet:3 http://archive-11.kali.org/kali kali-rolling/contrib Sources [66.2 kB]\nGet:4 http://archive-11.kali.org/kali kali-rolling/main Sources [11.3 MB]\nGet:5 http://archive-11.kali.org/kali kali-rolling/main amd64 Packages [15.3 MB]\nGet:6 http://archive-11.kali.org/kali kali-rolling/contrib amd64 Packages [104 kB]\nGet:7 http://archive-11.kali.org/kali kali-rolling/non-free amd64 Packages [162 kB]\nFetched 27.1 MB in 11s (2,332 kB/s)\nReading package lists...\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following additional packages will be installed:\n gnupg gnupg-agent\nSuggested packages:\n tor parcimonie xloadimage scdaemon\nRecommended packages:\n gnupg-l10n\nThe following NEW packages will be installed:\n dirmngr\nThe following packages will be upgraded:\n gnupg gnupg-agent\n2 upgraded, 1 newly installed, 0 to remove and 1258 not upgraded.\nNeed to get 2,273 kB of archives.\nAfter this operation, 1,109 kB of additional disk space will be used.\nGet:1 http://archive-10.kali.org/kali kali-rolling/main amd64 gnupg amd64 2.1.18-8 [1,125 kB]\nGet:3 http://archive-12.kali.org/kali kali-rolling/main amd64 dirmngr amd64 2.1.18-8 [595 kB]\nGet:2 http://archive-10.kali.org/kali kali-rolling/main amd64 gnupg-agent amd64 2.1.18-8 [553 kB]\napt-listchanges: Reading changelogs...\nFetched 2,273 kB in 2s (853 kB/s)\n(Reading database ... 305506 files and directories currently installed.)\nPreparing to unpack .../gnupg_2.1.18-8_amd64.deb ...\nUnpacking gnupg (2.1.18-8) over (2.1.18-6) ...\nPreparing to unpack .../gnupg-agent_2.1.18-8_amd64.deb ...\nUnpacking gnupg-agent (2.1.18-8) over (2.1.18-6) ...\nSelecting previously unselected package dirmngr.\nPreparing to unpack .../dirmngr_2.1.18-8_amd64.deb ...\nUnpacking dirmngr (2.1.18-8) ...\nProcessing triggers for man-db (2.7.6.1-2) ...\nSetting up gnupg-agent (2.1.18-8) ...\nSetting up dirmngr (2.1.18-8) ...\nSetting up gnupg (2.1.18-8) ...\nExecuting: /tmp/apt-key-gpghome.kh6kPdGUFy/gpg.1.sh --keyserver keyserver.ubuntu.com --recv-keys 93C4A3FD7BB9C367\nGet:1 http://ppa.launchpad.net/ansible/ansible/ubuntu trusty InRelease [16.0 kB]\nHit:2 http://archive-11.kali.org/kali kali-rolling InRelease\nGet:3 http://ppa.launchpad.net/ansible/ansible/ubuntu trusty/main amd64 Packages [514 B]\nGet:4 http://ppa.launchpad.net/ansible/ansible/ubuntu trusty/main Translation-en [322 B]\nFetched 16.8 kB in 0s (28.0 kB/s)\nReading package lists...\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following additional packages will be installed:\n git-man sshpass\nSuggested packages:\n git-daemon-run | git-daemon-sysvinit git-doc git-el git-email git-gui gitk\n gitweb git-cvs git-mediawiki git-svn\nThe following NEW packages will be installed:\n ansible sshpass\nThe following packages will be upgraded:\n git git-man\n2 upgraded, 2 newly installed, 0 to remove and 1256 not upgraded.\nNeed to get 7,925 kB of archives.\nAfter this operation, 18.1 MB of additional disk space will be used.\nGet:1 http://ppa.launchpad.net/ansible/ansible/ubuntu trusty/main amd64 ansible all 2.3.2.0-1ppa~trusty [2,035 kB]\nGet:2 http://archive-9.kali.org/kali kali-rolling/main amd64 git amd64 1:2.14.1-1 [4,389 kB]\nGet:4 http://archive-12.kali.org/kali kali-rolling/main amd64 sshpass amd64 1.06-1 [11.3 kB]\nGet:3 http://archive-10.kali.org/kali kali-rolling/main amd64 git-man all 1:2.14.1-1 [1,489 kB]\napt-listchanges: Reading changelogs...\nFetched 7,925 kB in 4s (1,748 kB/s)\n(Reading database ... 305524 files and directories currently installed.)\nPreparing to unpack .../git_1%3a2.14.1-1_amd64.deb ...\nUnpacking git (1:2.14.1-1) over (1:2.11.0-2) ...\nPreparing to unpack .../git-man_1%3a2.14.1-1_all.deb ...\nUnpacking git-man (1:2.14.1-1) over (1:2.11.0-2) ...\nSelecting previously unselected package sshpass.\nPreparing to unpack .../sshpass_1.06-1_amd64.deb ...\nUnpacking sshpass (1.06-1) ...\nSelecting previously unselected package ansible.\nPreparing to unpack .../ansible_2.3.2.0-1ppa~trusty_all.deb ...\nUnpacking ansible (2.3.2.0-1ppa~trusty) ...\nSetting up git-man (1:2.14.1-1) ...\nSetting up sshpass (1.06-1) ...\nProcessing triggers for man-db (2.7.6.1-2) ...\nSetting up git (1:2.14.1-1) ...\nSetting up ansible (2.3.2.0-1ppa~trusty) ...\nskip pulling source from git\nUsing /usr/src/ansible-gpdpocket/ansible.cfg as config file\n\nPLAY [localhost] ***************************************************************\n\nTASK [Gathering Facts] *********************************************************\nok: [localhost]\n\nTASK [common : determine which directory to use for firmware] ******************\nok: [localhost] => {\"changed\": false, \"examined\": 64752, \"files\": [{\"atime\": 1492307344.0, \"ctime\": 1503463737.104, \"dev\": 2049, \"gid\": 0, \"inode\": 1180998, \"isblk\": false, \"ischr\": false, \"isdir\": true, \"isfifo\": false, \"isgid\": false, \"islnk\": false, \"isreg\": false, \"issock\": false, \"isuid\": false, \"mode\": \"0755\", \"mtime\": 1492307344.0, \"nlink\": 53, \"path\": \"/lib/firmware\", \"rgrp\": true, \"roth\": true, \"rusr\": true, \"size\": 12288, \"uid\": 0, \"wgrp\": false, \"woth\": false, \"wusr\": true, \"xgrp\": true, \"xoth\": true, \"xusr\": true}, {\"atime\": 1492307051.0, \"ctime\": 1503463737.24, \"dev\": 2049, \"gid\": 0, \"inode\": 1854532, \"isblk\": false, \"ischr\": false, \"isdir\": true, \"isfifo\": false, \"isgid\": false, \"islnk\": false, \"isreg\": false, \"issock\": false, \"isuid\": false, \"mode\": \"0755\", \"mtime\": 1492307051.0, \"nlink\": 3, \"path\": \"/lib/modules/4.9.0-kali3-amd64/kernel/drivers/firmware\", \"rgrp\": true, \"roth\": true, \"rusr\": true, \"size\": 4096, \"uid\": 0, \"wgrp\": false, \"woth\": false, \"wusr\": true, \"xgrp\": true, \"xoth\": true, \"xusr\": true}], \"matched\": 2, \"msg\": \"\"}\n\nTASK [common : ensure brcm directory exists] ***********************************\nok: [localhost] => {\"changed\": false, \"gid\": 0, \"group\": \"root\", \"mode\": \"0755\", \"owner\": \"root\", \"path\": \"/lib/firmware/brcm\", \"size\": 4096, \"state\": \"directory\", \"uid\": 0}\n\nTASK [common : copy wifi files] ************************************************\nok: [localhost] => (item=files/brcmfmac4356-pcie.bin) => {\"changed\": false, \"checksum\": \"7033a19bd11562efcf5c51c1000b67007b63d0b7\", \"dest\": \"/lib/firmware/brcm/brcmfmac4356-pcie.bin\", \"gid\": 0, \"group\": \"root\", \"item\": \"files/brcmfmac4356-pcie.bin\", \"mode\": \"0644\", \"owner\": \"root\", \"path\": \"/lib/firmware/brcm/brcmfmac4356-pcie.bin\", \"size\": 623012, \"state\": \"file\", \"uid\": 0}\nchanged: [localhost] => (item=files/brcmfmac4356-pcie.txt) => {\"changed\": true, \"checksum\": \"71911406e669cd48920bfaa40216bb2729d792f7\", \"dest\": \"/lib/firmware/brcm/brcmfmac4356-pcie.txt\", \"gid\": 0, \"group\": \"root\", \"item\": \"files/brcmfmac4356-pcie.txt\", \"md5sum\": \"c92c567e10c9db426ddf664adaa085bc\", \"mode\": \"0644\", \"owner\": \"root\", \"size\": 2730, \"src\": \"/root/.ansible/tmp/ansible-tmp-1503464085.82-126024345871483/source\", \"state\": \"file\", \"uid\": 0}\n\nmsg: All items completed\n\nTASK [common : remove obsolete files] ******************************************\nok: [localhost] => (item=/boot/config-4.12.0-custom) => {\"changed\": false, \"item\": \"/boot/config-4.12.0-custom\", \"path\": \"/boot/config-4.12.0-custom\", \"state\": \"absent\"}\nok: [localhost] => (item=/boot/config-4.12.0-gpdpocket) => {\"changed\": false, \"item\": \"/boot/config-4.12.0-gpdpocket\", \"path\": \"/boot/config-4.12.0-gpdpocket\", \"state\": \"absent\"}\nok: [localhost] => (item=/boot/initrd.img-4.12.0-custom) => {\"changed\": false, \"item\": \"/boot/initrd.img-4.12.0-custom\", \"path\": \"/boot/initrd.img-4.12.0-custom\", \"state\": \"absent\"}\nok: [localhost] => (item=/boot/initrd.img-4.12.0-gpdpocket) => {\"changed\": false, \"item\": \"/boot/initrd.img-4.12.0-gpdpocket\", \"path\": \"/boot/initrd.img-4.12.0-gpdpocket\", \"state\": \"absent\"}\nok: [localhost] => (item=/boot/system.map-4.12.0-custom) => {\"changed\": false, \"item\": \"/boot/system.map-4.12.0-custom\", \"path\": \"/boot/system.map-4.12.0-custom\", \"state\": \"absent\"}\nok: [localhost] => (item=/boot/system.map-4.12.0-gpdpocket) => {\"changed\": false, \"item\": \"/boot/system.map-4.12.0-gpdpocket\", \"path\": \"/boot/system.map-4.12.0-gpdpocket\", \"state\": \"absent\"}\nok: [localhost] => (item=/boot/vmlinuz-4.12.0-custom) => {\"changed\": false, \"item\": \"/boot/vmlinuz-4.12.0-custom\", \"path\": \"/boot/vmlinuz-4.12.0-custom\", \"state\": \"absent\"}\nok: [localhost] => (item=/boot/vmlinuz-4.12.0-gpdpocket) => {\"changed\": false, \"item\": \"/boot/vmlinuz-4.12.0-gpdpocket\", \"path\": \"/boot/vmlinuz-4.12.0-gpdpocket\", \"state\": \"absent\"}\nok: [localhost] => (item=/etc/dconf/db/gdm.d) => {\"changed\": false, \"item\": \"/etc/dconf/db/gdm.d\", \"path\": \"/etc/dconf/db/gdm.d\", \"state\": \"absent\"}\nok: [localhost] => (item=/etc/dconf/db/local.d/03-scaling) => {\"changed\": false, \"item\": \"/etc/dconf/db/local.d/03-scaling\", \"path\": \"/etc/dconf/db/local.d/03-scaling\", \"state\": \"absent\"}\nok: [localhost] => (item=/etc/dconf/db/local.d/03scaling) => {\"changed\": false, \"item\": \"/etc/dconf/db/local.d/03scaling\", \"path\": \"/etc/dconf/db/local.d/03scaling\", \"state\": \"absent\"}\nok: [localhost] => (item=/etc/gpdfand.conf) => {\"changed\": false, \"item\": \"/etc/gpdfand.conf\", \"path\": \"/etc/gpdfand.conf\", \"state\": \"absent\"}\nok: [localhost] => (item=/etc/systemd/system/gpdfand.service) => {\"changed\": false, \"item\": \"/etc/systemd/system/gpdfand.service\", \"path\": \"/etc/systemd/system/gpdfand.service\", \"state\": \"absent\"}\nok: [localhost] => (item=/etc/systemd/system/gpdrotate.service) => {\"changed\": false, \"item\": \"/etc/systemd/system/gpdrotate.service\", \"path\": \"/etc/systemd/system/gpdrotate.service\", \"state\": \"absent\"}\nok: [localhost] => (item=/etc/udev/rules.d/99-local-bluetooth.rules) => {\"changed\": false, \"item\": \"/etc/udev/rules.d/99-local-bluetooth.rules\", \"path\": \"/etc/udev/rules.d/99-local-bluetooth.rules\", \"state\": \"absent\"}\nok: [localhost] => (item=/etc/X11/xorg.conf.d/30-monitor.conf) => {\"changed\": false, \"item\": \"/etc/X11/xorg.conf.d/30-monitor.conf\", \"path\": \"/etc/X11/xorg.conf.d/30-monitor.conf\", \"state\": \"absent\"}\nok: [localhost] => (item=/etc/X11/xorg.conf.d/80-screen.conf) => {\"changed\": false, \"item\": \"/etc/X11/xorg.conf.d/80-screen.conf\", \"path\": \"/etc/X11/xorg.conf.d/80-screen.conf\", \"state\": \"absent\"}\nok: [localhost] => (item=/etc/X11/xorg.conf.d/89-screen.conf) => {\"changed\": false, \"item\": \"/etc/X11/xorg.conf.d/89-screen.conf\", \"path\": \"/etc/X11/xorg.conf.d/89-screen.conf\", \"state\": \"absent\"}\nok: [localhost] => (item=/etc/X11/xorg.conf.d/90-monitor.conf) => {\"changed\": false, \"item\": \"/etc/X11/xorg.conf.d/90-monitor.conf\", \"path\": \"/etc/X11/xorg.conf.d/90-monitor.conf\", \"state\": \"absent\"}\nok: [localhost] => (item=/etc/X11/xorg.conf.d/90-screen.conf) => {\"changed\": false, \"item\": \"/etc/X11/xorg.conf.d/90-screen.conf\", \"path\": \"/etc/X11/xorg.conf.d/90-screen.conf\", \"state\": \"absent\"}\nok: [localhost] => (item=/etc/X11/Xsession.d/01gpdrotate) => {\"changed\": false, \"item\": \"/etc/X11/Xsession.d/01gpdrotate\", \"path\": \"/etc/X11/Xsession.d/01gpdrotate\", \"state\": \"absent\"}\nok: [localhost] => (item=/etc/X11/Xsession.d/01touchscreen) => {\"changed\": false, \"item\": \"/etc/X11/Xsession.d/01touchscreen\", \"path\": \"/etc/X11/Xsession.d/01touchscreen\", \"state\": \"absent\"}\nok: [localhost] => (item=/etc/X11/Xsession.d/02gpdrotate) => {\"changed\": false, \"item\": \"/etc/X11/Xsession.d/02gpdrotate\", \"path\": \"/etc/X11/Xsession.d/02gpdrotate\", \"state\": \"absent\"}\nok: [localhost] => (item=/etc/X11/Xsession.d/02scale) => {\"changed\": false, \"item\": \"/etc/X11/Xsession.d/02scale\", \"path\": \"/etc/X11/Xsession.d/02scale\", \"state\": \"absent\"}\nok: [localhost] => (item=/etc/X11/Xsession.d/03scaling) => {\"changed\": false, \"item\": \"/etc/X11/Xsession.d/03scaling\", \"path\": \"/etc/X11/Xsession.d/03scaling\", \"state\": \"absent\"}\nok: [localhost] => (item=/etc/X11/Xsession.d/03scrolling) => {\"changed\": false, \"item\": \"/etc/X11/Xsession.d/03scrolling\", \"path\": \"/etc/X11/Xsession.d/03scrolling\", \"state\": \"absent\"}\nok: [localhost] => (item=/etc/X11/Xsession.d/04gpdrotate) => {\"changed\": false, \"item\": \"/etc/X11/Xsession.d/04gpdrotate\", \"path\": \"/etc/X11/Xsession.d/04gpdrotate\", \"state\": \"absent\"}\nok: [localhost] => (item=/etc/X11/Xsession.d/98gpdrotate) => {\"changed\": false, \"item\": \"/etc/X11/Xsession.d/98gpdrotate\", \"path\": \"/etc/X11/Xsession.d/98gpdrotate\", \"state\": \"absent\"}\nok: [localhost] => (item=/etc/X11/Xsession.d/98touchscreen) => {\"changed\": false, \"item\": \"/etc/X11/Xsession.d/98touchscreen\", \"path\": \"/etc/X11/Xsession.d/98touchscreen\", \"state\": \"absent\"}\nok: [localhost] => (item=/etc/X11/Xsession.d/99touchscreen) => {\"changed\": false, \"item\": \"/etc/X11/Xsession.d/99touchscreen\", \"path\": \"/etc/X11/Xsession.d/99touchscreen\", \"state\": \"absent\"}\nok: [localhost] => (item=/lib/firmware/brcmfmac4356-pcie.bin) => {\"changed\": false, \"item\": \"/lib/firmware/brcmfmac4356-pcie.bin\", \"path\": \"/lib/firmware/brcmfmac4356-pcie.bin\", \"state\": \"absent\"}\nok: [localhost] => (item=/lib/firmware/brcmfmac4356-pcie.txt) => {\"changed\": false, \"item\": \"/lib/firmware/brcmfmac4356-pcie.txt\", \"path\": \"/lib/firmware/brcmfmac4356-pcie.txt\", \"state\": \"absent\"}\nok: [localhost] => (item=/lib/modules/4.12.0-custom) => {\"changed\": false, \"item\": \"/lib/modules/4.12.0-custom\", \"path\": \"/lib/modules/4.12.0-custom\", \"state\": \"absent\"}\nok: [localhost] => (item=/lib/modules/4.12.0-gpdpocket) => {\"changed\": false, \"item\": \"/lib/modules/4.12.0-gpdpocket\", \"path\": \"/lib/modules/4.12.0-gpdpocket\", \"state\": \"absent\"}\nok: [localhost] => (item=/lib/systemd/system-sleep/gpdfand) => {\"changed\": false, \"item\": \"/lib/systemd/system-sleep/gpdfand\", \"path\": \"/lib/systemd/system-sleep/gpdfand\", \"state\": \"absent\"}\nok: [localhost] => (item=/root/ansible-gpdpocket) => {\"changed\": false, \"item\": \"/root/ansible-gpdpocket\", \"path\": \"/root/ansible-gpdpocket\", \"state\": \"absent\"}\nok: [localhost] => (item=/usr/lib/firmware/brcmfmac4356-pcie.bin) => {\"changed\": false, \"item\": \"/usr/lib/firmware/brcmfmac4356-pcie.bin\", \"path\": \"/usr/lib/firmware/brcmfmac4356-pcie.bin\", \"state\": \"absent\"}\nok: [localhost] => (item=/usr/lib/firmware/brcmfmac4356-pcie.txt) => {\"changed\": false, \"item\": \"/usr/lib/firmware/brcmfmac4356-pcie.txt\", \"path\": \"/usr/lib/firmware/brcmfmac4356-pcie.txt\", \"state\": \"absent\"}\nok: [localhost] => (item=/usr/local/bin/gpdfand) => {\"changed\": false, \"item\": \"/usr/local/bin/gpdfand\", \"path\": \"/usr/local/bin/gpdfand\", \"state\": \"absent\"}\nok: [localhost] => (item=/usr/local/bin/ansible-update) => {\"changed\": false, \"item\": \"/usr/local/bin/ansible-update\", \"path\": \"/usr/local/bin/ansible-update\", \"state\": \"absent\"}\nok: [localhost] => (item=/usr/local/sbin/gpdfand) => {\"changed\": false, \"item\": \"/usr/local/sbin/gpdfand\", \"path\": \"/usr/local/sbin/gpdfand\", \"state\": \"absent\"}\nok: [localhost] => (item=/usr/local/sbin/gpdrotate) => {\"changed\": false, \"item\": \"/usr/local/sbin/gpdrotate\", \"path\": \"/usr/local/sbin/gpdrotate\", \"state\": \"absent\"}\nok: [localhost] => (item=/usr/share/alsa/ucm/chtrt5645.conf) => {\"changed\": false, \"item\": \"/usr/share/alsa/ucm/chtrt5645.conf\", \"path\": \"/usr/share/alsa/ucm/chtrt5645.conf\", \"state\": \"absent\"}\nok: [localhost] => (item=/usr/share/alsa/ucm/HiFi.conf) => {\"changed\": false, \"item\": \"/usr/share/alsa/ucm/HiFi.conf\", \"path\": \"/usr/share/alsa/ucm/HiFi.conf\", \"state\": \"absent\"}\nok: [localhost] => (item=/usr/src/linux-gpdpocket) => {\"changed\": false, \"item\": \"/usr/src/linux-gpdpocket\", \"path\": \"/usr/src/linux-gpdpocket\", \"state\": \"absent\"}\nok: [localhost] => (item=/var/lib/gdm3/.config/monitors.xml) => {\"changed\": false, \"item\": \"/var/lib/gdm3/.config/monitors.xml\", \"path\": \"/var/lib/gdm3/.config/monitors.xml\", \"state\": \"absent\"}\nok: [localhost] => (item=/var/lib/lightdm/.config/monitors.xml) => {\"changed\": false, \"item\": \"/var/lib/lightdm/.config/monitors.xml\", \"path\": \"/var/lib/lightdm/.config/monitors.xml\", \"state\": \"absent\"}\nok: [localhost] => (item=/var/log/gpdfand) => {\"changed\": false, \"item\": \"/var/log/gpdfand\", \"path\": \"/var/log/gpdfand\", \"state\": \"absent\"}\n\nmsg: All items completed\n\nTASK [common : remove broken pulse config] *************************************\nok: [localhost] => (item=set-default-sink 1) => {\"backup\": \"\", \"changed\": false, \"found\": 0, \"item\": \"set-default-sink 1\", \"msg\": \"\"}\nok: [localhost] => (item=set-default-source 1) => {\"backup\": \"\", \"changed\": false, \"found\": 0, \"item\": \"set-default-source 1\", \"msg\": \"\"}\nok: [localhost] => (item=set-default-sink = 1) => {\"backup\": \"\", \"changed\": false, \"found\": 0, \"item\": \"set-default-sink = 1\", \"msg\": \"\"}\n\nmsg: All items completed\nok: [localhost] => (item=set-default-source = 1) => {\"backup\": \"\", \"changed\": false, \"found\": 0, \"item\": \"set-default-source = 1\", \"msg\": \"\"}\n\nTASK [common : remove old default audio config] ********************************\nok: [localhost] => (item=set-default-sink 1) => {\"backup\": \"\", \"changed\": false, \"found\": 0, \"item\": \"set-default-sink 1\", \"msg\": \"\"}\nok: [localhost] => (item=set-default-source 2) => {\"backup\": \"\", \"changed\": false, \"found\": 0, \"item\": \"set-default-source 2\", \"msg\": \"\"}\n\nmsg: All items completed\n\nTASK [common : remove obsolete rc.local config] ********************************\nok: [localhost] => (item=^modprobe btusb) => {\"changed\": false, \"item\": \"^modprobe btusb\", \"msg\": \"file not present\"}\nok: [localhost] => (item=^echo \"0000 0000\") => {\"changed\": false, \"item\": \"^echo \\\"0000 0000\\\"\", \"msg\": \"file not present\"}\n\nmsg: All items completed\n\nTASK [common : remove disk line from grub (accidentically placed there)] *******\nok: [localhost] => {\"changed\": false, \"msg\": \"file not present\"}\n\nmsg: file not present\n\nTASK [common : check if running in chroot (iso creation)] **********************\nok: [localhost] => {\"changed\": false, \"cmd\": \"if [ \\\"$(stat -c %d:%i /)\\\" != \\\"$(stat -c %d:%i /proc/1/root/.)\\\" ]; then\\n echo 'true'\\n else\\n echo 'false'\\n fi\", \"delta\": \"0:00:00.010578\", \"end\": \"2017-08-23 04:54:54.126729\", \"rc\": 0, \"start\": \"2017-08-23 04:54:54.116151\", \"stderr\": \"\", \"stderr_lines\": [], \"stdout\": \"true\", \"stdout_lines\": [\"true\"]}\n\ncmd: if [ \"$(stat -c %d:%i /)\" != \"$(stat -c %d:%i /proc/1/root/.)\" ]; then\n echo 'true'\n else\n echo 'false'\n fi\n\nstart: 2017-08-23 04:54:54.116151\n\nend: 2017-08-23 04:54:54.126729\n\ndelta: 0:00:00.010578\n\nstdout: true\n\nTASK [common : set chroot status as fact] **************************************\nok: [localhost] => {\"ansible_facts\": {\"chroot\": true}, \"changed\": false}\n\nTASK [common : create gpd config directory] ************************************\nchanged: [localhost] => {\"changed\": true, \"gid\": 0, \"group\": \"root\", \"mode\": \"0755\", \"owner\": \"root\", \"path\": \"/etc/gpd\", \"size\": 4096, \"state\": \"directory\", \"uid\": 0}\n\nTASK [common : install python-selinux] *****************************************\nskipping: [localhost] => {\"changed\": false, \"skip_reason\": \"Conditional result was False\", \"skipped\": true}\n\nTASK [common : install update script] ******************************************\nchanged: [localhost] => {\"changed\": true, \"checksum\": \"710473d0789cf69005f2c84725fb385c1e307655\", \"dest\": \"/usr/local/bin/gpd-update\", \"gid\": 0, \"group\": \"root\", \"md5sum\": \"9a7578c9ae084943c41437a160aa462b\", \"mode\": \"0755\", \"owner\": \"root\", \"size\": 812, \"src\": \"/root/.ansible/tmp/ansible-tmp-1503464094.5-279846228078025/source\", \"state\": \"file\", \"uid\": 0}\n\nTASK [audio : install essential packages (this may take a while)] **************\nskipping: [localhost] => (item=gstreamer-vaapi) => {\"changed\": false, \"item\": \"gstreamer-vaapi\", \"skip_reason\": \"Conditional result was False\", \"skipped\": true}\nskipping: [localhost] => (item=pulseaudio) => {\"changed\": false, \"item\": \"pulseaudio\", \"skip_reason\": \"Conditional result was False\", \"skipped\": true}\n\nTASK [audio : install essential packages (this may take a while)] **************\nchanged: [localhost] => (item=gstreamer1.0-vaapi) => {\"cache_update_time\": 1503464049, \"cache_updated\": false, \"changed\": true, \"item\": \"gstreamer1.0-vaapi\", \"stderr\": \"E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)\\n\", \"stderr_lines\": [\"E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)\"], \"stdout\": \"Reading package lists...\\nBuilding dependency tree...\\nReading state information...\\nThe following additional packages will be installed:\\n fontconfig-config gstreamer1.0-plugins-bad libass9 libfontconfig1\\n libgstreamer-plugins-bad1.0-0 libgstreamer-plugins-base1.0-0\\n libgstreamer1.0-0 libva-drm1 libva-wayland1 libva-x11-1 libva1 libvulkan1\\n libx265-130\\nSuggested packages:\\n frei0r-plugins gstreamer1.0-vaapi-doc libvisual-0.4-plugins\\n gstreamer1.0-tools\\nThe following NEW packages will be installed:\\n gstreamer1.0-vaapi libass9 libva-wayland1 libvulkan1 libx265-130\\nThe following packages will be upgraded:\\n fontconfig-config gstreamer1.0-plugins-bad libfontconfig1\\n libgstreamer-plugins-bad1.0-0 libgstreamer-plugins-base1.0-0\\n libgstreamer1.0-0 libva-drm1 libva-x11-1 libva1\\n9 upgraded, 5 newly installed, 0 to remove and 1247 not upgraded.\\nNeed to get 11.0 MB of archives.\\nAfter this operation, 13.5 MB of additional disk space will be used.\\nGet:1 http://archive-10.kali.org/kali kali-rolling/main amd64 fontconfig-config all 2.12.3-0.2 [304 kB]\\nGet:2 http://archive-11.kali.org/kali kali-rolling/main amd64 libgstreamer-plugins-base1.0-0 amd64 1.12.2-1 [1687 kB]\\nGet:3 http://archive-9.kali.org/kali kali-rolling/main amd64 gstreamer1.0-plugins-bad amd64 1.12.2-1+b1 [3094 kB]\\nGet:4 http://archive-11.kali.org/kali kali-rolling/main amd64 libgstreamer1.0-0 amd64 1.12.2-1 [2006 kB]\\nGet:5 http://archive-11.kali.org/kali kali-rolling/main amd64 libfontconfig1 amd64 2.12.3-0.2 [366 kB]\\nGet:7 http://archive-11.kali.org/kali kali-rolling/main amd64 libgstreamer-plugins-bad1.0-0 amd64 1.12.2-1+b1 [1947 kB]\\nGet:11 http://archive-10.kali.org/kali kali-rolling/main amd64 libva-drm1 amd64 1.8.3-1 [14.8 kB]\\nGet:8 http://archive-11.kali.org/kali kali-rolling/main amd64 libvulkan1 amd64 1.0.54.0+dfsg1-1 [83.2 kB]\\nGet:9 http://archive-11.kali.org/kali kali-rolling/main amd64 libx265-130 amd64 2.5-2 [1047 kB]\\nGet:10 http://archive-11.kali.org/kali kali-rolling/main amd64 libva-x11-1 amd64 1.8.3-1 [19.5 kB]\\nGet:14 http://archive-12.kali.org/kali kali-rolling/main amd64 gstreamer1.0-vaapi amd64 1.12.2-1+b1 [278 kB]\\nGet:6 http://archive-9.kali.org/kali kali-rolling/main amd64 libass9 amd64 1:0.13.7-2 [91.8 kB]\\nGet:12 http://archive-9.kali.org/kali kali-rolling/main amd64 libva1 amd64 1.8.3-1 [52.5 kB]\\nGet:13 http://archive-9.kali.org/kali kali-rolling/main amd64 libva-wayland1 amd64 1.8.3-1 [15.9 kB]\\napt-listchanges: Reading changelogs...\\napt-listchanges: News\\n---------------------\\n\\nfontconfig (2.12.3-0.2) unstable; urgency=medium\\n\\n Starting with version 2.12, fontconfig is using \\\"Slight\\\" (hintslight) as\\n automatic hinting style. This might change the rendering of the fonts.\\n\\n If you want the to restore the old hinting, run \\\"dpkg-reconfigure\\n fontconfig-config\\\" and select \\\"Full\\\" as hinting style.\\n\\n -- Laurent Bigonville <bigon@debian.org> Tue, 04 Jul 2017 21:10:57 +0200\\n\\napt-listchanges: Mailing root: apt-listchanges: news for kali\\nPreconfiguring packages ...\\nFetched 11.0 MB in 2s (4279 kB/s)\\n(Reading database ... 307374 files and directories currently installed.)\\nPreparing to unpack .../00-fontconfig-config_2.12.3-0.2_all.deb ...\\nUnpacking fontconfig-config (2.12.3-0.2) over (2.11.0-6.7) ...\\nPreparing to unpack .../01-libgstreamer-plugins-base1.0-0_1.12.2-1_amd64.deb ...\\nUnpacking libgstreamer-plugins-base1.0-0:amd64 (1.12.2-1) over (1.10.4-1) ...\\nPreparing to unpack .../02-gstreamer1.0-plugins-bad_1.12.2-1+b1_amd64.deb ...\\nUnpacking gstreamer1.0-plugins-bad:amd64 (1.12.2-1+b1) over (1.10.4-1) ...\\nPreparing to unpack .../03-libgstreamer1.0-0_1.12.2-1_amd64.deb ...\\nUnpacking libgstreamer1.0-0:amd64 (1.12.2-1) over (1.10.4-1) ...\\nPreparing to unpack .../04-libfontconfig1_2.12.3-0.2_amd64.deb ...\\nUnpacking libfontconfig1:amd64 (2.12.3-0.2) over (2.11.0-6.7+b1) ...\\nSelecting previously unselected package libass9:amd64.\\nPreparing to unpack .../05-libass9_1%3a0.13.7-2_amd64.deb ...\\nUnpacking libass9:amd64 (1:0.13.7-2) ...\\nPreparing to unpack .../06-libgstreamer-plugins-bad1.0-0_1.12.2-1+b1_amd64.deb ...\\nUnpacking libgstreamer-plugins-bad1.0-0:amd64 (1.12.2-1+b1) over (1.10.4-1) ...\\nSelecting previously unselected package libvulkan1:amd64.\\nPreparing to unpack .../07-libvulkan1_1.0.54.0+dfsg1-1_amd64.deb ...\\nUnpacking libvulkan1:amd64 (1.0.54.0+dfsg1-1) ...\\nSelecting previously unselected package libx265-130:amd64.\\nPreparing to unpack .../08-libx265-130_2.5-2_amd64.deb ...\\nUnpacking libx265-130:amd64 (2.5-2) ...\\nPreparing to unpack .../09-libva-x11-1_1.8.3-1_amd64.deb ...\\nUnpacking libva-x11-1:amd64 (1.8.3-1) over (1.7.3-2) ...\\nPreparing to unpack .../10-libva-drm1_1.8.3-1_amd64.deb ...\\nUnpacking libva-drm1:amd64 (1.8.3-1) over (1.7.3-2) ...\\nPreparing to unpack .../11-libva1_1.8.3-1_amd64.deb ...\\nUnpacking libva1:amd64 (1.8.3-1) over (1.7.3-2) ...\\nSelecting previously unselected package libva-wayland1:amd64.\\nPreparing to unpack .../12-libva-wayland1_1.8.3-1_amd64.deb ...\\nUnpacking libva-wayland1:amd64 (1.8.3-1) ...\\nSelecting previously unselected package gstreamer1.0-vaapi:amd64.\\nPreparing to unpack .../13-gstreamer1.0-vaapi_1.12.2-1+b1_amd64.deb ...\\nUnpacking gstreamer1.0-vaapi:amd64 (1.12.2-1+b1) ...\\nSetting up libvulkan1:amd64 (1.0.54.0+dfsg1-1) ...\\nSetting up fontconfig-config (2.12.3-0.2) ...\\nInstalling new version of config file /etc/fonts/fonts.conf ...\\nSetting up libgstreamer1.0-0:amd64 (1.12.2-1) ...\\nSetcap worked! gst-ptp-helper is not suid!\\nProcessing triggers for sgml-base (1.29) ...\\nSetting up libva1:amd64 (1.8.3-1) ...\\nProcessing triggers for libc-bin (2.24-9) ...\\nSetting up libx265-130:amd64 (2.5-2) ...\\nProcessing triggers for man-db (2.7.6.1-2) ...\\nSetting up libva-drm1:amd64 (1.8.3-1) ...\\nSetting up libva-x11-1:amd64 (1.8.3-1) ...\\nSetting up libgstreamer-plugins-base1.0-0:amd64 (1.12.2-1) ...\\nSetting up libfontconfig1:amd64 (2.12.3-0.2) ...\\nSetting up libva-wayland1:amd64 (1.8.3-1) ...\\nSetting up libass9:amd64 (1:0.13.7-2) ...\\nSetting up libgstreamer-plugins-bad1.0-0:amd64 (1.12.2-1+b1) ...\\nSetting up gstreamer1.0-vaapi:amd64 (1.12.2-1+b1) ...\\nSetting up gstreamer1.0-plugins-bad:amd64 (1.12.2-1+b1) ...\\nProcessing triggers for libc-bin (2.24-9) ...\\n\", \"stdout_lines\": [\"Reading package lists...\", \"Building dependency tree...\", \"Reading state information...\", \"The following additional packages will be installed:\", \" fontconfig-config gstreamer1.0-plugins-bad libass9 libfontconfig1\", \" libgstreamer-plugins-bad1.0-0 libgstreamer-plugins-base1.0-0\", \" libgstreamer1.0-0 libva-drm1 libva-wayland1 libva-x11-1 libva1 libvulkan1\", \" libx265-130\", \"Suggested packages:\", \" frei0r-plugins gstreamer1.0-vaapi-doc libvisual-0.4-plugins\", \" gstreamer1.0-tools\", \"The following NEW packages will be installed:\", \" gstreamer1.0-vaapi libass9 libva-wayland1 libvulkan1 libx265-130\", \"The following packages will be upgraded:\", \" fontconfig-config gstreamer1.0-plugins-bad libfontconfig1\", \" libgstreamer-plugins-bad1.0-0 libgstreamer-plugins-base1.0-0\", \" libgstreamer1.0-0 libva-drm1 libva-x11-1 libva1\", \"9 upgraded, 5 newly installed, 0 to remove and 1247 not upgraded.\", \"Need to get 11.0 MB of archives.\", \"After this operation, 13.5 MB of additional disk space will be used.\", \"Get:1 http://archive-10.kali.org/kali kali-rolling/main amd64 fontconfig-config all 2.12.3-0.2 [304 kB]\", \"Get:2 http://archive-11.kali.org/kali kali-rolling/main amd64 libgstreamer-plugins-base1.0-0 amd64 1.12.2-1 [1687 kB]\", \"Get:3 http://archive-9.kali.org/kali kali-rolling/main amd64 gstreamer1.0-plugins-bad amd64 1.12.2-1+b1 [3094 kB]\", \"Get:4 http://archive-11.kali.org/kali kali-rolling/main amd64 libgstreamer1.0-0 amd64 1.12.2-1 [2006 kB]\", \"Get:5 http://archive-11.kali.org/kali kali-rolling/main amd64 libfontconfig1 amd64 2.12.3-0.2 [366 kB]\", \"Get:7 http://archive-11.kali.org/kali kali-rolling/main amd64 libgstreamer-plugins-bad1.0-0 amd64 1.12.2-1+b1 [1947 kB]\", \"Get:11 http://archive-10.kali.org/kali kali-rolling/main amd64 libva-drm1 amd64 1.8.3-1 [14.8 kB]\", \"Get:8 http://archive-11.kali.org/kali kali-rolling/main amd64 libvulkan1 amd64 1.0.54.0+dfsg1-1 [83.2 kB]\", \"Get:9 http://archive-11.kali.org/kali kali-rolling/main amd64 libx265-130 amd64 2.5-2 [1047 kB]\", \"Get:10 http://archive-11.kali.org/kali kali-rolling/main amd64 libva-x11-1 amd64 1.8.3-1 [19.5 kB]\", \"Get:14 http://archive-12.kali.org/kali kali-rolling/main amd64 gstreamer1.0-vaapi amd64 1.12.2-1+b1 [278 kB]\", \"Get:6 http://archive-9.kali.org/kali kali-rolling/main amd64 libass9 amd64 1:0.13.7-2 [91.8 kB]\", \"Get:12 http://archive-9.kali.org/kali kali-rolling/main amd64 libva1 amd64 1.8.3-1 [52.5 kB]\", \"Get:13 http://archive-9.kali.org/kali kali-rolling/main amd64 libva-wayland1 amd64 1.8.3-1 [15.9 kB]\", \"apt-listchanges: Reading changelogs...\", \"apt-listchanges: News\", \"---------------------\", \"\", \"fontconfig (2.12.3-0.2) unstable; urgency=medium\", \"\", \" Starting with version 2.12, fontconfig is using \\\"Slight\\\" (hintslight) as\", \" automatic hinting style. This might change the rendering of the fonts.\", \"\", \" If you want the to restore the old hinting, run \\\"dpkg-reconfigure\", \" fontconfig-config\\\" and select \\\"Full\\\" as hinting style.\", \"\", \" -- Laurent Bigonville <bigon@debian.org> Tue, 04 Jul 2017 21:10:57 +0200\", \"\", \"apt-listchanges: Mailing root: apt-listchanges: news for kali\", \"Preconfiguring packages ...\", \"Fetched 11.0 MB in 2s (4279 kB/s)\", \"(Reading database ... 307374 files and directories currently installed.)\", \"Preparing to unpack .../00-fontconfig-config_2.12.3-0.2_all.deb ...\", \"Unpacking fontconfig-config (2.12.3-0.2) over (2.11.0-6.7) ...\", \"Preparing to unpack .../01-libgstreamer-plugins-base1.0-0_1.12.2-1_amd64.deb ...\", \"Unpacking libgstreamer-plugins-base1.0-0:amd64 (1.12.2-1) over (1.10.4-1) ...\", \"Preparing to unpack .../02-gstreamer1.0-plugins-bad_1.12.2-1+b1_amd64.deb ...\", \"Unpacking gstreamer1.0-plugins-bad:amd64 (1.12.2-1+b1) over (1.10.4-1) ...\", \"Preparing to unpack .../03-libgstreamer1.0-0_1.12.2-1_amd64.deb ...\", \"Unpacking libgstreamer1.0-0:amd64 (1.12.2-1) over (1.10.4-1) ...\", \"Preparing to unpack .../04-libfontconfig1_2.12.3-0.2_amd64.deb ...\", \"Unpacking libfontconfig1:amd64 (2.12.3-0.2) over (2.11.0-6.7+b1) ...\", \"Selecting previously unselected package libass9:amd64.\", \"Preparing to unpack .../05-libass9_1%3a0.13.7-2_amd64.deb ...\", \"Unpacking libass9:amd64 (1:0.13.7-2) ...\", \"Preparing to unpack .../06-libgstreamer-plugins-bad1.0-0_1.12.2-1+b1_amd64.deb ...\", \"Unpacking libgstreamer-plugins-bad1.0-0:amd64 (1.12.2-1+b1) over (1.10.4-1) ...\", \"Selecting previously unselected package libvulkan1:amd64.\", \"Preparing to unpack .../07-libvulkan1_1.0.54.0+dfsg1-1_amd64.deb ...\", \"Unpacking libvulkan1:amd64 (1.0.54.0+dfsg1-1) ...\", \"Selecting previously unselected package libx265-130:amd64.\", \"Preparing to unpack .../08-libx265-130_2.5-2_amd64.deb ...\", \"Unpacking libx265-130:amd64 (2.5-2) ...\", \"Preparing to unpack .../09-libva-x11-1_1.8.3-1_amd64.deb ...\", \"Unpacking libva-x11-1:amd64 (1.8.3-1) over (1.7.3-2) ...\", \"Preparing to unpack .../10-libva-drm1_1.8.3-1_amd64.deb ...\", \"Unpacking libva-drm1:amd64 (1.8.3-1) over (1.7.3-2) ...\", \"Preparing to unpack .../11-libva1_1.8.3-1_amd64.deb ...\", \"Unpacking libva1:amd64 (1.8.3-1) over (1.7.3-2) ...\", \"Selecting previously unselected package libva-wayland1:amd64.\", \"Preparing to unpack .../12-libva-wayland1_1.8.3-1_amd64.deb ...\", \"Unpacking libva-wayland1:amd64 (1.8.3-1) ...\", \"Selecting previously unselected package gstreamer1.0-vaapi:amd64.\", \"Preparing to unpack .../13-gstreamer1.0-vaapi_1.12.2-1+b1_amd64.deb ...\", \"Unpacking gstreamer1.0-vaapi:amd64 (1.12.2-1+b1) ...\", \"Setting up libvulkan1:amd64 (1.0.54.0+dfsg1-1) ...\", \"Setting up fontconfig-config (2.12.3-0.2) ...\", \"Installing new version of config file /etc/fonts/fonts.conf ...\", \"Setting up libgstreamer1.0-0:amd64 (1.12.2-1) ...\", \"Setcap worked! gst-ptp-helper is not suid!\", \"Processing triggers for sgml-base (1.29) ...\", \"Setting up libva1:amd64 (1.8.3-1) ...\", \"Processing triggers for libc-bin (2.24-9) ...\", \"Setting up libx265-130:amd64 (2.5-2) ...\", \"Processing triggers for man-db (2.7.6.1-2) ...\", \"Setting up libva-drm1:amd64 (1.8.3-1) ...\", \"Setting up libva-x11-1:amd64 (1.8.3-1) ...\", \"Setting up libgstreamer-plugins-base1.0-0:amd64 (1.12.2-1) ...\", \"Setting up libfontconfig1:amd64 (2.12.3-0.2) ...\", \"Setting up libva-wayland1:amd64 (1.8.3-1) ...\", \"Setting up libass9:amd64 (1:0.13.7-2) ...\", \"Setting up libgstreamer-plugins-bad1.0-0:amd64 (1.12.2-1+b1) ...\", \"Setting up gstreamer1.0-vaapi:amd64 (1.12.2-1+b1) ...\", \"Setting up gstreamer1.0-plugins-bad:amd64 (1.12.2-1+b1) ...\", \"Processing triggers for libc-bin (2.24-9) ...\"]}\nok: [localhost] => (item=pulseaudio) => {\"cache_update_time\": 1503464049, \"cache_updated\": false, \"changed\": false, \"item\": \"pulseaudio\"}\n\nmsg: All items completed\n\nTASK [audio : install essential packages (this may take a while)] **************\nskipping: [localhost] => (item=gstreamer1-vaapi) => {\"changed\": false, \"item\": \"gstreamer1-vaapi\", \"skip_reason\": \"Conditional result was False\", \"skipped\": true}\nskipping: [localhost] => (item=pulseaudio) => {\"changed\": false, \"item\": \"pulseaudio\", \"skip_reason\": \"Conditional result was False\", \"skipped\": true}\n\nTASK [audio : set USE flags for packages] **************************************\nskipping: [localhost] => (item={u'flags': u'aac alsa cdda flac mp3 mpeg ogg pulseaudio vaapi', u'package': u'media-plugins/gst-plugins-meta'}) => {\"changed\": false, \"item\": {\"flags\": \"aac alsa cdda flac mp3 mpeg ogg pulseaudio vaapi\", \"package\": \"media-plugins/gst-plugins-meta\"}, \"skip_reason\": \"Conditional result was False\", \"skipped\": true}\nskipping: [localhost] => (item={u'flags': u'alsa alsa-plugin bluetooth dbus systemd udev', u'package': u'media-sound/pulseaudio'}) => {\"changed\": false, \"item\": {\"flags\": \"alsa alsa-plugin bluetooth dbus systemd udev\", \"package\": \"media-sound/pulseaudio\"}, \"skip_reason\": \"Conditional result was False\", \"skipped\": true}\n\nTASK [audio : install essential packages (this may take a while)] **************\nskipping: [localhost] => (item=media-plugins/gst-plugins-meta) => {\"changed\": false, \"item\": \"media-plugins/gst-plugins-meta\", \"skip_reason\": \"Conditional result was False\", \"skipped\": true}\nskipping: [localhost] => (item=media-sound/pulseaudio) => {\"changed\": false, \"item\": \"media-sound/pulseaudio\", \"skip_reason\": \"Conditional result was False\", \"skipped\": true}\n\nTASK [audio : install essential packages (this may take a while)] **************\nskipping: [localhost] => (item=gstreamer-vaapi) => {\"changed\": false, \"item\": \"gstreamer-vaapi\", \"skip_reason\": \"Conditional result was False\", \"skipped\": true}\nskipping: [localhost] => (item=pulseaudio) => {\"changed\": false, \"item\": \"pulseaudio\", \"skip_reason\": \"Conditional result was False\", \"skipped\": true}\n\nTASK [audio : create chtrt5645 directory] **************************************\nok: [localhost] => {\"changed\": false, \"gid\": 0, \"group\": \"root\", \"mode\": \"0755\", \"owner\": \"root\", \"path\": \"/usr/share/alsa/ucm/chtrt5645\", \"size\": 4096, \"state\": \"directory\", \"uid\": 0}\n\nTASK [audio : copy audio config files to device] *******************************\nchanged: [localhost] => (item=files/chtrt5645.conf) => {\"changed\": true, \"checksum\": \"91b71d5caaa1bde928301cf6b74b791f99f8d196\", \"dest\": \"/usr/share/alsa/ucm/chtrt5645/chtrt5645.conf\", \"gid\": 0, \"group\": \"root\", \"item\": \"files/chtrt5645.conf\", \"md5sum\": \"37fab45e66e27527ab192072971d7b38\", \"mode\": \"0644\", \"owner\": \"root\", \"size\": 95, \"src\": \"/root/.ansible/tmp/ansible-tmp-1503464135.81-86572318161725/source\", \"state\": \"file\", \"uid\": 0}\n\nmsg: All items completed\nchanged: [localhost] => (item=files/HiFi.conf) => {\"changed\": true, \"checksum\": \"3ed947d631eff290c9665e8c18bf87c46bfef180\", \"dest\": \"/usr/share/alsa/ucm/chtrt5645/HiFi.conf\", \"gid\": 0, \"group\": \"root\", \"item\": \"files/HiFi.conf\", \"md5sum\": \"2dd69bcd43453a65c4bfd07a260f814a\", \"mode\": \"0644\", \"owner\": \"root\", \"size\": 11072, \"src\": \"/root/.ansible/tmp/ansible-tmp-1503464136.09-131987984755397/source\", \"state\": \"file\", \"uid\": 0}\n\nTASK [audio : set default sink and source in pulseaudio] ***********************\nchanged: [localhost] => (item={u'value': u'alsa_card.platform-cht-bsw-rt5645 HiFi', u'key': u'set-card-profile'}) => {\"backup\": \"\", \"changed\": true, \"item\": {\"key\": \"set-card-profile\", \"value\": \"alsa_card.platform-cht-bsw-rt5645 HiFi\"}, \"msg\": \"line added\"}\nchanged: [localhost] => (item={u'value': u'alsa_output.platform-cht-bsw-rt5645.HiFi__hw_chtrt5645__sink', u'key': u'set-default-sink'}) => {\"backup\": \"\", \"changed\": true, \"item\": {\"key\": \"set-default-sink\", \"value\": \"alsa_output.platform-cht-bsw-rt5645.HiFi__hw_chtrt5645__sink\"}, \"msg\": \"line added\"}\nchanged: [localhost] => (item={u'value': u'alsa_output.platform-cht-bsw-rt5645.HiFi__hw_chtrt5645__sink [Out] Speaker', u'key': u'set-sink-port'}) => {\"backup\": \"\", \"changed\": true, \"item\": {\"key\": \"set-sink-port\", \"value\": \"alsa_output.platform-cht-bsw-rt5645.HiFi__hw_chtrt5645__sink [Out] Speaker\"}, \"msg\": \"line added\"}\n\nmsg: All items completed\n\nTASK [audio : disable pulse realtime scheduling] *******************************\nchanged: [localhost] => {\"backup\": \"\", \"changed\": true, \"msg\": \"line added\"}\n\nmsg: line added\n\nTASK [audio : remove old realtime scheduling line (if present)] ****************\nok: [localhost] => {\"backup\": \"\", \"changed\": false, \"found\": 0, \"msg\": \"\"}\n\nTASK [boot : install bootstrap kernel (/boot)] *********************************\nchanged: [localhost] => {\"changed\": true, \"dest\": \"/\", \"extract_results\": {\"cmd\": [\"/bin/tar\", \"--extract\", \"-C\", \"/\", \"-f\", \"/root/.ansible/tmp/ansible-tmp-1503464136.98-116486925081543/source\"], \"err\": \"\", \"out\": \"\", \"rc\": 0}, \"gid\": 0, \"group\": \"root\", \"handler\": \"TarArchive\", \"mode\": \"0755\", \"owner\": \"root\", \"size\": 4096, \"src\": \"/root/.ansible/tmp/ansible-tmp-1503464136.98-116486925081543/source\", \"state\": \"directory\", \"uid\": 0}\n\nTASK [boot : check if distro uses /lib or /usr/lib] ****************************\nok: [localhost] => {\"changed\": false, \"stat\": {\"atime\": 1503464082.984, \"attr_flags\": \"e\", \"attributes\": [\"extents\"], \"block_size\": 4096, \"blocks\": 8, \"charset\": \"binary\", \"ctime\": 1503463739.904, \"dev\": 2049, \"device_type\": 0, \"executable\": true, \"exists\": true, \"gid\": 0, \"gr_name\": \"root\", \"inode\": 1180958, \"isblk\": false, \"ischr\": false, \"isdir\": true, \"isfifo\": false, \"isgid\": false, \"islnk\": false, \"isreg\": false, \"issock\": false, \"isuid\": false, \"mimetype\": \"inode/directory\", \"mode\": \"0755\", \"mtime\": 1492307375.0, \"nlink\": 17, \"path\": \"/lib\", \"pw_name\": \"root\", \"readable\": true, \"rgrp\": true, \"roth\": true, \"rusr\": true, \"size\": 4096, \"uid\": 0, \"version\": \"1864541934\", \"wgrp\": false, \"woth\": false, \"writeable\": true, \"wusr\": true, \"xgrp\": true, \"xoth\": true, \"xusr\": true}}\n\nTASK [boot : install bootstrap kernel (/lib)] **********************************\nchanged: [localhost] => {\"changed\": true, \"dest\": \"/\", \"extract_results\": {\"cmd\": [\"/bin/tar\", \"--extract\", \"-C\", \"/\", \"-f\", \"/root/.ansible/tmp/ansible-tmp-1503464140.53-28655107847815/source\"], \"err\": \"\", \"out\": \"\", \"rc\": 0}, \"gid\": 0, \"group\": \"root\", \"handler\": \"TarArchive\", \"mode\": \"0755\", \"owner\": \"root\", \"size\": 4096, \"src\": \"/root/.ansible/tmp/ansible-tmp-1503464140.53-28655107847815/source\", \"state\": \"directory\", \"uid\": 0}\n\nTASK [boot : install bootstrap kernel (/usr/lib)] ******************************\nskipping: [localhost] => {\"changed\": false, \"skip_reason\": \"Conditional result was False\", \"skipped\": true}\n\nTASK [boot : fetch latest jwrdegoede kernel sources (this may take a while)] ***\nskipping: [localhost] => {\"changed\": false, \"skip_reason\": \"Conditional result was False\", \"skipped\": true}\n\nTASK [boot : build new kernel (this may take a while)] *************************\nskipping: [localhost] => {\"changed\": false, \"skip_reason\": \"Conditional result was False\", \"skipped\": true}\n\nTASK [boot : remove old kernel versions] ***************************************\nskipping: [localhost] => (item=/boot/vmlinuz-4.13.0-rc0-bootstrap) => {\"changed\": false, \"item\": \"/boot/vmlinuz-4.13.0-rc0-bootstrap\", \"skip_reason\": \"Conditional result was False\", \"skipped\": true}\nskipping: [localhost] => (item=/boot/System.map-4.13.0-rc0-bootstrap) => {\"changed\": false, \"item\": \"/boot/System.map-4.13.0-rc0-bootstrap\", \"skip_reason\": \"Conditional result was False\", \"skipped\": true}\nskipping: [localhost] => (item=/boot/config-4.13.0-rc0-bootstrap) => {\"changed\": false, \"item\": \"/boot/config-4.13.0-rc0-bootstrap\", \"skip_reason\": \"Conditional result was False\", \"skipped\": true}\n\nTASK [boot : install kernel modules (this may take a while)] *******************\nskipping: [localhost] => {\"changed\": false, \"skip_reason\": \"Conditional result was False\", \"skipped\": true}\n\nTASK [boot : install new kernel] ***********************************************\nskipping: [localhost] => {\"changed\": false, \"skip_reason\": \"Conditional result was False\", \"skipped\": true}\n\nTASK [boot : clean up kernel build directory] **********************************\nskipping: [localhost] => {\"changed\": false, \"skip_reason\": \"Conditional result was False\", \"skipped\": true}\n\nTASK [boot : install essential packages (this may take a while)] ***************\nskipping: [localhost] => (item=[]) => {\"changed\": false, \"item\": [], \"skip_reason\": \"Conditional result was False\", \"skipped\": true}\n\nTASK [boot : remove unused kernels] ********************************************\nskipping: [localhost] => (item=[]) => {\"changed\": false, \"item\": [], \"skip_reason\": \"Conditional result was False\", \"skipped\": true}\n\nTASK [boot : set initrd modules] ***********************************************\nskipping: [localhost] => {\"changed\": false, \"skip_reason\": \"Conditional result was False\", \"skipped\": true}\n\nTASK [boot : set HOOKS for chrooted system (iso creation = yes)] ***************\nskipping: [localhost] => {\"changed\": false, \"skip_reason\": \"Conditional result was False\", \"skipped\": true}\n\nTASK [boot : set HOOKS for running system (iso creation = no)] *****************\nskipping: [localhost] => {\"changed\": false, \"skip_reason\": \"Conditional result was False\", \"skipped\": true}\n\nTASK [boot : setup boot environment for iso (iso creation = yes)] **************\nchanged: [localhost] => (item={u'state': u'present', u'name': u'debian-installer-launcher'}) => {\"cache_update_time\": 1503464049, \"cache_updated\": false, \"changed\": true, \"item\": {\"name\": \"debian-installer-launcher\", \"state\": \"present\"}, \"stderr\": \"E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)\\n\", \"stderr_lines\": [\"E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)\"], \"stdout\": \"Reading package lists...\\nBuilding dependency tree...\\nReading state information...\\nSuggested packages:\\n kexec-tools\\nThe following NEW packages will be installed:\\n debian-installer-launcher\\n0 upgraded, 1 newly installed, 0 to remove and 1247 not upgraded.\\nNeed to get 27.0 kB of archives.\\nAfter this operation, 85.0 kB of additional disk space will be used.\\nGet:1 http://archive-10.kali.org/kali kali-rolling/main amd64 debian-installer-launcher all 27 [27.0 kB]\\nPreconfiguring packages ...\\nFetched 27.0 kB in 0s (53.4 kB/s)\\nSelecting previously unselected package debian-installer-launcher.\\n(Reading database ... 307418 files and directories currently installed.)\\nPreparing to unpack .../debian-installer-launcher_27_all.deb ...\\nUnpacking debian-installer-launcher (27) ...\\nProcessing triggers for mime-support (3.60) ...\\nProcessing triggers for desktop-file-utils (0.23-1) ...\\nProcessing triggers for menu (2.1.47+b1) ...\\nProcessing triggers for man-db (2.7.6.1-2) ...\\nSetting up debian-installer-launcher (27) ...\\nProcessing triggers for gnome-menus (3.13.3-9) ...\\nProcessing triggers for menu (2.1.47+b1) ...\\n\", \"stdout_lines\": [\"Reading package lists...\", \"Building dependency tree...\", \"Reading state information...\", \"Suggested packages:\", \" kexec-tools\", \"The following NEW packages will be installed:\", \" debian-installer-launcher\", \"0 upgraded, 1 newly installed, 0 to remove and 1247 not upgraded.\", \"Need to get 27.0 kB of archives.\", \"After this operation, 85.0 kB of additional disk space will be used.\", \"Get:1 http://archive-10.kali.org/kali kali-rolling/main amd64 debian-installer-launcher all 27 [27.0 kB]\", \"Preconfiguring packages ...\", \"Fetched 27.0 kB in 0s (53.4 kB/s)\", \"Selecting previously unselected package debian-installer-launcher.\", \"(Reading database ... 307418 files and directories currently installed.)\", \"Preparing to unpack .../debian-installer-launcher_27_all.deb ...\", \"Unpacking debian-installer-launcher (27) ...\", \"Processing triggers for mime-support (3.60) ...\", \"Processing triggers for desktop-file-utils (0.23-1) ...\", \"Processing triggers for menu (2.1.47+b1) ...\", \"Processing triggers for man-db (2.7.6.1-2) ...\", \"Setting up debian-installer-launcher (27) ...\", \"Processing triggers for gnome-menus (3.13.3-9) ...\", \"Processing triggers for menu (2.1.47+b1) ...\"]}\nok: [localhost] => (item={u'state': u'present', u'name': u'initramfs-tools'}) => {\"cache_update_time\": 1503464049, \"cache_updated\": false, \"changed\": false, \"item\": {\"name\": \"initramfs-tools\", \"state\": \"present\"}}\nok: [localhost] => (item={u'state': u'present', u'name': u'live-boot'}) => {\"cache_update_time\": 1503464049, \"cache_updated\": false, \"changed\": false, \"item\": {\"name\": \"live-boot\", \"state\": \"present\"}}\nok: [localhost] => (item={u'state': u'present', u'name': u'live-tools'}) => {\"cache_update_time\": 1503464049, \"cache_updated\": false, \"changed\": false, \"item\": {\"name\": \"live-tools\", \"state\": \"present\"}}\n\nmsg: All items completed\nchanged: [localhost] => (item={u'state': u'absent', u'name': u'intel-microcode'}) => {\"changed\": true, \"item\": {\"name\": \"intel-microcode\", \"state\": \"absent\"}, \"stderr\": \"E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)\\nWARNING: Setting CRYPTSETUP in /etc/initramfs-tools/initramfs.conf is deprecated and will stop working in the future. Use /etc/cryptsetup-initramfs/conf-hook instead.\\ncryptsetup: WARNING: could not determine root device from /etc/fstab\\n\", \"stderr_lines\": [\"E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)\", \"WARNING: Setting CRYPTSETUP in /etc/initramfs-tools/initramfs.conf is deprecated and will stop working in the future. Use /etc/cryptsetup-initramfs/conf-hook instead.\", \"cryptsetup: WARNING: could not determine root device from /etc/fstab\"], \"stdout\": \"Reading package lists...\\nBuilding dependency tree...\\nReading state information...\\nThe following package was automatically installed and is no longer required:\\n iucode-tool\\nUse 'apt autoremove' to remove it.\\nThe following packages will be REMOVED:\\n intel-microcode\\n0 upgraded, 0 newly installed, 1 to remove and 1246 not upgraded.\\nAfter this operation, 880 kB disk space will be freed.\\n(Reading database ... 307438 files and directories currently installed.)\\nRemoving intel-microcode (3.20161104.1) ...\\nupdate-initramfs: deferring update (trigger activated)\\nProcessing triggers for initramfs-tools (0.128) ...\\nupdate-initramfs: Generating /boot/initrd.img-4.9.0-kali3-amd64\\nlive-boot: core filesystems devices utils udev wget blockdev ftpfs dns.\\n\", \"stdout_lines\": [\"Reading package lists...\", \"Building dependency tree...\", \"Reading state information...\", \"The following package was automatically installed and is no longer required:\", \" iucode-tool\", \"Use 'apt autoremove' to remove it.\", \"The following packages will be REMOVED:\", \" intel-microcode\", \"0 upgraded, 0 newly installed, 1 to remove and 1246 not upgraded.\", \"After this operation, 880 kB disk space will be freed.\", \"(Reading database ... 307438 files and directories currently installed.)\", \"Removing intel-microcode (3.20161104.1) ...\", \"update-initramfs: deferring update (trigger activated)\", \"Processing triggers for initramfs-tools (0.128) ...\", \"update-initramfs: Generating /boot/initrd.img-4.9.0-kali3-amd64\", \"live-boot: core filesystems devices utils udev wget blockdev ftpfs dns.\"]}\n\nTASK [boot : setup boot environment for system (iso creation = no)] ************\nskipping: [localhost] => (item={u'state': u'absent', u'name': u'debian-installer-launcher'}) => {\"changed\": false, \"item\": {\"name\": \"debian-installer-launcher\", \"state\": \"absent\"}, \"skip_reason\": \"Conditional result was False\", \"skipped\": true}\nskipping: [localhost] => (item={u'state': u'absent', u'name': u'live-boot'}) => {\"changed\": false, \"item\": {\"name\": \"live-boot\", \"state\": \"absent\"}, \"skip_reason\": \"Conditional result was False\", \"skipped\": true}\nskipping: [localhost] => (item={u'state': u'absent', u'name': u'live-tools'}) => {\"changed\": false, \"item\": {\"name\": \"live-tools\", \"state\": \"absent\"}, \"skip_reason\": \"Conditional result was False\", \"skipped\": true}\nskipping: [localhost] => (item={u'state': u'present', u'name': u'initramfs-tools'}) => {\"changed\": false, \"item\": {\"name\": \"initramfs-tools\", \"state\": \"present\"}, \"skip_reason\": \"Conditional result was False\", \"skipped\": true}\nskipping: [localhost] => (item={u'state': u'present', u'name': u'intel-microcode'}) => {\"changed\": false, \"item\": {\"name\": \"intel-microcode\", \"state\": \"present\"}, \"skip_reason\": \"Conditional result was False\", \"skipped\": true}\n\nTASK [boot : install essential packages (this may take a while)] ***************\nchanged: [localhost] => (item=[u'build-essential', u'libelf-dev', u'libncurses5-dev', u'libssl-dev', u'unionfs-fuse']) => {\"cache_update_time\": 1503464049, \"cache_updated\": false, \"changed\": true, \"item\": [\"build-essential\", \"libelf-dev\", \"libncurses5-dev\", \"libssl-dev\", \"unionfs-fuse\"], \"stderr\": \"E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)\\n\", \"stderr_lines\": [\"E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)\"], \"stdout\": \"Reading package lists...\\nBuilding dependency tree...\\nReading state information...\\nThe following package was automatically installed and is no longer required:\\n iucode-tool\\nUse 'apt autoremove' to remove it.\\nThe following additional packages will be installed:\\n libdw1 libelf1 libncurses5 libncursesw5 libssl-doc libssl1.1 libtinfo-dev\\n libtinfo5\\nSuggested packages:\\n ncurses-doc\\nThe following NEW packages will be installed:\\n libelf-dev libncurses5-dev libssl-dev libssl-doc unionfs-fuse\\nThe following packages will be upgraded:\\n libdw1 libelf1 libncurses5 libncursesw5 libssl1.1 libtinfo-dev libtinfo5\\n7 upgraded, 5 newly installed, 0 to remove and 1239 not upgraded.\\nNeed to get 5638 kB of archives.\\nAfter this operation, 13.2 MB of additional disk space will be used.\\nGet:1 http://archive-9.kali.org/kali kali-rolling/main amd64 libncurses5 amd64 6.0+20170715-2 [93.8 kB]\\nGet:2 http://archive-11.kali.org/kali kali-rolling/main amd64 libtinfo-dev amd64 6.0+20170715-2 [80.5 kB]\\nGet:3 http://archive-12.kali.org/kali kali-rolling/main amd64 libtinfo5 amd64 6.0+20170715-2 [308 kB]\\nGet:5 http://archive-10.kali.org/kali kali-rolling/main amd64 libssl1.1 amd64 1.1.0f-4 [1349 kB]\\nGet:7 http://archive-9.kali.org/kali kali-rolling/main amd64 libelf1 amd64 0.168-1 [157 kB]\\nGet:4 http://archive-12.kali.org/kali kali-rolling/main amd64 libncursesw5 amd64 6.0+20170715-2 [116 kB]\\nGet:9 http://archive-11.kali.org/kali kali-rolling/main amd64 libncurses5-dev amd64 6.0+20170715-2 [176 kB]\\nGet:6 http://archive-12.kali.org/kali kali-rolling/main amd64 libdw1 amd64 0.168-1 [205 kB]\\nGet:11 http://archive-12.kali.org/kali kali-rolling/main amd64 libssl-doc all 1.1.0f-4 [1458 kB]\\nGet:10 http://archive-11.kali.org/kali kali-rolling/main amd64 libssl-dev amd64 1.1.0f-4 [1580 kB]\\nGet:12 http://archive-9.kali.org/kali kali-rolling/main amd64 unionfs-fuse amd64 1.0-1+b1 [48.7 kB]\\nGet:8 http://archive-10.kali.org/kali kali-rolling/main amd64 libelf-dev amd64 0.168-1 [67.3 kB]\\napt-listchanges: Reading changelogs...\\nPreconfiguring packages ...\\nFetched 5638 kB in 2s (1901 kB/s)\\n(Reading database ... 307379 files and directories currently installed.)\\nPreparing to unpack .../libncurses5_6.0+20170715-2_amd64.deb ...\\nUnpacking libncurses5:amd64 (6.0+20170715-2) over (6.0+20161126-1) ...\\nPreparing to unpack .../libtinfo-dev_6.0+20170715-2_amd64.deb ...\\nUnpacking libtinfo-dev:amd64 (6.0+20170715-2) over (6.0+20161126-1) ...\\nPreparing to unpack .../libtinfo5_6.0+20170715-2_amd64.deb ...\\nUnpacking libtinfo5:amd64 (6.0+20170715-2) over (6.0+20161126-1) ...\\nSetting up libtinfo5:amd64 (6.0+20170715-2) ...\\n(Reading database ... 307379 files and directories currently installed.)\\nPreparing to unpack .../libncursesw5_6.0+20170715-2_amd64.deb ...\\nUnpacking libncursesw5:amd64 (6.0+20170715-2) over (6.0+20161126-1) ...\\nSetting up libncursesw5:amd64 (6.0+20170715-2) ...\\n(Reading database ... 307379 files and directories currently installed.)\\nPreparing to unpack .../0-libssl1.1_1.1.0f-4_amd64.deb ...\\nUnpacking libssl1.1:amd64 (1.1.0f-4) over (1.1.0e-1) ...\\nPreparing to unpack .../1-libdw1_0.168-1_amd64.deb ...\\nUnpacking libdw1:amd64 (0.168-1) over (0.168-0.2) ...\\nPreparing to unpack .../2-libelf1_0.168-1_amd64.deb ...\\nUnpacking libelf1:amd64 (0.168-1) over (0.168-0.2) ...\\nSelecting previously unselected package libelf-dev:amd64.\\nPreparing to unpack .../3-libelf-dev_0.168-1_amd64.deb ...\\nUnpacking libelf-dev:amd64 (0.168-1) ...\\nSelecting previously unselected package libncurses5-dev:amd64.\\nPreparing to unpack .../4-libncurses5-dev_6.0+20170715-2_amd64.deb ...\\nUnpacking libncurses5-dev:amd64 (6.0+20170715-2) ...\\nSelecting previously unselected package libssl-dev:amd64.\\nPreparing to unpack .../5-libssl-dev_1.1.0f-4_amd64.deb ...\\nUnpacking libssl-dev:amd64 (1.1.0f-4) ...\\nSelecting previously unselected package libssl-doc.\\nPreparing to unpack .../6-libssl-doc_1.1.0f-4_all.deb ...\\nUnpacking libssl-doc (1.1.0f-4) ...\\nSelecting previously unselected package unionfs-fuse.\\nPreparing to unpack .../7-unionfs-fuse_1.0-1+b1_amd64.deb ...\\nUnpacking unionfs-fuse (1.0-1+b1) ...\\nSetting up libncurses5:amd64 (6.0+20170715-2) ...\\nSetting up unionfs-fuse (1.0-1+b1) ...\\nSetting up libelf1:amd64 (0.168-1) ...\\nSetting up libtinfo-dev:amd64 (6.0+20170715-2) ...\\nSetting up libelf-dev:amd64 (0.168-1) ...\\nSetting up libncurses5-dev:amd64 (6.0+20170715-2) ...\\nProcessing triggers for libc-bin (2.24-9) ...\\nSetting up libssl1.1:amd64 (1.1.0f-4) ...\\nProcessing triggers for man-db (2.7.6.1-2) ...\\nSetting up libssl-doc (1.1.0f-4) ...\\nSetting up libdw1:amd64 (0.168-1) ...\\nSetting up libssl-dev:amd64 (1.1.0f-4) ...\\nProcessing triggers for libc-bin (2.24-9) ...\\n\", \"stdout_lines\": [\"Reading package lists...\", \"Building dependency tree...\", \"Reading state information...\", \"The following package was automatically installed and is no longer required:\", \" iucode-tool\", \"Use 'apt autoremove' to remove it.\", \"The following additional packages will be installed:\", \" libdw1 libelf1 libncurses5 libncursesw5 libssl-doc libssl1.1 libtinfo-dev\", \" libtinfo5\", \"Suggested packages:\", \" ncurses-doc\", \"The following NEW packages will be installed:\", \" libelf-dev libncurses5-dev libssl-dev libssl-doc unionfs-fuse\", \"The following packages will be upgraded:\", \" libdw1 libelf1 libncurses5 libncursesw5 libssl1.1 libtinfo-dev libtinfo5\", \"7 upgraded, 5 newly installed, 0 to remove and 1239 not upgraded.\", \"Need to get 5638 kB of archives.\", \"After this operation, 13.2 MB of additional disk space will be used.\", \"Get:1 http://archive-9.kali.org/kali kali-rolling/main amd64 libncurses5 amd64 6.0+20170715-2 [93.8 kB]\", \"Get:2 http://archive-11.kali.org/kali kali-rolling/main amd64 libtinfo-dev amd64 6.0+20170715-2 [80.5 kB]\", \"Get:3 http://archive-12.kali.org/kali kali-rolling/main amd64 libtinfo5 amd64 6.0+20170715-2 [308 kB]\", \"Get:5 http://archive-10.kali.org/kali kali-rolling/main amd64 libssl1.1 amd64 1.1.0f-4 [1349 kB]\", \"Get:7 http://archive-9.kali.org/kali kali-rolling/main amd64 libelf1 amd64 0.168-1 [157 kB]\", \"Get:4 http://archive-12.kali.org/kali kali-rolling/main amd64 libncursesw5 amd64 6.0+20170715-2 [116 kB]\", \"Get:9 http://archive-11.kali.org/kali kali-rolling/main amd64 libncurses5-dev amd64 6.0+20170715-2 [176 kB]\", \"Get:6 http://archive-12.kali.org/kali kali-rolling/main amd64 libdw1 amd64 0.168-1 [205 kB]\", \"Get:11 http://archive-12.kali.org/kali kali-rolling/main amd64 libssl-doc all 1.1.0f-4 [1458 kB]\", \"Get:10 http://archive-11.kali.org/kali kali-rolling/main amd64 libssl-dev amd64 1.1.0f-4 [1580 kB]\", \"Get:12 http://archive-9.kali.org/kali kali-rolling/main amd64 unionfs-fuse amd64 1.0-1+b1 [48.7 kB]\", \"Get:8 http://archive-10.kali.org/kali kali-rolling/main amd64 libelf-dev amd64 0.168-1 [67.3 kB]\", \"apt-listchanges: Reading changelogs...\", \"Preconfiguring packages ...\", \"Fetched 5638 kB in 2s (1901 kB/s)\", \"(Reading database ... 307379 files and directories currently installed.)\", \"Preparing to unpack .../libncurses5_6.0+20170715-2_amd64.deb ...\", \"Unpacking libncurses5:amd64 (6.0+20170715-2) over (6.0+20161126-1) ...\", \"Preparing to unpack .../libtinfo-dev_6.0+20170715-2_amd64.deb ...\", \"Unpacking libtinfo-dev:amd64 (6.0+20170715-2) over (6.0+20161126-1) ...\", \"Preparing to unpack .../libtinfo5_6.0+20170715-2_amd64.deb ...\", \"Unpacking libtinfo5:amd64 (6.0+20170715-2) over (6.0+20161126-1) ...\", \"Setting up libtinfo5:amd64 (6.0+20170715-2) ...\", \"(Reading database ... 307379 files and directories currently installed.)\", \"Preparing to unpack .../libncursesw5_6.0+20170715-2_amd64.deb ...\", \"Unpacking libncursesw5:amd64 (6.0+20170715-2) over (6.0+20161126-1) ...\", \"Setting up libncursesw5:amd64 (6.0+20170715-2) ...\", \"(Reading database ... 307379 files and directories currently installed.)\", \"Preparing to unpack .../0-libssl1.1_1.1.0f-4_amd64.deb ...\", \"Unpacking libssl1.1:amd64 (1.1.0f-4) over (1.1.0e-1) ...\", \"Preparing to unpack .../1-libdw1_0.168-1_amd64.deb ...\", \"Unpacking libdw1:amd64 (0.168-1) over (0.168-0.2) ...\", \"Preparing to unpack .../2-libelf1_0.168-1_amd64.deb ...\", \"Unpacking libelf1:amd64 (0.168-1) over (0.168-0.2) ...\", \"Selecting previously unselected package libelf-dev:amd64.\", \"Preparing to unpack .../3-libelf-dev_0.168-1_amd64.deb ...\", \"Unpacking libelf-dev:amd64 (0.168-1) ...\", \"Selecting previously unselected package libncurses5-dev:amd64.\", \"Preparing to unpack .../4-libncurses5-dev_6.0+20170715-2_amd64.deb ...\", \"Unpacking libncurses5-dev:amd64 (6.0+20170715-2) ...\", \"Selecting previously unselected package libssl-dev:amd64.\", \"Preparing to unpack .../5-libssl-dev_1.1.0f-4_amd64.deb ...\", \"Unpacking libssl-dev:amd64 (1.1.0f-4) ...\", \"Selecting previously unselected package libssl-doc.\", \"Preparing to unpack .../6-libssl-doc_1.1.0f-4_all.deb ...\", \"Unpacking libssl-doc (1.1.0f-4) ...\", \"Selecting previously unselected package unionfs-fuse.\", \"Preparing to unpack .../7-unionfs-fuse_1.0-1+b1_amd64.deb ...\", \"Unpacking unionfs-fuse (1.0-1+b1) ...\", \"Setting up libncurses5:amd64 (6.0+20170715-2) ...\", \"Setting up unionfs-fuse (1.0-1+b1) ...\", \"Setting up libelf1:amd64 (0.168-1) ...\", \"Setting up libtinfo-dev:amd64 (6.0+20170715-2) ...\", \"Setting up libelf-dev:amd64 (0.168-1) ...\", \"Setting up libncurses5-dev:amd64 (6.0+20170715-2) ...\", \"Processing triggers for libc-bin (2.24-9) ...\", \"Setting up libssl1.1:amd64 (1.1.0f-4) ...\", \"Processing triggers for man-db (2.7.6.1-2) ...\", \"Setting up libssl-doc (1.1.0f-4) ...\", \"Setting up libdw1:amd64 (0.168-1) ...\", \"Setting up libssl-dev:amd64 (1.1.0f-4) ...\", \"Processing triggers for libc-bin (2.24-9) ...\"]}\n\nmsg: All items completed\n\nTASK [boot : install ubuntu casper packages (iso creation = yes)] **************\nskipping: [localhost] => (item=[]) => {\"changed\": false, \"item\": [], \"skip_reason\": \"Conditional result was False\", \"skipped\": true}\n\nTASK [boot : remove ubuntu casper packages (iso creation = no)] ****************\nskipping: [localhost] => (item=[]) => {\"changed\": false, \"item\": [], \"skip_reason\": \"Conditional result was False\", \"skipped\": true}\n\nTASK [boot : remove unused kernels] ********************************************\nchanged: [localhost] => {\"changed\": true, \"failed\": false, \"failed_when_result\": false, \"stderr\": \"E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)\\n\", \"stderr_lines\": [\"E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)\"], \"stdout\": \"Reading package lists...\\nBuilding dependency tree...\\nReading state information...\\nThe following package was automatically installed and is no longer required:\\n iucode-tool\\nUse 'apt autoremove' to remove it.\\nThe following packages will be REMOVED:\\n linux-image-amd64\\n0 upgraded, 0 newly installed, 1 to remove and 1238 not upgraded.\\nAfter this operation, 16.4 kB disk space will be freed.\\n(Reading database ... 310707 files and directories currently installed.)\\nRemoving linux-image-amd64 (4.9+79+kali2) ...\\n\", \"stdout_lines\": [\"Reading package lists...\", \"Building dependency tree...\", \"Reading state information...\", \"The following package was automatically installed and is no longer required:\", \" iucode-tool\", \"Use 'apt autoremove' to remove it.\", \"The following packages will be REMOVED:\", \" linux-image-amd64\", \"0 upgraded, 0 newly installed, 1 to remove and 1238 not upgraded.\", \"After this operation, 16.4 kB disk space will be freed.\", \"(Reading database ... 310707 files and directories currently installed.)\", \"Removing linux-image-amd64 (4.9+79+kali2) ...\"]}\n\nstdout: Reading package lists...\nBuilding dependency tree...\nReading state information...\nThe following package was automatically installed and is no longer required:\n iucode-tool\nUse 'apt autoremove' to remove it.\nThe following packages will be REMOVED:\n linux-image-amd64\n0 upgraded, 0 newly installed, 1 to remove and 1238 not upgraded.\nAfter this operation, 16.4 kB disk space will be freed.\n(Reading database ... 310707 files and directories currently installed.)\nRemoving linux-image-amd64 (4.9+79+kali2) ...\n\n\nstderr: E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)\n\n\nTASK [boot : create loop module config] ****************************************\nchanged: [localhost] => {\"backup\": \"\", \"changed\": true, \"msg\": \"line added\"}\n\nmsg: line added\n\nTASK [boot : add modules to initramfs] *****************************************\nchanged: [localhost] => (item=btusb) => {\"backup\": \"\", \"changed\": true, \"item\": \"btusb\", \"msg\": \"line added\"}\nchanged: [localhost] => (item=loop) => {\"backup\": \"\", \"changed\": true, \"item\": \"loop\", \"msg\": \"line added\"}\nchanged: [localhost] => (item=overlay) => {\"backup\": \"\", \"changed\": true, \"item\": \"overlay\", \"msg\": \"line added\"}\nchanged: [localhost] => (item=pwm-lpss) => {\"backup\": \"\", \"changed\": true, \"item\": \"pwm-lpss\", \"msg\": \"line added\"}\nchanged: [localhost] => (item=pwm-lpss-platform) => {\"backup\": \"\", \"changed\": true, \"item\": \"pwm-lpss-platform\", \"msg\": \"line added\"}\nchanged: [localhost] => (item=squashfs) => {\"backup\": \"\", \"changed\": true, \"item\": \"squashfs\", \"msg\": \"line added\"}\n\nmsg: All items completed\n\nTASK [boot : install development packages (workaround until ansible 2.3.2 arrives)] ***\nskipping: [localhost] => {\"changed\": false, \"skip_reason\": \"Conditional result was False\", \"skipped\": true}\n\nTASK [boot : install essential packages (this may take a while)] ***************\nskipping: [localhost] => (item=bc) => {\"changed\": false, \"item\": \"bc\", \"skip_reason\": \"Conditional result was False\", \"skipped\": true}\nskipping: [localhost] => (item=dracut) => {\"changed\": false, \"item\": \"dracut\", \"skip_reason\": \"Conditional result was False\", \"skipped\": true}\nskipping: [localhost] => (item=efibootmgr) => {\"changed\": false, \"item\": \"efibootmgr\", \"skip_reason\": \"Conditional result was False\", \"skipped\": true}\nskipping: [localhost] => (item=elfutils-libelf-devel) => {\"changed\": false, \"item\": \"elfutils-libelf-devel\", \"skip_reason\": \"Conditional result was False\", \"skipped\": true}\nskipping: [localhost] => (item=grub2) => {\"changed\": false, \"item\": \"grub2\", \"skip_reason\": \"Conditional result was False\", \"skipped\": true}\nskipping: [localhost] => (item=openssl-libs) => {\"changed\": false, \"item\": \"openssl-libs\", \"skip_reason\": \"Conditional result was False\", \"skipped\": true}\nskipping: [localhost] => (item=os-prober) => {\"changed\": false, \"item\": \"os-prober\", \"skip_reason\": \"Conditional result was False\", \"skipped\": true}\n\nTASK [boot : remove unused kernels] ********************************************\nskipping: [localhost] => {\"changed\": false, \"skip_reason\": \"Conditional result was False\", \"skipped\": true}\n\nTASK [boot : add dmsquash-live to dracut config (iso creation = yes)] **********\nskipping: [localhost] => {\"changed\": false, \"skip_reason\": \"Conditional result was False\", \"skipped\": true}\n\nTASK [boot : remove dmsquash-live from dracut config (iso creation = no)] ******\nskipping: [localhost] => {\"changed\": false, \"skip_reason\": \"Conditional result was False\", \"skipped\": true}\n\nTASK [boot : add modules to initramfs] *****************************************\nskipping: [localhost] => (item=btusb) => {\"changed\": false, \"item\": \"btusb\", \"skip_reason\": \"Conditional result was False\", \"skipped\": true}\nskipping: [localhost] => (item=pwm-lpss) => {\"changed\": false, \"item\": \"pwm-lpss\", \"skip_reason\": \"Conditional result was False\", \"skipped\": true}\nskipping: [localhost] => (item=pwm-lpss-platform) => {\"changed\": false, \"item\": \"pwm-lpss-platform\", \"skip_reason\": \"Conditional result was False\", \"skipped\": true}\n\nTASK [boot : set USE flags for packages] ***************************************\nskipping: [localhost] => (item={u'flags': u'initramfs', u'package': u'sys-firmware/intel-microcode'}) => {\"changed\": false, \"item\": {\"flags\": \"initramfs\", \"package\": \"sys-firmware/intel-microcode\"}, \"skip_reason\": \"Conditional result was False\", \"skipped\": true}\n\nTASK [boot : install essential packages (this may take a while)] ***************\nskipping: [localhost] => (item=dev-libs/libelf) => {\"changed\": false, \"item\": \"dev-libs/libelf\", \"skip_reason\": \"Conditional result was False\", \"skipped\": true}\nskipping: [localhost] => (item=dev-libs/openssl) => {\"changed\": false, \"item\": \"dev-libs/openssl\", \"skip_reason\": \"Conditional result was False\", \"skipped\": true}\nskipping: [localhost] => (item=sys-firmware/intel-microcode) => {\"changed\": false, \"item\": \"sys-firmware/intel-microcode\", \"skip_reason\": \"Conditional result was False\", \"skipped\": true}\nskipping: [localhost] => (item=sys-kernel/dracut) => {\"changed\": false, \"item\": \"sys-kernel/dracut\", \"skip_reason\": \"Conditional result was False\", \"skipped\": true}\nskipping: [localhost] => (item=sys-libs/ncurses) => {\"changed\": false, \"item\": \"sys-libs/ncurses\", \"skip_reason\": \"Conditional result was False\", \"skipped\": true}\n\nTASK [boot : remove unused kernels] ********************************************\nskipping: [localhost] => {\"changed\": false, \"skip_reason\": \"Conditional result was False\", \"skipped\": true}\n\nTASK [boot : add dmsquash-live to dracut config (iso creation = yes)] **********\nskipping: [localhost] => {\"changed\": false, \"skip_reason\": \"Conditional result was False\", \"skipped\": true}\n\nTASK [boot : remove dmsquash-live from dracut config (iso creation = no)] ******\nskipping: [localhost] => {\"changed\": false, \"skip_reason\": \"Conditional result was False\", \"skipped\": true}\n\nTASK [boot : add modules to initramfs] *****************************************\nskipping: [localhost] => (item=btusb) => {\"changed\": false, \"item\": \"btusb\", \"skip_reason\": \"Conditional result was False\", \"skipped\": true}\nskipping: [localhost] => (item=pwm-lpss) => {\"changed\": false, \"item\": \"pwm-lpss\", \"skip_reason\": \"Conditional result was False\", \"skipped\": true}\nskipping: [localhost] => (item=pwm-lpss-platform) => {\"changed\": false, \"item\": \"pwm-lpss-platform\", \"skip_reason\": \"Conditional result was False\", \"skipped\": true}\n\nTASK [boot : determine path for swap] ******************************************\nok: [localhost] => {\"changed\": false, \"cmd\": \"swapon -s | tail -n1 | cut -f1 | xargs\", \"delta\": \"0:00:00.014380\", \"end\": \"2017-08-23 04:57:25.512452\", \"rc\": 0, \"start\": \"2017-08-23 04:57:25.498072\", \"stderr\": \"\", \"stderr_lines\": [], \"stdout\": \"/dev/sda5\", \"stdout_lines\": [\"/dev/sda5\"]}\n\ncmd: swapon -s | tail -n1 | cut -f1 | xargs\n\nstart: 2017-08-23 04:57:25.498072\n\nend: 2017-08-23 04:57:25.512452\n\ndelta: 0:00:00.014380\n\nstdout: /dev/sda5\n\nTASK [boot : set grub boot options] ********************************************\nchanged: [localhost] => (item={u'value': u'\"resume=/dev/sda5\"', u'key': u'GRUB_CMDLINE_LINUX_DEFAULT'}) => {\"backup\": \"\", \"changed\": true, \"item\": {\"key\": \"GRUB_CMDLINE_LINUX_DEFAULT\", \"value\": \"\\\"resume=/dev/sda5\\\"\"}, \"msg\": \"line added\"}\nchanged: [localhost] => (item={u'value': u'saved', u'key': u'GRUB_DEFAULT'}) => {\"backup\": \"\", \"changed\": true, \"item\": {\"key\": \"GRUB_DEFAULT\", \"value\": \"saved\"}, \"msg\": \"line added\"}\nchanged: [localhost] => (item={u'value': u'2', u'key': u'GRUB_TIMEOUT'}) => {\"backup\": \"\", \"changed\": true, \"item\": {\"key\": \"GRUB_TIMEOUT\", \"value\": \"2\"}, \"msg\": \"line added\"}\n\nmsg: All items completed\n\nTASK [power : install essential packages (this may take a while)] **************\nskipping: [localhost] => (item=i2c-tools) => {\"changed\": false, \"item\": \"i2c-tools\", \"skip_reason\": \"Conditional result was False\", \"skipped\": true}\nskipping: [localhost] => (item=thermald) => {\"changed\": false, \"item\": \"thermald\", \"skip_reason\": \"Conditional result was False\", \"skipped\": true}\nskipping: [localhost] => (item=tlp) => {\"changed\": false, \"item\": \"tlp\", \"skip_reason\": \"Conditional result was False\", \"skipped\": true}\n\nTASK [power : install essential packages (this may take a while)] **************\nchanged: [localhost] => (item=lm-sensors) => {\"cache_update_time\": 1503464049, \"cache_updated\": false, \"changed\": true, \"item\": \"lm-sensors\", \"stderr\": \"E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)\\nupdate-rc.d: We have no instructions for the lm-sensors init script.\\nupdate-rc.d: It looks like a non-network service, we enable it.\\n\", \"stderr_lines\": [\"E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)\", \"update-rc.d: We have no instructions for the lm-sensors init script.\", \"update-rc.d: It looks like a non-network service, we enable it.\"], \"stdout\": \"Reading package lists...\\nBuilding dependency tree...\\nReading state information...\\nThe following package was automatically installed and is no longer required:\\n iucode-tool\\nUse 'apt autoremove' to remove it.\\nSuggested packages:\\n fancontrol\\nThe following NEW packages will be installed:\\n lm-sensors\\n0 upgraded, 1 newly installed, 0 to remove and 1238 not upgraded.\\nNeed to get 112 kB of archives.\\nAfter this operation, 394 kB of additional disk space will be used.\\nGet:1 http://archive-12.kali.org/kali kali-rolling/main amd64 lm-sensors amd64 1:3.4.0-4 [112 kB]\\nFetched 112 kB in 0s (172 kB/s)\\nSelecting previously unselected package lm-sensors.\\n(Reading database ... 310701 files and directories currently installed.)\\nPreparing to unpack .../lm-sensors_1%3a3.4.0-4_amd64.deb ...\\nUnpacking lm-sensors (1:3.4.0-4) ...\\nSetting up lm-sensors (1:3.4.0-4) ...\\nProcessing triggers for systemd (232-22) ...\\nProcessing triggers for man-db (2.7.6.1-2) ...\\n\", \"stdout_lines\": [\"Reading package lists...\", \"Building dependency tree...\", \"Reading state information...\", \"The following package was automatically installed and is no longer required:\", \" iucode-tool\", \"Use 'apt autoremove' to remove it.\", \"Suggested packages:\", \" fancontrol\", \"The following NEW packages will be installed:\", \" lm-sensors\", \"0 upgraded, 1 newly installed, 0 to remove and 1238 not upgraded.\", \"Need to get 112 kB of archives.\", \"After this operation, 394 kB of additional disk space will be used.\", \"Get:1 http://archive-12.kali.org/kali kali-rolling/main amd64 lm-sensors amd64 1:3.4.0-4 [112 kB]\", \"Fetched 112 kB in 0s (172 kB/s)\", \"Selecting previously unselected package lm-sensors.\", \"(Reading database ... 310701 files and directories currently installed.)\", \"Preparing to unpack .../lm-sensors_1%3a3.4.0-4_amd64.deb ...\", \"Unpacking lm-sensors (1:3.4.0-4) ...\", \"Setting up lm-sensors (1:3.4.0-4) ...\", \"Processing triggers for systemd (232-22) ...\", \"Processing triggers for man-db (2.7.6.1-2) ...\"]}\nchanged: [localhost] => (item=thermald) => {\"cache_update_time\": 1503464049, \"cache_updated\": false, \"changed\": true, \"item\": \"thermald\", \"stderr\": \"E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)\\nupdate-rc.d: We have no instructions for the thermald init script.\\nupdate-rc.d: It looks like a non-network service, we enable it.\\nRunning in chroot, ignoring request.\\n\", \"stderr_lines\": [\"E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)\", \"update-rc.d: We have no instructions for the thermald init script.\", \"update-rc.d: It looks like a non-network service, we enable it.\", \"Running in chroot, ignoring request.\"], \"stdout\": \"Reading package lists...\\nBuilding dependency tree...\\nReading state information...\\nThe following package was automatically installed and is no longer required:\\n iucode-tool\\nUse 'apt autoremove' to remove it.\\nThe following NEW packages will be installed:\\n thermald\\n0 upgraded, 1 newly installed, 0 to remove and 1238 not upgraded.\\nNeed to get 186 kB of archives.\\nAfter this operation, 591 kB of additional disk space will be used.\\nGet:1 http://archive-9.kali.org/kali kali-rolling/main amd64 thermald amd64 1.6.0-5 [186 kB]\\nFetched 186 kB in 0s (285 kB/s)\\nSelecting previously unselected package thermald.\\n(Reading database ... 310737 files and directories currently installed.)\\nPreparing to unpack .../thermald_1.6.0-5_amd64.deb ...\\nUnpacking thermald (1.6.0-5) ...\\nSetting up thermald (1.6.0-5) ...\\nProcessing triggers for systemd (232-22) ...\\nProcessing triggers for man-db (2.7.6.1-2) ...\\nProcessing triggers for dbus (1.10.16-1) ...\\n\", \"stdout_lines\": [\"Reading package lists...\", \"Building dependency tree...\", \"Reading state information...\", \"The following package was automatically installed and is no longer required:\", \" iucode-tool\", \"Use 'apt autoremove' to remove it.\", \"The following NEW packages will be installed:\", \" thermald\", \"0 upgraded, 1 newly installed, 0 to remove and 1238 not upgraded.\", \"Need to get 186 kB of archives.\", \"After this operation, 591 kB of additional disk space will be used.\", \"Get:1 http://archive-9.kali.org/kali kali-rolling/main amd64 thermald amd64 1.6.0-5 [186 kB]\", \"Fetched 186 kB in 0s (285 kB/s)\", \"Selecting previously unselected package thermald.\", \"(Reading database ... 310737 files and directories currently installed.)\", \"Preparing to unpack .../thermald_1.6.0-5_amd64.deb ...\", \"Unpacking thermald (1.6.0-5) ...\", \"Setting up thermald (1.6.0-5) ...\", \"Processing triggers for systemd (232-22) ...\", \"Processing triggers for man-db (2.7.6.1-2) ...\", \"Processing triggers for dbus (1.10.16-1) ...\"]}\n\nmsg: All items completed\nchanged: [localhost] => (item=tlp) => {\"cache_update_time\": 1503464049, \"cache_updated\": false, \"changed\": true, \"item\": \"tlp\", \"stderr\": \"E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)\\nupdate-rc.d: We have no instructions for the tlp init script.\\nupdate-rc.d: It looks like a non-network service, we enable it.\\n\", \"stderr_lines\": [\"E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)\", \"update-rc.d: We have no instructions for the tlp init script.\", \"update-rc.d: It looks like a non-network service, we enable it.\"], \"stdout\": \"Reading package lists...\\nBuilding dependency tree...\\nReading state information...\\nThe following package was automatically installed and is no longer required:\\n iucode-tool\\nUse 'apt autoremove' to remove it.\\nThe following additional packages will be installed:\\n tlp-rdw\\nSuggested packages:\\n tp-smapi-dkms acpi-call-dkms\\nThe following NEW packages will be installed:\\n tlp tlp-rdw\\n0 upgraded, 2 newly installed, 0 to remove and 1238 not upgraded.\\nNeed to get 71.8 kB of archives.\\nAfter this operation, 298 kB of additional disk space will be used.\\nGet:1 http://archive-9.kali.org/kali kali-rolling/main amd64 tlp all 0.9-3 [57.7 kB]\\nGet:2 http://archive-10.kali.org/kali kali-rolling/main amd64 tlp-rdw all 0.9-3 [14.1 kB]\\nFetched 71.8 kB in 0s (114 kB/s)\\nSelecting previously unselected package tlp.\\n(Reading database ... 310751 files and directories currently installed.)\\nPreparing to unpack .../apt/archives/tlp_0.9-3_all.deb ...\\nUnpacking tlp (0.9-3) ...\\nSelecting previously unselected package tlp-rdw.\\nPreparing to unpack .../archives/tlp-rdw_0.9-3_all.deb ...\\nUnpacking tlp-rdw (0.9-3) ...\\nProcessing triggers for systemd (232-22) ...\\nProcessing triggers for man-db (2.7.6.1-2) ...\\nSetting up tlp (0.9-3) ...\\nSetting up tlp-rdw (0.9-3) ...\\nProcessing triggers for systemd (232-22) ...\\n\", \"stdout_lines\": [\"Reading package lists...\", \"Building dependency tree...\", \"Reading state information...\", \"The following package was automatically installed and is no longer required:\", \" iucode-tool\", \"Use 'apt autoremove' to remove it.\", \"The following additional packages will be installed:\", \" tlp-rdw\", \"Suggested packages:\", \" tp-smapi-dkms acpi-call-dkms\", \"The following NEW packages will be installed:\", \" tlp tlp-rdw\", \"0 upgraded, 2 newly installed, 0 to remove and 1238 not upgraded.\", \"Need to get 71.8 kB of archives.\", \"After this operation, 298 kB of additional disk space will be used.\", \"Get:1 http://archive-9.kali.org/kali kali-rolling/main amd64 tlp all 0.9-3 [57.7 kB]\", \"Get:2 http://archive-10.kali.org/kali kali-rolling/main amd64 tlp-rdw all 0.9-3 [14.1 kB]\", \"Fetched 71.8 kB in 0s (114 kB/s)\", \"Selecting previously unselected package tlp.\", \"(Reading database ... 310751 files and directories currently installed.)\", \"Preparing to unpack .../apt/archives/tlp_0.9-3_all.deb ...\", \"Unpacking tlp (0.9-3) ...\", \"Selecting previously unselected package tlp-rdw.\", \"Preparing to unpack .../archives/tlp-rdw_0.9-3_all.deb ...\", \"Unpacking tlp-rdw (0.9-3) ...\", \"Processing triggers for systemd (232-22) ...\", \"Processing triggers for man-db (2.7.6.1-2) ...\", \"Setting up tlp (0.9-3) ...\", \"Setting up tlp-rdw (0.9-3) ...\", \"Processing triggers for systemd (232-22) ...\"]}\n\nTASK [power : install essential packages (this may take a while)] **************\nskipping: [localhost] => (item=i2c-tools) => {\"changed\": false, \"item\": \"i2c-tools\", \"skip_reason\": \"Conditional result was False\", \"skipped\": true}\nskipping: [localhost] => (item=thermald) => {\"changed\": false, \"item\": \"thermald\", \"skip_reason\": \"Conditional result was False\", \"skipped\": true}\nskipping: [localhost] => (item=tlp) => {\"changed\": false, \"item\": \"tlp\", \"skip_reason\": \"Conditional result was False\", \"skipped\": true}\n\nTASK [power : set USE flags for packages] **************************************\nskipping: [localhost] => (item={u'flags': u'tlp_suggests', u'package': u'app-laptop/tlp'}) => {\"changed\": false, \"item\": {\"flags\": \"tlp_suggests\", \"package\": \"app-laptop/tlp\"}, \"skip_reason\": \"Conditional result was False\", \"skipped\": true}\nskipping: [localhost] => (item={u'flags': u'git', u'package': u'app-portage/layman'}) => {\"changed\": false, \"item\": {\"flags\": \"git\", \"package\": \"app-portage/layman\"}, \"skip_reason\": \"Conditional result was False\", \"skipped\": true}\n\nTASK [power : install essential packages (this may take a while)] **************\nskipping: [localhost] => (item=app-portage/layman) => {\"changed\": false, \"item\": \"app-portage/layman\", \"skip_reason\": \"Conditional result was False\", \"skipped\": true}\nskipping: [localhost] => (item=sys-power/thermald) => {\"changed\": false, \"item\": \"sys-power/thermald\", \"skip_reason\": \"Conditional result was False\", \"skipped\": true}\n\nTASK [power : setup portage for layman] ****************************************\nskipping: [localhost] => {\"changed\": false, \"skip_reason\": \"Conditional result was False\", \"skipped\": true}\n\nTASK [power : install tlp repository] ******************************************\nskipping: [localhost] => {\"changed\": false, \"skip_reason\": \"Conditional result was False\", \"skipped\": true}\n\nTASK [power : install tlp] *****************************************************\nskipping: [localhost] => {\"changed\": false, \"skip_reason\": \"Conditional result was False\", \"skipped\": true}\n\nTASK [power : create systemd sleep directory] **********************************\nok: [localhost] => {\"changed\": false, \"gid\": 0, \"group\": \"root\", \"mode\": \"0755\", \"owner\": \"root\", \"path\": \"/lib/systemd/system-sleep\", \"size\": 4096, \"state\": \"directory\", \"uid\": 0}\n\nTASK [power : copy gpd-fan files] **********************************************\nchanged: [localhost] => (item={u'dest': u'/etc/gpd/fan.conf', u'src': u'files/gpd-fan.conf', u'mode': u'0644'}) => {\"changed\": true, \"checksum\": \"f87fe5b016bbadc1e0e2aee170abbc6087f1ca6d\", \"dest\": \"/etc/gpd/fan.conf\", \"gid\": 0, \"group\": \"root\", \"item\": {\"dest\": \"/etc/gpd/fan.conf\", \"mode\": \"0644\", \"src\": \"files/gpd-fan.conf\"}, \"md5sum\": \"72f205b772dd2f19d643615e00c8682c\", \"mode\": \"0644\", \"owner\": \"root\", \"size\": 269, \"src\": \"/root/.ansible/tmp/ansible-tmp-1503464290.4-249084014687090/source\", \"state\": \"file\", \"uid\": 0}\nchanged: [localhost] => (item={u'dest': u'/usr/local/sbin/gpd-fan', u'src': u'files/gpd-fan.py', u'mode': u'0755'}) => {\"changed\": true, \"checksum\": \"f38b7731dcb2d9ebc6775d65208b49f541aee96c\", \"dest\": \"/usr/local/sbin/gpd-fan\", \"gid\": 0, \"group\": \"root\", \"item\": {\"dest\": \"/usr/local/sbin/gpd-fan\", \"mode\": \"0755\", \"src\": \"files/gpd-fan.py\"}, \"md5sum\": \"6ccd66add2e102c50c8503c84ed32482\", \"mode\": \"0755\", \"owner\": \"root\", \"size\": 2602, \"src\": \"/root/.ansible/tmp/ansible-tmp-1503464290.66-14449446978195/source\", \"state\": \"file\", \"uid\": 0}\nchanged: [localhost] => (item={u'dest': u'/etc/systemd/system/gpd-fan.service', u'src': u'files/gpd-fan.service', u'mode': u'0644'}) => {\"changed\": true, \"checksum\": \"bedb629d04bf8061667763d8e4833082103fcb72\", \"dest\": \"/etc/systemd/system/gpd-fan.service\", \"gid\": 0, \"group\": \"root\", \"item\": {\"dest\": \"/etc/systemd/system/gpd-fan.service\", \"mode\": \"0644\", \"src\": \"files/gpd-fan.service\"}, \"md5sum\": \"4ea3d575921219f00b4aac5ac1c46967\", \"mode\": \"0644\", \"owner\": \"root\", \"size\": 308, \"src\": \"/root/.ansible/tmp/ansible-tmp-1503464290.93-20646682110967/source\", \"state\": \"file\", \"uid\": 0}\nchanged: [localhost] => (item={u'dest': u'/lib/systemd/system-sleep/gpd-fan', u'src': u'files/gpd-fan.sh', u'mode': u'0755'}) => {\"changed\": true, \"checksum\": \"d02e988cf8ca313d9d77f38d35292071f6dd84f5\", \"dest\": \"/lib/systemd/system-sleep/gpd-fan\", \"gid\": 0, \"group\": \"root\", \"item\": {\"dest\": \"/lib/systemd/system-sleep/gpd-fan\", \"mode\": \"0755\", \"src\": \"files/gpd-fan.sh\"}, \"md5sum\": \"dd9a56786ba06c7d10514fc1ad7e03f0\", \"mode\": \"0755\", \"owner\": \"root\", \"size\": 190, \"src\": \"/root/.ansible/tmp/ansible-tmp-1503464291.2-10581943638041/source\", \"state\": \"file\", \"uid\": 0}\n\nmsg: All items completed\n\nTASK [power : set tlp options] *************************************************\nchanged: [localhost] => (item={u'value': u'mmcblk0', u'key': u'DISK_DEVICES'}) => {\"backup\": \"\", \"changed\": true, \"item\": {\"key\": \"DISK_DEVICES\", \"value\": \"mmcblk0\"}, \"msg\": \"line replaced\"}\n\nmsg: All items completed\nchanged: [localhost] => (item={u'value': u'deadline', u'key': u'DISK_IOSCHED'}) => {\"backup\": \"\", \"changed\": true, \"item\": {\"key\": \"DISK_IOSCHED\", \"value\": \"deadline\"}, \"msg\": \"line added\"}\n\nTASK [power : blacklist modules to prevent preemptive wake from suspend] *******\nchanged: [localhost] => {\"backup\": \"\", \"changed\": true, \"msg\": \"line added\"}\n\nmsg: line added\n\nTASK [xorg : install essential packages (this may take a while)] ***************\nskipping: [localhost] => (item=[]) => {\"changed\": false, \"item\": [], \"skip_reason\": \"Conditional result was False\", \"skipped\": true}\n\nTASK [xorg : remove lightdm-webkit2-greeter if installed] **********************\nskipping: [localhost] => {\"changed\": false, \"skip_reason\": \"Conditional result was False\", \"skipped\": true}\n\nTASK [xorg : install lightdm-gtk-greeter as replacement] ***********************\nskipping: [localhost] => {\"changed\": false, \"skip_reason\": \"Conditional result was False\", \"skipped\": true}\n\nTASK [xorg : set lightdm-gtk-greeter as default lightdm greeter] ***************\nskipping: [localhost] => {\"changed\": false, \"skip_reason\": \"Conditional result was False\", \"skipped\": true}\n\nTASK [xorg : install essential packages (this may take a while)] ***************\n\nmsg: All items completed\nchanged: [localhost] => (item=[u'dconf-cli', u'dconf-editor', u'i965-va-driver', u'mesa-utils', u'va-driver-all', u'vainfo', u'x11-xserver-utils']) => {\"cache_update_time\": 1503464049, \"cache_updated\": false, \"changed\": true, \"item\": [\"dconf-cli\", \"dconf-editor\", \"i965-va-driver\", \"mesa-utils\", \"va-driver-all\", \"vainfo\", \"x11-xserver-utils\"], \"stderr\": \"E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)\\n\", \"stderr_lines\": [\"E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)\"], \"stdout\": \"Reading package lists...\\nBuilding dependency tree...\\nReading state information...\\nThe following package was automatically installed and is no longer required:\\n iucode-tool\\nUse 'apt autoremove' to remove it.\\nThe following NEW packages will be installed:\\n vainfo\\n0 upgraded, 1 newly installed, 0 to remove and 1238 not upgraded.\\nNeed to get 13.9 kB of archives.\\nAfter this operation, 39.9 kB of additional disk space will be used.\\nGet:1 http://archive-11.kali.org/kali kali-rolling/main amd64 vainfo amd64 1.8.2+ds1-2 [13.9 kB]\\nFetched 13.9 kB in 0s (20.7 kB/s)\\nSelecting previously unselected package vainfo.\\n(Reading database ... 310796 files and directories currently installed.)\\nPreparing to unpack .../vainfo_1.8.2+ds1-2_amd64.deb ...\\nUnpacking vainfo (1.8.2+ds1-2) ...\\nSetting up vainfo (1.8.2+ds1-2) ...\\nProcessing triggers for man-db (2.7.6.1-2) ...\\n\", \"stdout_lines\": [\"Reading package lists...\", \"Building dependency tree...\", \"Reading state information...\", \"The following package was automatically installed and is no longer required:\", \" iucode-tool\", \"Use 'apt autoremove' to remove it.\", \"The following NEW packages will be installed:\", \" vainfo\", \"0 upgraded, 1 newly installed, 0 to remove and 1238 not upgraded.\", \"Need to get 13.9 kB of archives.\", \"After this operation, 39.9 kB of additional disk space will be used.\", \"Get:1 http://archive-11.kali.org/kali kali-rolling/main amd64 vainfo amd64 1.8.2+ds1-2 [13.9 kB]\", \"Fetched 13.9 kB in 0s (20.7 kB/s)\", \"Selecting previously unselected package vainfo.\", \"(Reading database ... 310796 files and directories currently installed.)\", \"Preparing to unpack .../vainfo_1.8.2+ds1-2_amd64.deb ...\", \"Unpacking vainfo (1.8.2+ds1-2) ...\", \"Setting up vainfo (1.8.2+ds1-2) ...\", \"Processing triggers for man-db (2.7.6.1-2) ...\"]}\n\nTASK [xorg : install essential packages (this may take a while)] ***************\nskipping: [localhost] => (item=ibus) => {\"changed\": false, \"item\": \"ibus\", \"skip_reason\": \"Conditional result was False\", \"skipped\": true}\nskipping: [localhost] => (item=libXrandr) => {\"changed\": false, \"item\": \"libXrandr\", \"skip_reason\": \"Conditional result was False\", \"skipped\": true}\nskipping: [localhost] => (item=xinput_calibrator) => {\"changed\": false, \"item\": \"xinput_calibrator\", \"skip_reason\": \"Conditional result was False\", \"skipped\": true}\nskipping: [localhost] => (item=xorg-x11-drv-intel) => {\"changed\": false, \"item\": \"xorg-x11-drv-intel\", \"skip_reason\": \"Conditional result was False\", \"skipped\": true}\n\nTASK [xorg : set USE flags for packages] ***************************************\nskipping: [localhost] => (item={u'flags': u'vaapi', u'package': u'media-libs/mesa'}) => {\"changed\": false, \"item\": {\"flags\": \"vaapi\", \"package\": \"media-libs/mesa\"}, \"skip_reason\": \"Conditional result was False\", \"skipped\": true}\n\nTASK [xorg : set make.conf values] *********************************************\nskipping: [localhost] => (item={u'value': u'i965 intel', u'key': u'VIDEO_CARDS'}) => {\"changed\": false, \"item\": {\"key\": \"VIDEO_CARDS\", \"value\": \"i965 intel\"}, \"skip_reason\": \"Conditional result was False\", \"skipped\": true}\n\nTASK [xorg : install essential packages (this may take a while)] ***************\nskipping: [localhost] => (item=media-libs/mesa) => {\"changed\": false, \"item\": \"media-libs/mesa\", \"skip_reason\": \"Conditional result was False\", \"skipped\": true}\nskipping: [localhost] => (item=x11-apps/xrandr) => {\"changed\": false, \"item\": \"x11-apps/xrandr\", \"skip_reason\": \"Conditional result was False\", \"skipped\": true}\nskipping: [localhost] => (item=x11-apps/xinput) => {\"changed\": false, \"item\": \"x11-apps/xinput\", \"skip_reason\": \"Conditional result was False\", \"skipped\": true}\n\nTASK [xorg : install essential packages (this may take a while)] ***************\nskipping: [localhost] => (item=[]) => {\"changed\": false, \"item\": [], \"skip_reason\": \"Conditional result was False\", \"skipped\": true}\n\nTASK [xorg : create xorg directories] ******************************************\nchanged: [localhost] => (item=/etc/X11/xorg.conf.d) => {\"changed\": true, \"gid\": 0, \"group\": \"root\", \"item\": \"/etc/X11/xorg.conf.d\", \"mode\": \"0755\", \"owner\": \"root\", \"path\": \"/etc/X11/xorg.conf.d\", \"size\": 4096, \"state\": \"directory\", \"uid\": 0}\nok: [localhost] => (item=/etc/X11/Xsession.d) => {\"changed\": false, \"gid\": 0, \"group\": \"root\", \"item\": \"/etc/X11/Xsession.d\", \"mode\": \"0755\", \"owner\": \"root\", \"path\": \"/etc/X11/Xsession.d\", \"size\": 4096, \"state\": \"directory\", \"uid\": 0}\n\nmsg: All items completed\n\nTASK [xorg : copy xorg configs] ************************************************\nchanged: [localhost] => (item={u'dest': u'/etc/X11/xorg.conf.d/', u'src': u'files/config/20-intel.conf'}) => {\"changed\": true, \"checksum\": \"f5adf83077357dbae5a05a72300a2a0732edeb0a\", \"dest\": \"/etc/X11/xorg.conf.d/20-intel.conf\", \"gid\": 0, \"group\": \"root\", \"item\": {\"dest\": \"/etc/X11/xorg.conf.d/\", \"src\": \"files/config/20-intel.conf\"}, \"md5sum\": \"b0cc3887741f3a1cf361fc20630254ef\", \"mode\": \"0644\", \"owner\": \"root\", \"size\": 193, \"src\": \"/root/.ansible/tmp/ansible-tmp-1503464306.63-93105236595607/source\", \"state\": \"file\", \"uid\": 0}\n\nmsg: All items completed\n\nTASK [xorg : create dconf directories] *****************************************\nok: [localhost] => (item=/etc/dconf/db/local.d) => {\"changed\": false, \"gid\": 0, \"group\": \"root\", \"item\": \"/etc/dconf/db/local.d\", \"mode\": \"0755\", \"owner\": \"root\", \"path\": \"/etc/dconf/db/local.d\", \"size\": 4096, \"state\": \"directory\", \"uid\": 0}\n\nmsg: All items completed\nok: [localhost] => (item=/etc/dconf/profile) => {\"changed\": false, \"gid\": 0, \"group\": \"root\", \"item\": \"/etc/dconf/profile\", \"mode\": \"0755\", \"owner\": \"root\", \"path\": \"/etc/dconf/profile\", \"size\": 4096, \"state\": \"directory\", \"uid\": 0}\n\nTASK [xorg : set gnome interface scaling] **************************************\nchanged: [localhost] => (item={u'dest': u'/etc/dconf/db/local.d/', u'src': u'files/gnome/01scale'}) => {\"changed\": true, \"checksum\": \"5e78aa8d1b68f110bd4c46c7904ed02b4818f45f\", \"dest\": \"/etc/dconf/db/local.d/01scale\", \"gid\": 0, \"group\": \"root\", \"item\": {\"dest\": \"/etc/dconf/db/local.d/\", \"src\": \"files/gnome/01scale\"}, \"md5sum\": \"7b01e959f7e021b23216e3e0d6fbab92\", \"mode\": \"0644\", \"owner\": \"root\", \"size\": 82, \"src\": \"/root/.ansible/tmp/ansible-tmp-1503464307.2-148043897606773/source\", \"state\": \"file\", \"uid\": 0}\nchanged: [localhost] => (item={u'dest': u'/etc/dconf/db/local.d/', u'src': u'files/gnome/02subpixel'}) => {\"changed\": true, \"checksum\": \"51cc63e24aa434ba045cf6b5ad3ff28933c23862\", \"dest\": \"/etc/dconf/db/local.d/02subpixel\", \"gid\": 0, \"group\": \"root\", \"item\": {\"dest\": \"/etc/dconf/db/local.d/\", \"src\": \"files/gnome/02subpixel\"}, \"md5sum\": \"d7d16afe0c265991d4d5814f070cb192\", \"mode\": \"0644\", \"owner\": \"root\", \"size\": 63, \"src\": \"/root/.ansible/tmp/ansible-tmp-1503464307.47-35297224332458/source\", \"state\": \"file\", \"uid\": 0}\nchanged: [localhost] => (item={u'dest': u'/etc/dconf/profile/gdm', u'src': u'files/gnome/profile'}) => {\"changed\": true, \"checksum\": \"2e8685d1e99c61f054bbe03c821d67864859680e\", \"dest\": \"/etc/dconf/profile/gdm\", \"gid\": 0, \"group\": \"root\", \"item\": {\"dest\": \"/etc/dconf/profile/gdm\", \"src\": \"files/gnome/profile\"}, \"md5sum\": \"9db8366d27677a7f8e97e5218b6493c4\", \"mode\": \"0644\", \"owner\": \"root\", \"size\": 28, \"src\": \"/root/.ansible/tmp/ansible-tmp-1503464307.73-272358327561021/source\", \"state\": \"file\", \"uid\": 0}\n\nmsg: All items completed\nchanged: [localhost] => (item={u'dest': u'/etc/dconf/profile/user', u'src': u'files/gnome/profile'}) => {\"changed\": true, \"checksum\": \"2e8685d1e99c61f054bbe03c821d67864859680e\", \"dest\": \"/etc/dconf/profile/user\", \"gid\": 0, \"group\": \"root\", \"item\": {\"dest\": \"/etc/dconf/profile/user\", \"src\": \"files/gnome/profile\"}, \"md5sum\": \"9db8366d27677a7f8e97e5218b6493c4\", \"mode\": \"0644\", \"owner\": \"root\", \"size\": 28, \"src\": \"/root/.ansible/tmp/ansible-tmp-1503464308.0-152285472249631/source\", \"state\": \"file\", \"uid\": 0}\n\nTASK [xorg : check for gdm directory] ******************************************\nok: [localhost] => {\"changed\": false, \"stat\": {\"exists\": false}}\n\nTASK [xorg : check for gdm3-custom] ********************************************\nok: [localhost] => {\"changed\": false, \"stat\": {\"exists\": false}}\n\nTASK [xorg : check for gdm3-daemon] ********************************************\nok: [localhost] => {\"changed\": false, \"stat\": {\"atime\": 1492307243.0, \"attr_flags\": \"e\", \"attributes\": [\"extents\"], \"block_size\": 4096, \"blocks\": 8, \"charset\": \"us-ascii\", \"checksum\": \"dc51b2936cffa6ae779d01a176317eb983cfb69d\", \"ctime\": 1503463734.044, \"dev\": 2049, \"device_type\": 0, \"executable\": false, \"exists\": true, \"gid\": 0, \"gr_name\": \"root\", \"inode\": 1847622, \"isblk\": false, \"ischr\": false, \"isdir\": false, \"isfifo\": false, \"isgid\": false, \"islnk\": false, \"isreg\": true, \"issock\": false, \"isuid\": false, \"md5\": \"b1aa2c2b01e4d3b4625c0423a51730b3\", \"mimetype\": \"text/plain\", \"mode\": \"0644\", \"mtime\": 1492307243.0, \"nlink\": 1, \"path\": \"/etc/gdm3/daemon.conf\", \"pw_name\": \"root\", \"readable\": true, \"rgrp\": true, \"roth\": true, \"rusr\": true, \"size\": 640, \"uid\": 0, \"version\": \"1864540111\", \"wgrp\": false, \"woth\": false, \"writeable\": true, \"wusr\": true, \"xgrp\": false, \"xoth\": false, \"xusr\": false}}\n\nTASK [xorg : disable wayland on gdm] *******************************************\nskipping: [localhost] => {\"changed\": false, \"skip_reason\": \"Conditional result was False\", \"skipped\": true}\n\nTASK [xorg : disable wayland on gdm3-custom] ***********************************\nskipping: [localhost] => {\"changed\": false, \"skip_reason\": \"Conditional result was False\", \"skipped\": true}\n\nTASK [xorg : disable wayland on gdm3-daemon] ***********************************\nchanged: [localhost] => {\"backup\": \"\", \"changed\": true, \"msg\": \"line added\"}\n\nmsg: line added\n\nTASK [xorg : check for xfce4 installed] ****************************************\nok: [localhost] => {\"changed\": false, \"stat\": {\"exists\": false}}\n\nTASK [xorg : create directory for xfce4 config skeleton] ***********************\nskipping: [localhost] => {\"changed\": false, \"skip_reason\": \"Conditional result was False\", \"skipped\": true}\n\nTASK [xorg : install xfce4 config skeleton] ************************************\nskipping: [localhost] => {\"changed\": false, \"skip_reason\": \"Conditional result was False\", \"skipped\": true}\n\nTASK [xorg : create gpd-rotate directories] ************************************\nok: [localhost] => (item=/etc/X11/Xsession.d) => {\"changed\": false, \"gid\": 0, \"group\": \"root\", \"item\": \"/etc/X11/Xsession.d\", \"mode\": \"0755\", \"owner\": \"root\", \"path\": \"/etc/X11/Xsession.d\", \"size\": 4096, \"state\": \"directory\", \"uid\": 0}\n\nmsg: All items completed\nchanged: [localhost] => (item=/etc/X11/xinit/xinitrc.d) => {\"changed\": true, \"gid\": 0, \"group\": \"root\", \"item\": \"/etc/X11/xinit/xinitrc.d\", \"mode\": \"0755\", \"owner\": \"root\", \"path\": \"/etc/X11/xinit/xinitrc.d\", \"size\": 4096, \"state\": \"directory\", \"uid\": 0}\n\nTASK [xorg : copy gpd-rotate files] ********************************************\nchanged: [localhost] => (item={u'dest': u'/etc/X11/Xsession.d/01gpd-rotate', u'src': u'files/rotate/01gpd-rotate', u'mode': u'0644'}) => {\"changed\": true, \"checksum\": \"2c63f9d7cac57be737bf0703a11071514d551418\", \"dest\": \"/etc/X11/Xsession.d/01gpd-rotate\", \"gid\": 0, \"group\": \"root\", \"item\": {\"dest\": \"/etc/X11/Xsession.d/01gpd-rotate\", \"mode\": \"0644\", \"src\": \"files/rotate/01gpd-rotate\"}, \"md5sum\": \"fd6b4d1dd23234bc1751aa9be3e24782\", \"mode\": \"0644\", \"owner\": \"root\", \"size\": 208, \"src\": \"/root/.ansible/tmp/ansible-tmp-1503464309.5-165429888010746/source\", \"state\": \"file\", \"uid\": 0}\nchanged: [localhost] => (item={u'dest': u'/etc/X11/xinit/xinitrc.d/01gpd-rotate', u'src': u'files/rotate/01gpd-rotate', u'mode': u'0755'}) => {\"changed\": true, \"checksum\": \"2c63f9d7cac57be737bf0703a11071514d551418\", \"dest\": \"/etc/X11/xinit/xinitrc.d/01gpd-rotate\", \"gid\": 0, \"group\": \"root\", \"item\": {\"dest\": \"/etc/X11/xinit/xinitrc.d/01gpd-rotate\", \"mode\": \"0755\", \"src\": \"files/rotate/01gpd-rotate\"}, \"md5sum\": \"fd6b4d1dd23234bc1751aa9be3e24782\", \"mode\": \"0755\", \"owner\": \"root\", \"size\": 208, \"src\": \"/root/.ansible/tmp/ansible-tmp-1503464309.76-133256684430351/source\", \"state\": \"file\", \"uid\": 0}\nchanged: [localhost] => (item={u'dest': u'/etc/gpd/rotate.conf', u'src': u'files/rotate/gpd-rotate.conf', u'mode': u'0644'}) => {\"changed\": true, \"checksum\": \"2e722433b0196723c2f8388a330747f1d466c33d\", \"dest\": \"/etc/gpd/rotate.conf\", \"gid\": 0, \"group\": \"root\", \"item\": {\"dest\": \"/etc/gpd/rotate.conf\", \"mode\": \"0644\", \"src\": \"files/rotate/gpd-rotate.conf\"}, \"md5sum\": \"877fac8f2099da0980396d79e9addc5a\", \"mode\": \"0644\", \"owner\": \"root\", \"size\": 136, \"src\": \"/root/.ansible/tmp/ansible-tmp-1503464310.02-156789144902672/source\", \"state\": \"file\", \"uid\": 0}\nchanged: [localhost] => (item={u'dest': u'/usr/local/sbin/gpd-rotate', u'src': u'files/rotate/gpd-rotate.py', u'mode': u'0755'}) => {\"changed\": true, \"checksum\": \"b218b080f52a22a614c414b92468a0d9d92713c4\", \"dest\": \"/usr/local/sbin/gpd-rotate\", \"gid\": 0, \"group\": \"root\", \"item\": {\"dest\": \"/usr/local/sbin/gpd-rotate\", \"mode\": \"0755\", \"src\": \"files/rotate/gpd-rotate.py\"}, \"md5sum\": \"bd2b6fc06ef1b848f5a49a3f0d1c7ceb\", \"mode\": \"0755\", \"owner\": \"root\", \"size\": 1577, \"src\": \"/root/.ansible/tmp/ansible-tmp-1503464310.3-89212107205638/source\", \"state\": \"file\", \"uid\": 0}\nchanged: [localhost] => (item={u'dest': u'/etc/systemd/system/gpd-rotate.service', u'src': u'files/rotate/gpd-rotate.service', u'mode': u'0644'}) => {\"changed\": true, \"checksum\": \"dc75c6e046e8154fe31220c1a99190e7845d9ab3\", \"dest\": \"/etc/systemd/system/gpd-rotate.service\", \"gid\": 0, \"group\": \"root\", \"item\": {\"dest\": \"/etc/systemd/system/gpd-rotate.service\", \"mode\": \"0644\", \"src\": \"files/rotate/gpd-rotate.service\"}, \"md5sum\": \"828a88fe18d669a7a295b1b97a5f80d8\", \"mode\": \"0644\", \"owner\": \"root\", \"size\": 262, \"src\": \"/root/.ansible/tmp/ansible-tmp-1503464310.55-101018872634101/source\", \"state\": \"file\", \"uid\": 0}\n\nmsg: All items completed\n\nRUNNING HANDLER [boot : update initrd] *****************************************\nchanged: [localhost] => {\"changed\": true, \"cmd\": \"# determine new kernel version\\n KERNEL_VERSION=$(ls -t /lib/modules/ |grep 'bootstrap\\\\|jwrdegoede' |head -n 1)\\n\\n # recreate initramfs image\\n if [ -f /usr/sbin/update-initramfs ]; then\\n update-initramfs -c -k ${KERNEL_VERSION} || update-initramfs -u -k ${KERNEL_VERSION}\\n elif [ -f /usr/bin/dracut ]; then\\n dracut -f /boot/initrd.img-${KERNEL_VERSION} ${KERNEL_VERSION}\\n elif [ -f /usr/bin/mkinitcpio ]; then\\n mkinitcpio -c /etc/mkinitcpio.conf -g /boot/initrd.img-${KERNEL_VERSION} -k ${KERNEL_VERSION} || true\\n else\\n echo \\\"I can't build a new initramfs - this is bad!\\\"\\n exit 1\\n fi\", \"delta\": \"0:00:11.484100\", \"end\": \"2017-08-23 04:58:42.352386\", \"failed\": false, \"failed_when_result\": false, \"rc\": 0, \"start\": \"2017-08-23 04:58:30.868286\", \"stderr\": \"WARNING: Setting CRYPTSETUP in /etc/initramfs-tools/initramfs.conf is deprecated and will stop working in the future. Use /etc/cryptsetup-initramfs/conf-hook instead.\\ncryptsetup: WARNING: could not determine root device from /etc/fstab\", \"stderr_lines\": [\"WARNING: Setting CRYPTSETUP in /etc/initramfs-tools/initramfs.conf is deprecated and will stop working in the future. Use /etc/cryptsetup-initramfs/conf-hook instead.\", \"cryptsetup: WARNING: could not determine root device from /etc/fstab\"], \"stdout\": \"update-initramfs: Generating /boot/initrd.img-4.13.0-rc0-bootstrap\\nlive-boot: core filesystems devices utils udev wget blockdev ftpfs dns.\", \"stdout_lines\": [\"update-initramfs: Generating /boot/initrd.img-4.13.0-rc0-bootstrap\", \"live-boot: core filesystems devices utils udev wget blockdev ftpfs dns.\"]}\n\ncmd: # determine new kernel version\n KERNEL_VERSION=$(ls -t /lib/modules/ |grep 'bootstrap\\|jwrdegoede' |head -n 1)\n\n # recreate initramfs image\n if [ -f /usr/sbin/update-initramfs ]; then\n update-initramfs -c -k ${KERNEL_VERSION} || update-initramfs -u -k ${KERNEL_VERSION}\n elif [ -f /usr/bin/dracut ]; then\n dracut -f /boot/initrd.img-${KERNEL_VERSION} ${KERNEL_VERSION}\n elif [ -f /usr/bin/mkinitcpio ]; then\n mkinitcpio -c /etc/mkinitcpio.conf -g /boot/initrd.img-${KERNEL_VERSION} -k ${KERNEL_VERSION} || true\n else\n echo \"I can't build a new initramfs - this is bad!\"\n exit 1\n fi\n\nstart: 2017-08-23 04:58:30.868286\n\nend: 2017-08-23 04:58:42.352386\n\ndelta: 0:00:11.484100\n\nstdout: update-initramfs: Generating /boot/initrd.img-4.13.0-rc0-bootstrap\nlive-boot: core filesystems devices utils udev wget blockdev ftpfs dns.\n\nstderr: WARNING: Setting CRYPTSETUP in /etc/initramfs-tools/initramfs.conf is deprecated and will stop working in the future. Use /etc/cryptsetup-initramfs/conf-hook instead.\ncryptsetup: WARNING: could not determine root device from /etc/fstab\n\nRUNNING HANDLER [boot : update grub] *******************************************\nfatal: [localhost]: FAILED! => {\"changed\": true, \"cmd\": \"# Update grub config\\n if which grub-mkconfig; then\\n grub-mkconfig -o /boot/grub/grub.cfg\\n elif which grub2-mkconfig; then\\n grub2-mkconfig -o /boot/grub/grub.cfg\\n else\\n echo \\\"I can't update grub config - this is bad!\\\"\\n exit 1\\n fi\", \"delta\": \"0:00:00.004052\", \"end\": \"2017-08-23 04:58:42.515993\", \"failed\": true, \"failed_when_result\": true, \"rc\": 1, \"start\": \"2017-08-23 04:58:42.511941\", \"stderr\": \"\", \"stderr_lines\": [], \"stdout\": \"I can't update grub config - this is bad!\", \"stdout_lines\": [\"I can't update grub config - this is bad!\"]}\n\ncmd: # Update grub config\n if which grub-mkconfig; then\n grub-mkconfig -o /boot/grub/grub.cfg\n elif which grub2-mkconfig; then\n grub2-mkconfig -o /boot/grub/grub.cfg\n else\n echo \"I can't update grub config - this is bad!\"\n exit 1\n fi\n\nstart: 2017-08-23 04:58:42.511941\n\nend: 2017-08-23 04:58:42.515993\n\ndelta: 0:00:00.004052\n\nstdout: I can't update grub config - this is bad!\n\nRUNNING HANDLER [power : enable gpd-fan] ***************************************\n\nRUNNING HANDLER [power : enable thermal services] ******************************\n\nRUNNING HANDLER [xorg : enable gpd-rotate] *************************************\n\nRUNNING HANDLER [xorg : update dconf] ******************************************\n\nPLAY RECAP *********************************************************************\nlocalhost : ok=47 changed=27 unreachable=0 failed=1 ", "stdout_lines": ["Get:1 http://archive-11.kali.org/kali kali-rolling InRelease [30.5 kB]", "Get:2 http://archive-11.kali.org/kali kali-rolling/non-free Sources [121 kB]", "Get:3 http://archive-11.kali.org/kali kali-rolling/contrib Sources [66.2 kB]", "Get:4 http://archive-11.kali.org/kali kali-rolling/main Sources [11.3 MB]", "Get:5 http://archive-11.kali.org/kali kali-rolling/main amd64 Packages [15.3 MB]", "Get:6 http://archive-11.kali.org/kali kali-rolling/contrib amd64 Packages [104 kB]", "Get:7 http://archive-11.kali.org/kali kali-rolling/non-free amd64 Packages [162 kB]", "Fetched 27.1 MB in 11s (2,332 kB/s)", "Reading package lists...", "Reading package lists...", "Building dependency tree...", "Reading state information...", "The following additional packages will be installed:", " gnupg gnupg-agent", "Suggested packages:", " tor parcimonie xloadimage scdaemon", "Recommended packages:", " gnupg-l10n", "The following NEW packages will be installed:", " dirmngr", "The following packages will be upgraded:", " gnupg gnupg-agent", "2 upgraded, 1 newly installed, 0 to remove and 1258 not upgraded.", "Need to get 2,273 kB of archives.", "After this operation, 1,109 kB of additional disk space will be used.", "Get:1 http://archive-10.kali.org/kali kali-rolling/main amd64 gnupg amd64 2.1.18-8 [1,125 kB]", "Get:3 http://archive-12.kali.org/kali kali-rolling/main amd64 dirmngr amd64 2.1.18-8 [595 kB]", "Get:2 http://archive-10.kali.org/kali kali-rolling/main amd64 gnupg-agent amd64 2.1.18-8 [553 kB]", "apt-listchanges: Reading changelogs...", "Fetched 2,273 kB in 2s (853 kB/s)", "(Reading database ... 305506 files and directories currently installed.)", "Preparing to unpack .../gnupg_2.1.18-8_amd64.deb ...", "Unpacking gnupg (2.1.18-8) over (2.1.18-6) ...", "Preparing to unpack .../gnupg-agent_2.1.18-8_amd64.deb ...", "Unpacking gnupg-agent (2.1.18-8) over (2.1.18-6) ...", "Selecting previously unselected package dirmngr.", "Preparing to unpack .../dirmngr_2.1.18-8_amd64.deb ...", "Unpacking dirmngr (2.1.18-8) ...", "Processing triggers for man-db (2.7.6.1-2) ...", "Setting up gnupg-agent (2.1.18-8) ...", "Setting up dirmngr (2.1.18-8) ...", "Setting up gnupg (2.1.18-8) ...", "Executing: /tmp/apt-key-gpghome.kh6kPdGUFy/gpg.1.sh --keyserver keyserver.ubuntu.com --recv-keys 93C4A3FD7BB9C367", "Get:1 http://ppa.launchpad.net/ansible/ansible/ubuntu trusty InRelease [16.0 kB]", "Hit:2 http://archive-11.kali.org/kali kali-rolling InRelease", "Get:3 http://ppa.launchpad.net/ansible/ansible/ubuntu trusty/main amd64 Packages [514 B]", "Get:4 http://ppa.launchpad.net/ansible/ansible/ubuntu trusty/main Translation-en [322 B]", "Fetched 16.8 kB in 0s (28.0 kB/s)", "Reading package lists...", "Reading package lists...", "Building dependency tree...", "Reading state information...", "The following additional packages will be installed:", " git-man sshpass", "Suggested packages:", " git-daemon-run | git-daemon-sysvinit git-doc git-el git-email git-gui gitk", " gitweb git-cvs git-mediawiki git-svn", "The following NEW packages will be installed:", " ansible sshpass", "The following packages will be upgraded:", " git git-man", "2 upgraded, 2 newly installed, 0 to remove and 1256 not upgraded.", "Need to get 7,925 kB of archives.", "After this operation, 18.1 MB of additional disk space will be used.", "Get:1 http://ppa.launchpad.net/ansible/ansible/ubuntu trusty/main amd64 ansible all 2.3.2.0-1ppa~trusty [2,035 kB]", "Get:2 http://archive-9.kali.org/kali kali-rolling/main amd64 git amd64 1:2.14.1-1 [4,389 kB]", "Get:4 http://archive-12.kali.org/kali kali-rolling/main amd64 sshpass amd64 1.06-1 [11.3 kB]", "Get:3 http://archive-10.kali.org/kali kali-rolling/main amd64 git-man all 1:2.14.1-1 [1,489 kB]", "apt-listchanges: Reading changelogs...", "Fetched 7,925 kB in 4s (1,748 kB/s)", "(Reading database ... 305524 files and directories currently installed.)", "Preparing to unpack .../git_1%3a2.14.1-1_amd64.deb ...", "Unpacking git (1:2.14.1-1) over (1:2.11.0-2) ...", "Preparing to unpack .../git-man_1%3a2.14.1-1_all.deb ...", "Unpacking git-man (1:2.14.1-1) over (1:2.11.0-2) ...", "Selecting previously unselected package sshpass.", "Preparing to unpack .../sshpass_1.06-1_amd64.deb ...", "Unpacking sshpass (1.06-1) ...", "Selecting previously unselected package ansible.", "Preparing to unpack .../ansible_2.3.2.0-1ppa~trusty_all.deb ...", "Unpacking ansible (2.3.2.0-1ppa~trusty) ...", "Setting up git-man (1:2.14.1-1) ...", "Setting up sshpass (1.06-1) ...", "Processing triggers for man-db (2.7.6.1-2) ...", "Setting up git (1:2.14.1-1) ...", "Setting up ansible (2.3.2.0-1ppa~trusty) ...", "skip pulling source from git", "Using /usr/src/ansible-gpdpocket/ansible.cfg as config file", "", "PLAY [localhost] ***************************************************************", "", "TASK [Gathering Facts] *********************************************************", "ok: [localhost]", "", "TASK [common : determine which directory to use for firmware] ******************", "ok: [localhost] => {\"changed\": false, \"examined\": 64752, \"files\": [{\"atime\": 1492307344.0, \"ctime\": 1503463737.104, \"dev\": 2049, \"gid\": 0, \"inode\": 1180998, \"isblk\": false, \"ischr\": false, \"isdir\": true, \"isfifo\": false, \"isgid\": false, \"islnk\": false, \"isreg\": false, \"issock\": false, \"isuid\": false, \"mode\": \"0755\", \"mtime\": 1492307344.0, \"nlink\": 53, \"path\": \"/lib/firmware\", \"rgrp\": true, \"roth\": true, \"rusr\": true, \"size\": 12288, \"uid\": 0, \"wgrp\": false, \"woth\": false, \"wusr\": true, \"xgrp\": true, \"xoth\": true, \"xusr\": true}, {\"atime\": 1492307051.0, \"ctime\": 1503463737.24, \"dev\": 2049, \"gid\": 0, \"inode\": 1854532, \"isblk\": false, \"ischr\": false, \"isdir\": true, \"isfifo\": false, \"isgid\": false, \"islnk\": false, \"isreg\": false, \"issock\": false, \"isuid\": false, \"mode\": \"0755\", \"mtime\": 1492307051.0, \"nlink\": 3, \"path\": \"/lib/modules/4.9.0-kali3-amd64/kernel/drivers/firmware\", \"rgrp\": true, \"roth\": true, \"rusr\": true, \"size\": 4096, \"uid\": 0, \"wgrp\": false, \"woth\": false, \"wusr\": true, \"xgrp\": true, \"xoth\": true, \"xusr\": true}], \"matched\": 2, \"msg\": \"\"}", "", "TASK [common : ensure brcm directory exists] ***********************************", "ok: [localhost] => {\"changed\": false, \"gid\": 0, \"group\": \"root\", \"mode\": \"0755\", \"owner\": \"root\", \"path\": \"/lib/firmware/brcm\", \"size\": 4096, \"state\": \"directory\", \"uid\": 0}", "", "TASK [common : copy wifi files] ************************************************", "ok: [localhost] => (item=files/brcmfmac4356-pcie.bin) => {\"changed\": false, \"checksum\": \"7033a19bd11562efcf5c51c1000b67007b63d0b7\", \"dest\": \"/lib/firmware/brcm/brcmfmac4356-pcie.bin\", \"gid\": 0, \"group\": \"root\", \"item\": \"files/brcmfmac4356-pcie.bin\", \"mode\": \"0644\", \"owner\": \"root\", \"path\": \"/lib/firmware/brcm/brcmfmac4356-pcie.bin\", \"size\": 623012, \"state\": \"file\", \"uid\": 0}", "changed: [localhost] => (item=files/brcmfmac4356-pcie.txt) => {\"changed\": true, \"checksum\": \"71911406e669cd48920bfaa40216bb2729d792f7\", \"dest\": \"/lib/firmware/brcm/brcmfmac4356-pcie.txt\", \"gid\": 0, \"group\": \"root\", \"item\": \"files/brcmfmac4356-pcie.txt\", \"md5sum\": \"c92c567e10c9db426ddf664adaa085bc\", \"mode\": \"0644\", \"owner\": \"root\", \"size\": 2730, \"src\": \"/root/.ansible/tmp/ansible-tmp-1503464085.82-126024345871483/source\", \"state\": \"file\", \"uid\": 0}", "", "msg: All items completed", "", "TASK [common : remove obsolete files] ******************************************", "ok: [localhost] => (item=/boot/config-4.12.0-custom) => {\"changed\": false, \"item\": \"/boot/config-4.12.0-custom\", \"path\": \"/boot/config-4.12.0-custom\", \"state\": \"absent\"}", "ok: [localhost] => (item=/boot/config-4.12.0-gpdpocket) => {\"changed\": false, \"item\": \"/boot/config-4.12.0-gpdpocket\", \"path\": \"/boot/config-4.12.0-gpdpocket\", \"state\": \"absent\"}", "ok: [localhost] => (item=/boot/initrd.img-4.12.0-custom) => {\"changed\": false, \"item\": \"/boot/initrd.img-4.12.0-custom\", \"path\": \"/boot/initrd.img-4.12.0-custom\", \"state\": \"absent\"}", "ok: [localhost] => (item=/boot/initrd.img-4.12.0-gpdpocket) => {\"changed\": false, \"item\": \"/boot/initrd.img-4.12.0-gpdpocket\", \"path\": \"/boot/initrd.img-4.12.0-gpdpocket\", \"state\": \"absent\"}", "ok: [localhost] => (item=/boot/system.map-4.12.0-custom) => {\"changed\": false, \"item\": \"/boot/system.map-4.12.0-custom\", \"path\": \"/boot/system.map-4.12.0-custom\", \"state\": \"absent\"}", "ok: [localhost] => (item=/boot/system.map-4.12.0-gpdpocket) => {\"changed\": false, \"item\": \"/boot/system.map-4.12.0-gpdpocket\", \"path\": \"/boot/system.map-4.12.0-gpdpocket\", \"state\": \"absent\"}", "ok: [localhost] => (item=/boot/vmlinuz-4.12.0-custom) => {\"changed\": false, \"item\": \"/boot/vmlinuz-4.12.0-custom\", \"path\": \"/boot/vmlinuz-4.12.0-custom\", \"state\": \"absent\"}", "ok: [localhost] => (item=/boot/vmlinuz-4.12.0-gpdpocket) => {\"changed\": false, \"item\": \"/boot/vmlinuz-4.12.0-gpdpocket\", \"path\": \"/boot/vmlinuz-4.12.0-gpdpocket\", \"state\": \"absent\"}", "ok: [localhost] => (item=/etc/dconf/db/gdm.d) => {\"changed\": false, \"item\": \"/etc/dconf/db/gdm.d\", \"path\": \"/etc/dconf/db/gdm.d\", \"state\": \"absent\"}", "ok: [localhost] => (item=/etc/dconf/db/local.d/03-scaling) => {\"changed\": false, \"item\": \"/etc/dconf/db/local.d/03-scaling\", \"path\": \"/etc/dconf/db/local.d/03-scaling\", \"state\": \"absent\"}", "ok: [localhost] => (item=/etc/dconf/db/local.d/03scaling) => {\"changed\": false, \"item\": \"/etc/dconf/db/local.d/03scaling\", \"path\": \"/etc/dconf/db/local.d/03scaling\", \"state\": \"absent\"}", "ok: [localhost] => (item=/etc/gpdfand.conf) => {\"changed\": false, \"item\": \"/etc/gpdfand.conf\", \"path\": \"/etc/gpdfand.conf\", \"state\": \"absent\"}", "ok: [localhost] => (item=/etc/systemd/system/gpdfand.service) => {\"changed\": false, \"item\": \"/etc/systemd/system/gpdfand.service\", \"path\": \"/etc/systemd/system/gpdfand.service\", \"state\": \"absent\"}", "ok: [localhost] => (item=/etc/systemd/system/gpdrotate.service) => {\"changed\": false, \"item\": \"/etc/systemd/system/gpdrotate.service\", \"path\": \"/etc/systemd/system/gpdrotate.service\", \"state\": \"absent\"}", "ok: [localhost] => (item=/etc/udev/rules.d/99-local-bluetooth.rules) => {\"changed\": false, \"item\": \"/etc/udev/rules.d/99-local-bluetooth.rules\", \"path\": \"/etc/udev/rules.d/99-local-bluetooth.rules\", \"state\": \"absent\"}", "ok: [localhost] => (item=/etc/X11/xorg.conf.d/30-monitor.conf) => {\"changed\": false, \"item\": \"/etc/X11/xorg.conf.d/30-monitor.conf\", \"path\": \"/etc/X11/xorg.conf.d/30-monitor.conf\", \"state\": \"absent\"}", "ok: [localhost] => (item=/etc/X11/xorg.conf.d/80-screen.conf) => {\"changed\": false, \"item\": \"/etc/X11/xorg.conf.d/80-screen.conf\", \"path\": \"/etc/X11/xorg.conf.d/80-screen.conf\", \"state\": \"absent\"}", "ok: [localhost] => (item=/etc/X11/xorg.conf.d/89-screen.conf) => {\"changed\": false, \"item\": \"/etc/X11/xorg.conf.d/89-screen.conf\", \"path\": \"/etc/X11/xorg.conf.d/89-screen.conf\", \"state\": \"absent\"}", "ok: [localhost] => (item=/etc/X11/xorg.conf.d/90-monitor.conf) => {\"changed\": false, \"item\": \"/etc/X11/xorg.conf.d/90-monitor.conf\", \"path\": \"/etc/X11/xorg.conf.d/90-monitor.conf\", \"state\": \"absent\"}", "ok: [localhost] => (item=/etc/X11/xorg.conf.d/90-screen.conf) => {\"changed\": false, \"item\": \"/etc/X11/xorg.conf.d/90-screen.conf\", \"path\": \"/etc/X11/xorg.conf.d/90-screen.conf\", \"state\": \"absent\"}", "ok: [localhost] => (item=/etc/X11/Xsession.d/01gpdrotate) => {\"changed\": false, \"item\": \"/etc/X11/Xsession.d/01gpdrotate\", \"path\": \"/etc/X11/Xsession.d/01gpdrotate\", \"state\": \"absent\"}", "ok: [localhost] => (item=/etc/X11/Xsession.d/01touchscreen) => {\"changed\": false, \"item\": \"/etc/X11/Xsession.d/01touchscreen\", \"path\": \"/etc/X11/Xsession.d/01touchscreen\", \"state\": \"absent\"}", "ok: [localhost] => (item=/etc/X11/Xsession.d/02gpdrotate) => {\"changed\": false, \"item\": \"/etc/X11/Xsession.d/02gpdrotate\", \"path\": \"/etc/X11/Xsession.d/02gpdrotate\", \"state\": \"absent\"}", "ok: [localhost] => (item=/etc/X11/Xsession.d/02scale) => {\"changed\": false, \"item\": \"/etc/X11/Xsession.d/02scale\", \"path\": \"/etc/X11/Xsession.d/02scale\", \"state\": \"absent\"}", "ok: [localhost] => (item=/etc/X11/Xsession.d/03scaling) => {\"changed\": false, \"item\": \"/etc/X11/Xsession.d/03scaling\", \"path\": \"/etc/X11/Xsession.d/03scaling\", \"state\": \"absent\"}", "ok: [localhost] => (item=/etc/X11/Xsession.d/03scrolling) => {\"changed\": false, \"item\": \"/etc/X11/Xsession.d/03scrolling\", \"path\": \"/etc/X11/Xsession.d/03scrolling\", \"state\": \"absent\"}", "ok: [localhost] => (item=/etc/X11/Xsession.d/04gpdrotate) => {\"changed\": false, \"item\": \"/etc/X11/Xsession.d/04gpdrotate\", \"path\": \"/etc/X11/Xsession.d/04gpdrotate\", \"state\": \"absent\"}", "ok: [localhost] => (item=/etc/X11/Xsession.d/98gpdrotate) => {\"changed\": false, \"item\": \"/etc/X11/Xsession.d/98gpdrotate\", \"path\": \"/etc/X11/Xsession.d/98gpdrotate\", \"state\": \"absent\"}", "ok: [localhost] => (item=/etc/X11/Xsession.d/98touchscreen) => {\"changed\": false, \"item\": \"/etc/X11/Xsession.d/98touchscreen\", \"path\": \"/etc/X11/Xsession.d/98touchscreen\", \"state\": \"absent\"}", "ok: [localhost] => (item=/etc/X11/Xsession.d/99touchscreen) => {\"changed\": false, \"item\": \"/etc/X11/Xsession.d/99touchscreen\", \"path\": \"/etc/X11/Xsession.d/99touchscreen\", \"state\": \"absent\"}", "ok: [localhost] => (item=/lib/firmware/brcmfmac4356-pcie.bin) => {\"changed\": false, \"item\": \"/lib/firmware/brcmfmac4356-pcie.bin\", \"path\": \"/lib/firmware/brcmfmac4356-pcie.bin\", \"state\": \"absent\"}", "ok: [localhost] => (item=/lib/firmware/brcmfmac4356-pcie.txt) => {\"changed\": false, \"item\": \"/lib/firmware/brcmfmac4356-pcie.txt\", \"path\": \"/lib/firmware/brcmfmac4356-pcie.txt\", \"state\": \"absent\"}", "ok: [localhost] => (item=/lib/modules/4.12.0-custom) => {\"changed\": false, \"item\": \"/lib/modules/4.12.0-custom\", \"path\": \"/lib/modules/4.12.0-custom\", \"state\": \"absent\"}", "ok: [localhost] => (item=/lib/modules/4.12.0-gpdpocket) => {\"changed\": false, \"item\": \"/lib/modules/4.12.0-gpdpocket\", \"path\": \"/lib/modules/4.12.0-gpdpocket\", \"state\": \"absent\"}", "ok: [localhost] => (item=/lib/systemd/system-sleep/gpdfand) => {\"changed\": false, \"item\": \"/lib/systemd/system-sleep/gpdfand\", \"path\": \"/lib/systemd/system-sleep/gpdfand\", \"state\": \"absent\"}", "ok: [localhost] => (item=/root/ansible-gpdpocket) => {\"changed\": false, \"item\": \"/root/ansible-gpdpocket\", \"path\": \"/root/ansible-gpdpocket\", \"state\": \"absent\"}", "ok: [localhost] => (item=/usr/lib/firmware/brcmfmac4356-pcie.bin) => {\"changed\": false, \"item\": \"/usr/lib/firmware/brcmfmac4356-pcie.bin\", \"path\": \"/usr/lib/firmware/brcmfmac4356-pcie.bin\", \"state\": \"absent\"}", "ok: [localhost] => (item=/usr/lib/firmware/brcmfmac4356-pcie.txt) => {\"changed\": false, \"item\": \"/usr/lib/firmware/brcmfmac4356-pcie.txt\", \"path\": \"/usr/lib/firmware/brcmfmac4356-pcie.txt\", \"state\": \"absent\"}", "ok: [localhost] => (item=/usr/local/bin/gpdfand) => {\"changed\": false, \"item\": \"/usr/local/bin/gpdfand\", \"path\": \"/usr/local/bin/gpdfand\", \"state\": \"absent\"}", "ok: [localhost] => (item=/usr/local/bin/ansible-update) => {\"changed\": false, \"item\": \"/usr/local/bin/ansible-update\", \"path\": \"/usr/local/bin/ansible-update\", \"state\": \"absent\"}", "ok: [localhost] => (item=/usr/local/sbin/gpdfand) => {\"changed\": false, \"item\": \"/usr/local/sbin/gpdfand\", \"path\": \"/usr/local/sbin/gpdfand\", \"state\": \"absent\"}", "ok: [localhost] => (item=/usr/local/sbin/gpdrotate) => {\"changed\": false, \"item\": \"/usr/local/sbin/gpdrotate\", \"path\": \"/usr/local/sbin/gpdrotate\", \"state\": \"absent\"}", "ok: [localhost] => (item=/usr/share/alsa/ucm/chtrt5645.conf) => {\"changed\": false, \"item\": \"/usr/share/alsa/ucm/chtrt5645.conf\", \"path\": \"/usr/share/alsa/ucm/chtrt5645.conf\", \"state\": \"absent\"}", "ok: [localhost] => (item=/usr/share/alsa/ucm/HiFi.conf) => {\"changed\": false, \"item\": \"/usr/share/alsa/ucm/HiFi.conf\", \"path\": \"/usr/share/alsa/ucm/HiFi.conf\", \"state\": \"absent\"}", "ok: [localhost] => (item=/usr/src/linux-gpdpocket) => {\"changed\": false, \"item\": \"/usr/src/linux-gpdpocket\", \"path\": \"/usr/src/linux-gpdpocket\", \"state\": \"absent\"}", "ok: [localhost] => (item=/var/lib/gdm3/.config/monitors.xml) => {\"changed\": false, \"item\": \"/var/lib/gdm3/.config/monitors.xml\", \"path\": \"/var/lib/gdm3/.config/monitors.xml\", \"state\": \"absent\"}", "ok: [localhost] => (item=/var/lib/lightdm/.config/monitors.xml) => {\"changed\": false, \"item\": \"/var/lib/lightdm/.config/monitors.xml\", \"path\": \"/var/lib/lightdm/.config/monitors.xml\", \"state\": \"absent\"}", "ok: [localhost] => (item=/var/log/gpdfand) => {\"changed\": false, \"item\": \"/var/log/gpdfand\", \"path\": \"/var/log/gpdfand\", \"state\": \"absent\"}", "", "msg: All items completed", "", "TASK [common : remove broken pulse config] *************************************", "ok: [localhost] => (item=set-default-sink 1) => {\"backup\": \"\", \"changed\": false, \"found\": 0, \"item\": \"set-default-sink 1\", \"msg\": \"\"}", "ok: [localhost] => (item=set-default-source 1) => {\"backup\": \"\", \"changed\": false, \"found\": 0, \"item\": \"set-default-source 1\", \"msg\": \"\"}", "ok: [localhost] => (item=set-default-sink = 1) => {\"backup\": \"\", \"changed\": false, \"found\": 0, \"item\": \"set-default-sink = 1\", \"msg\": \"\"}", "", "msg: All items completed", "ok: [localhost] => (item=set-default-source = 1) => {\"backup\": \"\", \"changed\": false, \"found\": 0, \"item\": \"set-default-source = 1\", \"msg\": \"\"}", "", "TASK [common : remove old default audio config] ********************************", "ok: [localhost] => (item=set-default-sink 1) => {\"backup\": \"\", \"changed\": false, \"found\": 0, \"item\": \"set-default-sink 1\", \"msg\": \"\"}", "ok: [localhost] => (item=set-default-source 2) => {\"backup\": \"\", \"changed\": false, \"found\": 0, \"item\": \"set-default-source 2\", \"msg\": \"\"}", "", "msg: All items completed", "", "TASK [common : remove obsolete rc.local config] ********************************", "ok: [localhost] => (item=^modprobe btusb) => {\"changed\": false, \"item\": \"^modprobe btusb\", \"msg\": \"file not present\"}", "ok: [localhost] => (item=^echo \"0000 0000\") => {\"changed\": false, \"item\": \"^echo \\\"0000 0000\\\"\", \"msg\": \"file not present\"}", "", "msg: All items completed", "", "TASK [common : remove disk line from grub (accidentically placed there)] *******", "ok: [localhost] => {\"changed\": false, \"msg\": \"file not present\"}", "", "msg: file not present", "", "TASK [common : check if running in chroot (iso creation)] **********************", "ok: [localhost] => {\"changed\": false, \"cmd\": \"if [ \\\"$(stat -c %d:%i /)\\\" != \\\"$(stat -c %d:%i /proc/1/root/.)\\\" ]; then\\n echo 'true'\\n else\\n echo 'false'\\n fi\", \"delta\": \"0:00:00.010578\", \"end\": \"2017-08-23 04:54:54.126729\", \"rc\": 0, \"start\": \"2017-08-23 04:54:54.116151\", \"stderr\": \"\", \"stderr_lines\": [], \"stdout\": \"true\", \"stdout_lines\": [\"true\"]}", "", "cmd: if [ \"$(stat -c %d:%i /)\" != \"$(stat -c %d:%i /proc/1/root/.)\" ]; then", " echo 'true'", " else", " echo 'false'", " fi", "", "start: 2017-08-23 04:54:54.116151", "", "end: 2017-08-23 04:54:54.126729", "", "delta: 0:00:00.010578", "", "stdout: true", "", "TASK [common : set chroot status as fact] **************************************", "ok: [localhost] => {\"ansible_facts\": {\"chroot\": true}, \"changed\": false}", "", "TASK [common : create gpd config directory] ************************************", "changed: [localhost] => {\"changed\": true, \"gid\": 0, \"group\": \"root\", \"mode\": \"0755\", \"owner\": \"root\", \"path\": \"/etc/gpd\", \"size\": 4096, \"state\": \"directory\", \"uid\": 0}", "", "TASK [common : install python-selinux] *****************************************", "skipping: [localhost] => {\"changed\": false, \"skip_reason\": \"Conditional result was False\", \"skipped\": true}", "", "TASK [common : install update script] ******************************************", "changed: [localhost] => {\"changed\": true, \"checksum\": \"710473d0789cf69005f2c84725fb385c1e307655\", \"dest\": \"/usr/local/bin/gpd-update\", \"gid\": 0, \"group\": \"root\", \"md5sum\": \"9a7578c9ae084943c41437a160aa462b\", \"mode\": \"0755\", \"owner\": \"root\", \"size\": 812, \"src\": \"/root/.ansible/tmp/ansible-tmp-1503464094.5-279846228078025/source\", \"state\": \"file\", \"uid\": 0}", "", "TASK [audio : install essential packages (this may take a while)] **************", "skipping: [localhost] => (item=gstreamer-vaapi) => {\"changed\": false, \"item\": \"gstreamer-vaapi\", \"skip_reason\": \"Conditional result was False\", \"skipped\": true}", "skipping: [localhost] => (item=pulseaudio) => {\"changed\": false, \"item\": \"pulseaudio\", \"skip_reason\": \"Conditional result was False\", \"skipped\": true}", "", "TASK [audio : install essential packages (this may take a while)] **************", "changed: [localhost] => (item=gstreamer1.0-vaapi) => {\"cache_update_time\": 1503464049, \"cache_updated\": false, \"changed\": true, \"item\": \"gstreamer1.0-vaapi\", \"stderr\": \"E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)\\n\", \"stderr_lines\": [\"E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)\"], \"stdout\": \"Reading package lists...\\nBuilding dependency tree...\\nReading state information...\\nThe following additional packages will be installed:\\n fontconfig-config gstreamer1.0-plugins-bad libass9 libfontconfig1\\n libgstreamer-plugins-bad1.0-0 libgstreamer-plugins-base1.0-0\\n libgstreamer1.0-0 libva-drm1 libva-wayland1 libva-x11-1 libva1 libvulkan1\\n libx265-130\\nSuggested packages:\\n frei0r-plugins gstreamer1.0-vaapi-doc libvisual-0.4-plugins\\n gstreamer1.0-tools\\nThe following NEW packages will be installed:\\n gstreamer1.0-vaapi libass9 libva-wayland1 libvulkan1 libx265-130\\nThe following packages will be upgraded:\\n fontconfig-config gstreamer1.0-plugins-bad libfontconfig1\\n libgstreamer-plugins-bad1.0-0 libgstreamer-plugins-base1.0-0\\n libgstreamer1.0-0 libva-drm1 libva-x11-1 libva1\\n9 upgraded, 5 newly installed, 0 to remove and 1247 not upgraded.\\nNeed to get 11.0 MB of archives.\\nAfter this operation, 13.5 MB of additional disk space will be used.\\nGet:1 http://archive-10.kali.org/kali kali-rolling/main amd64 fontconfig-config all 2.12.3-0.2 [304 kB]\\nGet:2 http://archive-11.kali.org/kali kali-rolling/main amd64 libgstreamer-plugins-base1.0-0 amd64 1.12.2-1 [1687 kB]\\nGet:3 http://archive-9.kali.org/kali kali-rolling/main amd64 gstreamer1.0-plugins-bad amd64 1.12.2-1+b1 [3094 kB]\\nGet:4 http://archive-11.kali.org/kali kali-rolling/main amd64 libgstreamer1.0-0 amd64 1.12.2-1 [2006 kB]\\nGet:5 http://archive-11.kali.org/kali kali-rolling/main amd64 libfontconfig1 amd64 2.12.3-0.2 [366 kB]\\nGet:7 http://archive-11.kali.org/kali kali-rolling/main amd64 libgstreamer-plugins-bad1.0-0 amd64 1.12.2-1+b1 [1947 kB]\\nGet:11 http://archive-10.kali.org/kali kali-rolling/main amd64 libva-drm1 amd64 1.8.3-1 [14.8 kB]\\nGet:8 http://archive-11.kali.org/kali kali-rolling/main amd64 libvulkan1 amd64 1.0.54.0+dfsg1-1 [83.2 kB]\\nGet:9 http://archive-11.kali.org/kali kali-rolling/main amd64 libx265-130 amd64 2.5-2 [1047 kB]\\nGet:10 http://archive-11.kali.org/kali kali-rolling/main amd64 libva-x11-1 amd64 1.8.3-1 [19.5 kB]\\nGet:14 http://archive-12.kali.org/kali kali-rolling/main amd64 gstreamer1.0-vaapi amd64 1.12.2-1+b1 [278 kB]\\nGet:6 http://archive-9.kali.org/kali kali-rolling/main amd64 libass9 amd64 1:0.13.7-2 [91.8 kB]\\nGet:12 http://archive-9.kali.org/kali kali-rolling/main amd64 libva1 amd64 1.8.3-1 [52.5 kB]\\nGet:13 http://archive-9.kali.org/kali kali-rolling/main amd64 libva-wayland1 amd64 1.8.3-1 [15.9 kB]\\napt-listchanges: Reading changelogs...\\napt-listchanges: News\\n---------------------\\n\\nfontconfig (2.12.3-0.2) unstable; urgency=medium\\n\\n Starting with version 2.12, fontconfig is using \\\"Slight\\\" (hintslight) as\\n automatic hinting style. This might change the rendering of the fonts.\\n\\n If you want the to restore the old hinting, run \\\"dpkg-reconfigure\\n fontconfig-config\\\" and select \\\"Full\\\" as hinting style.\\n\\n -- Laurent Bigonville <bigon@debian.org> Tue, 04 Jul 2017 21:10:57 +0200\\n\\napt-listchanges: Mailing root: apt-listchanges: news for kali\\nPreconfiguring packages ...\\nFetched 11.0 MB in 2s (4279 kB/s)\\n(Reading database ... 307374 files and directories currently installed.)\\nPreparing to unpack .../00-fontconfig-config_2.12.3-0.2_all.deb ...\\nUnpacking fontconfig-config (2.12.3-0.2) over (2.11.0-6.7) ...\\nPreparing to unpack .../01-libgstreamer-plugins-base1.0-0_1.12.2-1_amd64.deb ...\\nUnpacking libgstreamer-plugins-base1.0-0:amd64 (1.12.2-1) over (1.10.4-1) ...\\nPreparing to unpack .../02-gstreamer1.0-plugins-bad_1.12.2-1+b1_amd64.deb ...\\nUnpacking gstreamer1.0-plugins-bad:amd64 (1.12.2-1+b1) over (1.10.4-1) ...\\nPreparing to unpack .../03-libgstreamer1.0-0_1.12.2-1_amd64.deb ...\\nUnpacking libgstreamer1.0-0:amd64 (1.12.2-1) over (1.10.4-1) ...\\nPreparing to unpack .../04-libfontconfig1_2.12.3-0.2_amd64.deb ...\\nUnpacking libfontconfig1:amd64 (2.12.3-0.2) over (2.11.0-6.7+b1) ...\\nSelecting previously unselected package libass9:amd64.\\nPreparing to unpack .../05-libass9_1%3a0.13.7-2_amd64.deb ...\\nUnpacking libass9:amd64 (1:0.13.7-2) ...\\nPreparing to unpack .../06-libgstreamer-plugins-bad1.0-0_1.12.2-1+b1_amd64.deb ...\\nUnpacking libgstreamer-plugins-bad1.0-0:amd64 (1.12.2-1+b1) over (1.10.4-1) ...\\nSelecting previously unselected package libvulkan1:amd64.\\nPreparing to unpack .../07-libvulkan1_1.0.54.0+dfsg1-1_amd64.deb ...\\nUnpacking libvulkan1:amd64 (1.0.54.0+dfsg1-1) ...\\nSelecting previously unselected package libx265-130:amd64.\\nPreparing to unpack .../08-libx265-130_2.5-2_amd64.deb ...\\nUnpacking libx265-130:amd64 (2.5-2) ...\\nPreparing to unpack .../09-libva-x11-1_1.8.3-1_amd64.deb ...\\nUnpacking libva-x11-1:amd64 (1.8.3-1) over (1.7.3-2) ...\\nPreparing to unpack .../10-libva-drm1_1.8.3-1_amd64.deb ...\\nUnpacking libva-drm1:amd64 (1.8.3-1) over (1.7.3-2) ...\\nPreparing to unpack .../11-libva1_1.8.3-1_amd64.deb ...\\nUnpacking libva1:amd64 (1.8.3-1) over (1.7.3-2) ...\\nSelecting previously unselected package libva-wayland1:amd64.\\nPreparing to unpack .../12-libva-wayland1_1.8.3-1_amd64.deb ...\\nUnpacking libva-wayland1:amd64 (1.8.3-1) ...\\nSelecting previously unselected package gstreamer1.0-vaapi:amd64.\\nPreparing to unpack .../13-gstreamer1.0-vaapi_1.12.2-1+b1_amd64.deb ...\\nUnpacking gstreamer1.0-vaapi:amd64 (1.12.2-1+b1) ...\\nSetting up libvulkan1:amd64 (1.0.54.0+dfsg1-1) ...\\nSetting up fontconfig-config (2.12.3-0.2) ...\\nInstalling new version of config file /etc/fonts/fonts.conf ...\\nSetting up libgstreamer1.0-0:amd64 (1.12.2-1) ...\\nSetcap worked! gst-ptp-helper is not suid!\\nProcessing triggers for sgml-base (1.29) ...\\nSetting up libva1:amd64 (1.8.3-1) ...\\nProcessing triggers for libc-bin (2.24-9) ...\\nSetting up libx265-130:amd64 (2.5-2) ...\\nProcessing triggers for man-db (2.7.6.1-2) ...\\nSetting up libva-drm1:amd64 (1.8.3-1) ...\\nSetting up libva-x11-1:amd64 (1.8.3-1) ...\\nSetting up libgstreamer-plugins-base1.0-0:amd64 (1.12.2-1) ...\\nSetting up libfontconfig1:amd64 (2.12.3-0.2) ...\\nSetting up libva-wayland1:amd64 (1.8.3-1) ...\\nSetting up libass9:amd64 (1:0.13.7-2) ...\\nSetting up libgstreamer-plugins-bad1.0-0:amd64 (1.12.2-1+b1) ...\\nSetting up gstreamer1.0-vaapi:amd64 (1.12.2-1+b1) ...\\nSetting up gstreamer1.0-plugins-bad:amd64 (1.12.2-1+b1) ...\\nProcessing triggers for libc-bin (2.24-9) ...\\n\", \"stdout_lines\": [\"Reading package lists...\", \"Building dependency tree...\", \"Reading state information...\", \"The following additional packages will be installed:\", \" fontconfig-config gstreamer1.0-plugins-bad libass9 libfontconfig1\", \" libgstreamer-plugins-bad1.0-0 libgstreamer-plugins-base1.0-0\", \" libgstreamer1.0-0 libva-drm1 libva-wayland1 libva-x11-1 libva1 libvulkan1\", \" libx265-130\", \"Suggested packages:\", \" frei0r-plugins gstreamer1.0-vaapi-doc libvisual-0.4-plugins\", \" gstreamer1.0-tools\", \"The following NEW packages will be installed:\", \" gstreamer1.0-vaapi libass9 libva-wayland1 libvulkan1 libx265-130\", \"The following packages will be upgraded:\", \" fontconfig-config gstreamer1.0-plugins-bad libfontconfig1\", \" libgstreamer-plugins-bad1.0-0 libgstreamer-plugins-base1.0-0\", \" libgstreamer1.0-0 libva-drm1 libva-x11-1 libva1\", \"9 upgraded, 5 newly installed, 0 to remove and 1247 not upgraded.\", \"Need to get 11.0 MB of archives.\", \"After this operation, 13.5 MB of additional disk space will be used.\", \"Get:1 http://archive-10.kali.org/kali kali-rolling/main amd64 fontconfig-config all 2.12.3-0.2 [304 kB]\", \"Get:2 http://archive-11.kali.org/kali kali-rolling/main amd64 libgstreamer-plugins-base1.0-0 amd64 1.12.2-1 [1687 kB]\", \"Get:3 http://archive-9.kali.org/kali kali-rolling/main amd64 gstreamer1.0-plugins-bad amd64 1.12.2-1+b1 [3094 kB]\", \"Get:4 http://archive-11.kali.org/kali kali-rolling/main amd64 libgstreamer1.0-0 amd64 1.12.2-1 [2006 kB]\", \"Get:5 http://archive-11.kali.org/kali kali-rolling/main amd64 libfontconfig1 amd64 2.12.3-0.2 [366 kB]\", \"Get:7 http://archive-11.kali.org/kali kali-rolling/main amd64 libgstreamer-plugins-bad1.0-0 amd64 1.12.2-1+b1 [1947 kB]\", \"Get:11 http://archive-10.kali.org/kali kali-rolling/main amd64 libva-drm1 amd64 1.8.3-1 [14.8 kB]\", \"Get:8 http://archive-11.kali.org/kali kali-rolling/main amd64 libvulkan1 amd64 1.0.54.0+dfsg1-1 [83.2 kB]\", \"Get:9 http://archive-11.kali.org/kali kali-rolling/main amd64 libx265-130 amd64 2.5-2 [1047 kB]\", \"Get:10 http://archive-11.kali.org/kali kali-rolling/main amd64 libva-x11-1 amd64 1.8.3-1 [19.5 kB]\", \"Get:14 http://archive-12.kali.org/kali kali-rolling/main amd64 gstreamer1.0-vaapi amd64 1.12.2-1+b1 [278 kB]\", \"Get:6 http://archive-9.kali.org/kali kali-rolling/main amd64 libass9 amd64 1:0.13.7-2 [91.8 kB]\", \"Get:12 http://archive-9.kali.org/kali kali-rolling/main amd64 libva1 amd64 1.8.3-1 [52.5 kB]\", \"Get:13 http://archive-9.kali.org/kali kali-rolling/main amd64 libva-wayland1 amd64 1.8.3-1 [15.9 kB]\", \"apt-listchanges: Reading changelogs...\", \"apt-listchanges: News\", \"---------------------\", \"\", \"fontconfig (2.12.3-0.2) unstable; urgency=medium\", \"\", \" Starting with version 2.12, fontconfig is using \\\"Slight\\\" (hintslight) as\", \" automatic hinting style. This might change the rendering of the fonts.\", \"\", \" If you want the to restore the old hinting, run \\\"dpkg-reconfigure\", \" fontconfig-config\\\" and select \\\"Full\\\" as hinting style.\", \"\", \" -- Laurent Bigonville <bigon@debian.org> Tue, 04 Jul 2017 21:10:57 +0200\", \"\", \"apt-listchanges: Mailing root: apt-listchanges: news for kali\", \"Preconfiguring packages ...\", \"Fetched 11.0 MB in 2s (4279 kB/s)\", \"(Reading database ... 307374 files and directories currently installed.)\", \"Preparing to unpack .../00-fontconfig-config_2.12.3-0.2_all.deb ...\", \"Unpacking fontconfig-config (2.12.3-0.2) over (2.11.0-6.7) ...\", \"Preparing to unpack .../01-libgstreamer-plugins-base1.0-0_1.12.2-1_amd64.deb ...\", \"Unpacking libgstreamer-plugins-base1.0-0:amd64 (1.12.2-1) over (1.10.4-1) ...\", \"Preparing to unpack .../02-gstreamer1.0-plugins-bad_1.12.2-1+b1_amd64.deb ...\", \"Unpacking gstreamer1.0-plugins-bad:amd64 (1.12.2-1+b1) over (1.10.4-1) ...\", \"Preparing to unpack .../03-libgstreamer1.0-0_1.12.2-1_amd64.deb ...\", \"Unpacking libgstreamer1.0-0:amd64 (1.12.2-1) over (1.10.4-1) ...\", \"Preparing to unpack .../04-libfontconfig1_2.12.3-0.2_amd64.deb ...\", \"Unpacking libfontconfig1:amd64 (2.12.3-0.2) over (2.11.0-6.7+b1) ...\", \"Selecting previously unselected package libass9:amd64.\", \"Preparing to unpack .../05-libass9_1%3a0.13.7-2_amd64.deb ...\", \"Unpacking libass9:amd64 (1:0.13.7-2) ...\", \"Preparing to unpack .../06-libgstreamer-plugins-bad1.0-0_1.12.2-1+b1_amd64.deb ...\", \"Unpacking libgstreamer-plugins-bad1.0-0:amd64 (1.12.2-1+b1) over (1.10.4-1) ...\", \"Selecting previously unselected package libvulkan1:amd64.\", \"Preparing to unpack .../07-libvulkan1_1.0.54.0+dfsg1-1_amd64.deb ...\", \"Unpacking libvulkan1:amd64 (1.0.54.0+dfsg1-1) ...\", \"Selecting previously unselected package libx265-130:amd64.\", \"Preparing to unpack .../08-libx265-130_2.5-2_amd64.deb ...\", \"Unpacking libx265-130:amd64 (2.5-2) ...\", \"Preparing to unpack .../09-libva-x11-1_1.8.3-1_amd64.deb ...\", \"Unpacking libva-x11-1:amd64 (1.8.3-1) over (1.7.3-2) ...\", \"Preparing to unpack .../10-libva-drm1_1.8.3-1_amd64.deb ...\", \"Unpacking libva-drm1:amd64 (1.8.3-1) over (1.7.3-2) ...\", \"Preparing to unpack .../11-libva1_1.8.3-1_amd64.deb ...\", \"Unpacking libva1:amd64 (1.8.3-1) over (1.7.3-2) ...\", \"Selecting previously unselected package libva-wayland1:amd64.\", \"Preparing to unpack .../12-libva-wayland1_1.8.3-1_amd64.deb ...\", \"Unpacking libva-wayland1:amd64 (1.8.3-1) ...\", \"Selecting previously unselected package gstreamer1.0-vaapi:amd64.\", \"Preparing to unpack .../13-gstreamer1.0-vaapi_1.12.2-1+b1_amd64.deb ...\", \"Unpacking gstreamer1.0-vaapi:amd64 (1.12.2-1+b1) ...\", \"Setting up libvulkan1:amd64 (1.0.54.0+dfsg1-1) ...\", \"Setting up fontconfig-config (2.12.3-0.2) ...\", \"Installing new version of config file /etc/fonts/fonts.conf ...\", \"Setting up libgstreamer1.0-0:amd64 (1.12.2-1) ...\", \"Setcap worked! gst-ptp-helper is not suid!\", \"Processing triggers for sgml-base (1.29) ...\", \"Setting up libva1:amd64 (1.8.3-1) ...\", \"Processing triggers for libc-bin (2.24-9) ...\", \"Setting up libx265-130:amd64 (2.5-2) ...\", \"Processing triggers for man-db (2.7.6.1-2) ...\", \"Setting up libva-drm1:amd64 (1.8.3-1) ...\", \"Setting up libva-x11-1:amd64 (1.8.3-1) ...\", \"Setting up libgstreamer-plugins-base1.0-0:amd64 (1.12.2-1) ...\", \"Setting up libfontconfig1:amd64 (2.12.3-0.2) ...\", \"Setting up libva-wayland1:amd64 (1.8.3-1) ...\", \"Setting up libass9:amd64 (1:0.13.7-2) ...\", \"Setting up libgstreamer-plugins-bad1.0-0:amd64 (1.12.2-1+b1) ...\", \"Setting up gstreamer1.0-vaapi:amd64 (1.12.2-1+b1) ...\", \"Setting up gstreamer1.0-plugins-bad:amd64 (1.12.2-1+b1) ...\", \"Processing triggers for libc-bin (2.24-9) ...\"]}", "ok: [localhost] => (item=pulseaudio) => {\"cache_update_time\": 1503464049, \"cache_updated\": false, \"changed\": false, \"item\": \"pulseaudio\"}", "", "msg: All items completed", "", "TASK [audio : install essential packages (this may take a while)] **************", "skipping: [localhost] => (item=gstreamer1-vaapi) => {\"changed\": false, \"item\": \"gstreamer1-vaapi\", \"skip_reason\": \"Conditional result was False\", \"skipped\": true}", "skipping: [localhost] => (item=pulseaudio) => {\"changed\": false, \"item\": \"pulseaudio\", \"skip_reason\": \"Conditional result was False\", \"skipped\": true}", "", "TASK [audio : set USE flags for packages] **************************************", "skipping: [localhost] => (item={u'flags': u'aac alsa cdda flac mp3 mpeg ogg pulseaudio vaapi', u'package': u'media-plugins/gst-plugins-meta'}) => {\"changed\": false, \"item\": {\"flags\": \"aac alsa cdda flac mp3 mpeg ogg pulseaudio vaapi\", \"package\": \"media-plugins/gst-plugins-meta\"}, \"skip_reason\": \"Conditional result was False\", \"skipped\": true}", "skipping: [localhost] => (item={u'flags': u'alsa alsa-plugin bluetooth dbus systemd udev', u'package': u'media-sound/pulseaudio'}) => {\"changed\": false, \"item\": {\"flags\": \"alsa alsa-plugin bluetooth dbus systemd udev\", \"package\": \"media-sound/pulseaudio\"}, \"skip_reason\": \"Conditional result was False\", \"skipped\": true}", "", "TASK [audio : install essential packages (this may take a while)] **************", "skipping: [localhost] => (item=media-plugins/gst-plugins-meta) => {\"changed\": false, \"item\": \"media-plugins/gst-plugins-meta\", \"skip_reason\": \"Conditional result was False\", \"skipped\": true}", "skipping: [localhost] => (item=media-sound/pulseaudio) => {\"changed\": false, \"item\": \"media-sound/pulseaudio\", \"skip_reason\": \"Conditional result was False\", \"skipped\": true}", "", "TASK [audio : install essential packages (this may take a while)] **************", "skipping: [localhost] => (item=gstreamer-vaapi) => {\"changed\": false, \"item\": \"gstreamer-vaapi\", \"skip_reason\": \"Conditional result was False\", \"skipped\": true}", "skipping: [localhost] => (item=pulseaudio) => {\"changed\": false, \"item\": \"pulseaudio\", \"skip_reason\": \"Conditional result was False\", \"skipped\": true}", "", "TASK [audio : create chtrt5645 directory] **************************************", "ok: [localhost] => {\"changed\": false, \"gid\": 0, \"group\": \"root\", \"mode\": \"0755\", \"owner\": \"root\", \"path\": \"/usr/share/alsa/ucm/chtrt5645\", \"size\": 4096, \"state\": \"directory\", \"uid\": 0}", "", "TASK [audio : copy audio config files to device] *******************************", "changed: [localhost] => (item=files/chtrt5645.conf) => {\"changed\": true, \"checksum\": \"91b71d5caaa1bde928301cf6b74b791f99f8d196\", \"dest\": \"/usr/share/alsa/ucm/chtrt5645/chtrt5645.conf\", \"gid\": 0, \"group\": \"root\", \"item\": \"files/chtrt5645.conf\", \"md5sum\": \"37fab45e66e27527ab192072971d7b38\", \"mode\": \"0644\", \"owner\": \"root\", \"size\": 95, \"src\": \"/root/.ansible/tmp/ansible-tmp-1503464135.81-86572318161725/source\", \"state\": \"file\", \"uid\": 0}", "", "msg: All items completed", "changed: [localhost] => (item=files/HiFi.conf) => {\"changed\": true, \"checksum\": \"3ed947d631eff290c9665e8c18bf87c46bfef180\", \"dest\": \"/usr/share/alsa/ucm/chtrt5645/HiFi.conf\", \"gid\": 0, \"group\": \"root\", \"item\": \"files/HiFi.conf\", \"md5sum\": \"2dd69bcd43453a65c4bfd07a260f814a\", \"mode\": \"0644\", \"owner\": \"root\", \"size\": 11072, \"src\": \"/root/.ansible/tmp/ansible-tmp-1503464136.09-131987984755397/source\", \"state\": \"file\", \"uid\": 0}", "", "TASK [audio : set default sink and source in pulseaudio] ***********************", "changed: [localhost] => (item={u'value': u'alsa_card.platform-cht-bsw-rt5645 HiFi', u'key': u'set-card-profile'}) => {\"backup\": \"\", \"changed\": true, \"item\": {\"key\": \"set-card-profile\", \"value\": \"alsa_card.platform-cht-bsw-rt5645 HiFi\"}, \"msg\": \"line added\"}", "changed: [localhost] => (item={u'value': u'alsa_output.platform-cht-bsw-rt5645.HiFi__hw_chtrt5645__sink', u'key': u'set-default-sink'}) => {\"backup\": \"\", \"changed\": true, \"item\": {\"key\": \"set-default-sink\", \"value\": \"alsa_output.platform-cht-bsw-rt5645.HiFi__hw_chtrt5645__sink\"}, \"msg\": \"line added\"}", "changed: [localhost] => (item={u'value': u'alsa_output.platform-cht-bsw-rt5645.HiFi__hw_chtrt5645__sink [Out] Speaker', u'key': u'set-sink-port'}) => {\"backup\": \"\", \"changed\": true, \"item\": {\"key\": \"set-sink-port\", \"value\": \"alsa_output.platform-cht-bsw-rt5645.HiFi__hw_chtrt5645__sink [Out] Speaker\"}, \"msg\": \"line added\"}", "", "msg: All items completed", "", "TASK [audio : disable pulse realtime scheduling] *******************************", "changed: [localhost] => {\"backup\": \"\", \"changed\": true, \"msg\": \"line added\"}", "", "msg: line added", "", "TASK [audio : remove old realtime scheduling line (if present)] ****************", "ok: [localhost] => {\"backup\": \"\", \"changed\": false, \"found\": 0, \"msg\": \"\"}", "", "TASK [boot : install bootstrap kernel (/boot)] *********************************", "changed: [localhost] => {\"changed\": true, \"dest\": \"/\", \"extract_results\": {\"cmd\": [\"/bin/tar\", \"--extract\", \"-C\", \"/\", \"-f\", \"/root/.ansible/tmp/ansible-tmp-1503464136.98-116486925081543/source\"], \"err\": \"\", \"out\": \"\", \"rc\": 0}, \"gid\": 0, \"group\": \"root\", \"handler\": \"TarArchive\", \"mode\": \"0755\", \"owner\": \"root\", \"size\": 4096, \"src\": \"/root/.ansible/tmp/ansible-tmp-1503464136.98-116486925081543/source\", \"state\": \"directory\", \"uid\": 0}", "", "TASK [boot : check if distro uses /lib or /usr/lib] ****************************", "ok: [localhost] => {\"changed\": false, \"stat\": {\"atime\": 1503464082.984, \"attr_flags\": \"e\", \"attributes\": [\"extents\"], \"block_size\": 4096, \"blocks\": 8, \"charset\": \"binary\", \"ctime\": 1503463739.904, \"dev\": 2049, \"device_type\": 0, \"executable\": true, \"exists\": true, \"gid\": 0, \"gr_name\": \"root\", \"inode\": 1180958, \"isblk\": false, \"ischr\": false, \"isdir\": true, \"isfifo\": false, \"isgid\": false, \"islnk\": false, \"isreg\": false, \"issock\": false, \"isuid\": false, \"mimetype\": \"inode/directory\", \"mode\": \"0755\", \"mtime\": 1492307375.0, \"nlink\": 17, \"path\": \"/lib\", \"pw_name\": \"root\", \"readable\": true, \"rgrp\": true, \"roth\": true, \"rusr\": true, \"size\": 4096, \"uid\": 0, \"version\": \"1864541934\", \"wgrp\": false, \"woth\": false, \"writeable\": true, \"wusr\": true, \"xgrp\": true, \"xoth\": true, \"xusr\": true}}", "", "TASK [boot : install bootstrap kernel (/lib)] **********************************", "changed: [localhost] => {\"changed\": true, \"dest\": \"/\", \"extract_results\": {\"cmd\": [\"/bin/tar\", \"--extract\", \"-C\", \"/\", \"-f\", \"/root/.ansible/tmp/ansible-tmp-1503464140.53-28655107847815/source\"], \"err\": \"\", \"out\": \"\", \"rc\": 0}, \"gid\": 0, \"group\": \"root\", \"handler\": \"TarArchive\", \"mode\": \"0755\", \"owner\": \"root\", \"size\": 4096, \"src\": \"/root/.ansible/tmp/ansible-tmp-1503464140.53-28655107847815/source\", \"state\": \"directory\", \"uid\": 0}", "", "TASK [boot : install bootstrap kernel (/usr/lib)] ******************************", "skipping: [localhost] => {\"changed\": false, \"skip_reason\": \"Conditional result was False\", \"skipped\": true}", "", "TASK [boot : fetch latest jwrdegoede kernel sources (this may take a while)] ***", "skipping: [localhost] => {\"changed\": false, \"skip_reason\": \"Conditional result was False\", \"skipped\": true}", "", "TASK [boot : build new kernel (this may take a while)] *************************", "skipping: [localhost] => {\"changed\": false, \"skip_reason\": \"Conditional result was False\", \"skipped\": true}", "", "TASK [boot : remove old kernel versions] ***************************************", "skipping: [localhost] => (item=/boot/vmlinuz-4.13.0-rc0-bootstrap) => {\"changed\": false, \"item\": \"/boot/vmlinuz-4.13.0-rc0-bootstrap\", \"skip_reason\": \"Conditional result was False\", \"skipped\": true}", "skipping: [localhost] => (item=/boot/System.map-4.13.0-rc0-bootstrap) => {\"changed\": false, \"item\": \"/boot/System.map-4.13.0-rc0-bootstrap\", \"skip_reason\": \"Conditional result was False\", \"skipped\": true}", "skipping: [localhost] => (item=/boot/config-4.13.0-rc0-bootstrap) => {\"changed\": false, \"item\": \"/boot/config-4.13.0-rc0-bootstrap\", \"skip_reason\": \"Conditional result was False\", \"skipped\": true}", "", "TASK [boot : install kernel modules (this may take a while)] *******************", "skipping: [localhost] => {\"changed\": false, \"skip_reason\": \"Conditional result was False\", \"skipped\": true}", "", "TASK [boot : install new kernel] ***********************************************", "skipping: [localhost] => {\"changed\": false, \"skip_reason\": \"Conditional result was False\", \"skipped\": true}", "", "TASK [boot : clean up kernel build directory] **********************************", "skipping: [localhost] => {\"changed\": false, \"skip_reason\": \"Conditional result was False\", \"skipped\": true}", "", "TASK [boot : install essential packages (this may take a while)] ***************", "skipping: [localhost] => (item=[]) => {\"changed\": false, \"item\": [], \"skip_reason\": \"Conditional result was False\", \"skipped\": true}", "", "TASK [boot : remove unused kernels] ********************************************", "skipping: [localhost] => (item=[]) => {\"changed\": false, \"item\": [], \"skip_reason\": \"Conditional result was False\", \"skipped\": true}", "", "TASK [boot : set initrd modules] ***********************************************", "skipping: [localhost] => {\"changed\": false, \"skip_reason\": \"Conditional result was False\", \"skipped\": true}", "", "TASK [boot : set HOOKS for chrooted system (iso creation = yes)] ***************", "skipping: [localhost] => {\"changed\": false, \"skip_reason\": \"Conditional result was False\", \"skipped\": true}", "", "TASK [boot : set HOOKS for running system (iso creation = no)] *****************", "skipping: [localhost] => {\"changed\": false, \"skip_reason\": \"Conditional result was False\", \"skipped\": true}", "", "TASK [boot : setup boot environment for iso (iso creation = yes)] **************", "changed: [localhost] => (item={u'state': u'present', u'name': u'debian-installer-launcher'}) => {\"cache_update_time\": 1503464049, \"cache_updated\": false, \"changed\": true, \"item\": {\"name\": \"debian-installer-launcher\", \"state\": \"present\"}, \"stderr\": \"E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)\\n\", \"stderr_lines\": [\"E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)\"], \"stdout\": \"Reading package lists...\\nBuilding dependency tree...\\nReading state information...\\nSuggested packages:\\n kexec-tools\\nThe following NEW packages will be installed:\\n debian-installer-launcher\\n0 upgraded, 1 newly installed, 0 to remove and 1247 not upgraded.\\nNeed to get 27.0 kB of archives.\\nAfter this operation, 85.0 kB of additional disk space will be used.\\nGet:1 http://archive-10.kali.org/kali kali-rolling/main amd64 debian-installer-launcher all 27 [27.0 kB]\\nPreconfiguring packages ...\\nFetched 27.0 kB in 0s (53.4 kB/s)\\nSelecting previously unselected package debian-installer-launcher.\\n(Reading database ... 307418 files and directories currently installed.)\\nPreparing to unpack .../debian-installer-launcher_27_all.deb ...\\nUnpacking debian-installer-launcher (27) ...\\nProcessing triggers for mime-support (3.60) ...\\nProcessing triggers for desktop-file-utils (0.23-1) ...\\nProcessing triggers for menu (2.1.47+b1) ...\\nProcessing triggers for man-db (2.7.6.1-2) ...\\nSetting up debian-installer-launcher (27) ...\\nProcessing triggers for gnome-menus (3.13.3-9) ...\\nProcessing triggers for menu (2.1.47+b1) ...\\n\", \"stdout_lines\": [\"Reading package lists...\", \"Building dependency tree...\", \"Reading state information...\", \"Suggested packages:\", \" kexec-tools\", \"The following NEW packages will be installed:\", \" debian-installer-launcher\", \"0 upgraded, 1 newly installed, 0 to remove and 1247 not upgraded.\", \"Need to get 27.0 kB of archives.\", \"After this operation, 85.0 kB of additional disk space will be used.\", \"Get:1 http://archive-10.kali.org/kali kali-rolling/main amd64 debian-installer-launcher all 27 [27.0 kB]\", \"Preconfiguring packages ...\", \"Fetched 27.0 kB in 0s (53.4 kB/s)\", \"Selecting previously unselected package debian-installer-launcher.\", \"(Reading database ... 307418 files and directories currently installed.)\", \"Preparing to unpack .../debian-installer-launcher_27_all.deb ...\", \"Unpacking debian-installer-launcher (27) ...\", \"Processing triggers for mime-support (3.60) ...\", \"Processing triggers for desktop-file-utils (0.23-1) ...\", \"Processing triggers for menu (2.1.47+b1) ...\", \"Processing triggers for man-db (2.7.6.1-2) ...\", \"Setting up debian-installer-launcher (27) ...\", \"Processing triggers for gnome-menus (3.13.3-9) ...\", \"Processing triggers for menu (2.1.47+b1) ...\"]}", "ok: [localhost] => (item={u'state': u'present', u'name': u'initramfs-tools'}) => {\"cache_update_time\": 1503464049, \"cache_updated\": false, \"changed\": false, \"item\": {\"name\": \"initramfs-tools\", \"state\": \"present\"}}", "ok: [localhost] => (item={u'state': u'present', u'name': u'live-boot'}) => {\"cache_update_time\": 1503464049, \"cache_updated\": false, \"changed\": false, \"item\": {\"name\": \"live-boot\", \"state\": \"present\"}}", "ok: [localhost] => (item={u'state': u'present', u'name': u'live-tools'}) => {\"cache_update_time\": 1503464049, \"cache_updated\": false, \"changed\": false, \"item\": {\"name\": \"live-tools\", \"state\": \"present\"}}", "", "msg: All items completed", "changed: [localhost] => (item={u'state': u'absent', u'name': u'intel-microcode'}) => {\"changed\": true, \"item\": {\"name\": \"intel-microcode\", \"state\": \"absent\"}, \"stderr\": \"E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)\\nWARNING: Setting CRYPTSETUP in /etc/initramfs-tools/initramfs.conf is deprecated and will stop working in the future. Use /etc/cryptsetup-initramfs/conf-hook instead.\\ncryptsetup: WARNING: could not determine root device from /etc/fstab\\n\", \"stderr_lines\": [\"E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)\", \"WARNING: Setting CRYPTSETUP in /etc/initramfs-tools/initramfs.conf is deprecated and will stop working in the future. Use /etc/cryptsetup-initramfs/conf-hook instead.\", \"cryptsetup: WARNING: could not determine root device from /etc/fstab\"], \"stdout\": \"Reading package lists...\\nBuilding dependency tree...\\nReading state information...\\nThe following package was automatically installed and is no longer required:\\n iucode-tool\\nUse 'apt autoremove' to remove it.\\nThe following packages will be REMOVED:\\n intel-microcode\\n0 upgraded, 0 newly installed, 1 to remove and 1246 not upgraded.\\nAfter this operation, 880 kB disk space will be freed.\\n(Reading database ... 307438 files and directories currently installed.)\\nRemoving intel-microcode (3.20161104.1) ...\\nupdate-initramfs: deferring update (trigger activated)\\nProcessing triggers for initramfs-tools (0.128) ...\\nupdate-initramfs: Generating /boot/initrd.img-4.9.0-kali3-amd64\\nlive-boot: core filesystems devices utils udev wget blockdev ftpfs dns.\\n\", \"stdout_lines\": [\"Reading package lists...\", \"Building dependency tree...\", \"Reading state information...\", \"The following package was automatically installed and is no longer required:\", \" iucode-tool\", \"Use 'apt autoremove' to remove it.\", \"The following packages will be REMOVED:\", \" intel-microcode\", \"0 upgraded, 0 newly installed, 1 to remove and 1246 not upgraded.\", \"After this operation, 880 kB disk space will be freed.\", \"(Reading database ... 307438 files and directories currently installed.)\", \"Removing intel-microcode (3.20161104.1) ...\", \"update-initramfs: deferring update (trigger activated)\", \"Processing triggers for initramfs-tools (0.128) ...\", \"update-initramfs: Generating /boot/initrd.img-4.9.0-kali3-amd64\", \"live-boot: core filesystems devices utils udev wget blockdev ftpfs dns.\"]}", "", "TASK [boot : setup boot environment for system (iso creation = no)] ************", "skipping: [localhost] => (item={u'state': u'absent', u'name': u'debian-installer-launcher'}) => {\"changed\": false, \"item\": {\"name\": \"debian-installer-launcher\", \"state\": \"absent\"}, \"skip_reason\": \"Conditional result was False\", \"skipped\": true}", "skipping: [localhost] => (item={u'state': u'absent', u'name': u'live-boot'}) => {\"changed\": false, \"item\": {\"name\": \"live-boot\", \"state\": \"absent\"}, \"skip_reason\": \"Conditional result was False\", \"skipped\": true}", "skipping: [localhost] => (item={u'state': u'absent', u'name': u'live-tools'}) => {\"changed\": false, \"item\": {\"name\": \"live-tools\", \"state\": \"absent\"}, \"skip_reason\": \"Conditional result was False\", \"skipped\": true}", "skipping: [localhost] => (item={u'state': u'present', u'name': u'initramfs-tools'}) => {\"changed\": false, \"item\": {\"name\": \"initramfs-tools\", \"state\": \"present\"}, \"skip_reason\": \"Conditional result was False\", \"skipped\": true}", "skipping: [localhost] => (item={u'state': u'present', u'name': u'intel-microcode'}) => {\"changed\": false, \"item\": {\"name\": \"intel-microcode\", \"state\": \"present\"}, \"skip_reason\": \"Conditional result was False\", \"skipped\": true}", "", "TASK [boot : install essential packages (this may take a while)] ***************", "changed: [localhost] => (item=[u'build-essential', u'libelf-dev', u'libncurses5-dev', u'libssl-dev', u'unionfs-fuse']) => {\"cache_update_time\": 1503464049, \"cache_updated\": false, \"changed\": true, \"item\": [\"build-essential\", \"libelf-dev\", \"libncurses5-dev\", \"libssl-dev\", \"unionfs-fuse\"], \"stderr\": \"E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)\\n\", \"stderr_lines\": [\"E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)\"], \"stdout\": \"Reading package lists...\\nBuilding dependency tree...\\nReading state information...\\nThe following package was automatically installed and is no longer required:\\n iucode-tool\\nUse 'apt autoremove' to remove it.\\nThe following additional packages will be installed:\\n libdw1 libelf1 libncurses5 libncursesw5 libssl-doc libssl1.1 libtinfo-dev\\n libtinfo5\\nSuggested packages:\\n ncurses-doc\\nThe following NEW packages will be installed:\\n libelf-dev libncurses5-dev libssl-dev libssl-doc unionfs-fuse\\nThe following packages will be upgraded:\\n libdw1 libelf1 libncurses5 libncursesw5 libssl1.1 libtinfo-dev libtinfo5\\n7 upgraded, 5 newly installed, 0 to remove and 1239 not upgraded.\\nNeed to get 5638 kB of archives.\\nAfter this operation, 13.2 MB of additional disk space will be used.\\nGet:1 http://archive-9.kali.org/kali kali-rolling/main amd64 libncurses5 amd64 6.0+20170715-2 [93.8 kB]\\nGet:2 http://archive-11.kali.org/kali kali-rolling/main amd64 libtinfo-dev amd64 6.0+20170715-2 [80.5 kB]\\nGet:3 http://archive-12.kali.org/kali kali-rolling/main amd64 libtinfo5 amd64 6.0+20170715-2 [308 kB]\\nGet:5 http://archive-10.kali.org/kali kali-rolling/main amd64 libssl1.1 amd64 1.1.0f-4 [1349 kB]\\nGet:7 http://archive-9.kali.org/kali kali-rolling/main amd64 libelf1 amd64 0.168-1 [157 kB]\\nGet:4 http://archive-12.kali.org/kali kali-rolling/main amd64 libncursesw5 amd64 6.0+20170715-2 [116 kB]\\nGet:9 http://archive-11.kali.org/kali kali-rolling/main amd64 libncurses5-dev amd64 6.0+20170715-2 [176 kB]\\nGet:6 http://archive-12.kali.org/kali kali-rolling/main amd64 libdw1 amd64 0.168-1 [205 kB]\\nGet:11 http://archive-12.kali.org/kali kali-rolling/main amd64 libssl-doc all 1.1.0f-4 [1458 kB]\\nGet:10 http://archive-11.kali.org/kali kali-rolling/main amd64 libssl-dev amd64 1.1.0f-4 [1580 kB]\\nGet:12 http://archive-9.kali.org/kali kali-rolling/main amd64 unionfs-fuse amd64 1.0-1+b1 [48.7 kB]\\nGet:8 http://archive-10.kali.org/kali kali-rolling/main amd64 libelf-dev amd64 0.168-1 [67.3 kB]\\napt-listchanges: Reading changelogs...\\nPreconfiguring packages ...\\nFetched 5638 kB in 2s (1901 kB/s)\\n(Reading database ... 307379 files and directories currently installed.)\\nPreparing to unpack .../libncurses5_6.0+20170715-2_amd64.deb ...\\nUnpacking libncurses5:amd64 (6.0+20170715-2) over (6.0+20161126-1) ...\\nPreparing to unpack .../libtinfo-dev_6.0+20170715-2_amd64.deb ...\\nUnpacking libtinfo-dev:amd64 (6.0+20170715-2) over (6.0+20161126-1) ...\\nPreparing to unpack .../libtinfo5_6.0+20170715-2_amd64.deb ...\\nUnpacking libtinfo5:amd64 (6.0+20170715-2) over (6.0+20161126-1) ...\\nSetting up libtinfo5:amd64 (6.0+20170715-2) ...\\n(Reading database ... 307379 files and directories currently installed.)\\nPreparing to unpack .../libncursesw5_6.0+20170715-2_amd64.deb ...\\nUnpacking libncursesw5:amd64 (6.0+20170715-2) over (6.0+20161126-1) ...\\nSetting up libncursesw5:amd64 (6.0+20170715-2) ...\\n(Reading database ... 307379 files and directories currently installed.)\\nPreparing to unpack .../0-libssl1.1_1.1.0f-4_amd64.deb ...\\nUnpacking libssl1.1:amd64 (1.1.0f-4) over (1.1.0e-1) ...\\nPreparing to unpack .../1-libdw1_0.168-1_amd64.deb ...\\nUnpacking libdw1:amd64 (0.168-1) over (0.168-0.2) ...\\nPreparing to unpack .../2-libelf1_0.168-1_amd64.deb ...\\nUnpacking libelf1:amd64 (0.168-1) over (0.168-0.2) ...\\nSelecting previously unselected package libelf-dev:amd64.\\nPreparing to unpack .../3-libelf-dev_0.168-1_amd64.deb ...\\nUnpacking libelf-dev:amd64 (0.168-1) ...\\nSelecting previously unselected package libncurses5-dev:amd64.\\nPreparing to unpack .../4-libncurses5-dev_6.0+20170715-2_amd64.deb ...\\nUnpacking libncurses5-dev:amd64 (6.0+20170715-2) ...\\nSelecting previously unselected package libssl-dev:amd64.\\nPreparing to unpack .../5-libssl-dev_1.1.0f-4_amd64.deb ...\\nUnpacking libssl-dev:amd64 (1.1.0f-4) ...\\nSelecting previously unselected package libssl-doc.\\nPreparing to unpack .../6-libssl-doc_1.1.0f-4_all.deb ...\\nUnpacking libssl-doc (1.1.0f-4) ...\\nSelecting previously unselected package unionfs-fuse.\\nPreparing to unpack .../7-unionfs-fuse_1.0-1+b1_amd64.deb ...\\nUnpacking unionfs-fuse (1.0-1+b1) ...\\nSetting up libncurses5:amd64 (6.0+20170715-2) ...\\nSetting up unionfs-fuse (1.0-1+b1) ...\\nSetting up libelf1:amd64 (0.168-1) ...\\nSetting up libtinfo-dev:amd64 (6.0+20170715-2) ...\\nSetting up libelf-dev:amd64 (0.168-1) ...\\nSetting up libncurses5-dev:amd64 (6.0+20170715-2) ...\\nProcessing triggers for libc-bin (2.24-9) ...\\nSetting up libssl1.1:amd64 (1.1.0f-4) ...\\nProcessing triggers for man-db (2.7.6.1-2) ...\\nSetting up libssl-doc (1.1.0f-4) ...\\nSetting up libdw1:amd64 (0.168-1) ...\\nSetting up libssl-dev:amd64 (1.1.0f-4) ...\\nProcessing triggers for libc-bin (2.24-9) ...\\n\", \"stdout_lines\": [\"Reading package lists...\", \"Building dependency tree...\", \"Reading state information...\", \"The following package was automatically installed and is no longer required:\", \" iucode-tool\", \"Use 'apt autoremove' to remove it.\", \"The following additional packages will be installed:\", \" libdw1 libelf1 libncurses5 libncursesw5 libssl-doc libssl1.1 libtinfo-dev\", \" libtinfo5\", \"Suggested packages:\", \" ncurses-doc\", \"The following NEW packages will be installed:\", \" libelf-dev libncurses5-dev libssl-dev libssl-doc unionfs-fuse\", \"The following packages will be upgraded:\", \" libdw1 libelf1 libncurses5 libncursesw5 libssl1.1 libtinfo-dev libtinfo5\", \"7 upgraded, 5 newly installed, 0 to remove and 1239 not upgraded.\", \"Need to get 5638 kB of archives.\", \"After this operation, 13.2 MB of additional disk space will be used.\", \"Get:1 http://archive-9.kali.org/kali kali-rolling/main amd64 libncurses5 amd64 6.0+20170715-2 [93.8 kB]\", \"Get:2 http://archive-11.kali.org/kali kali-rolling/main amd64 libtinfo-dev amd64 6.0+20170715-2 [80.5 kB]\", \"Get:3 http://archive-12.kali.org/kali kali-rolling/main amd64 libtinfo5 amd64 6.0+20170715-2 [308 kB]\", \"Get:5 http://archive-10.kali.org/kali kali-rolling/main amd64 libssl1.1 amd64 1.1.0f-4 [1349 kB]\", \"Get:7 http://archive-9.kali.org/kali kali-rolling/main amd64 libelf1 amd64 0.168-1 [157 kB]\", \"Get:4 http://archive-12.kali.org/kali kali-rolling/main amd64 libncursesw5 amd64 6.0+20170715-2 [116 kB]\", \"Get:9 http://archive-11.kali.org/kali kali-rolling/main amd64 libncurses5-dev amd64 6.0+20170715-2 [176 kB]\", \"Get:6 http://archive-12.kali.org/kali kali-rolling/main amd64 libdw1 amd64 0.168-1 [205 kB]\", \"Get:11 http://archive-12.kali.org/kali kali-rolling/main amd64 libssl-doc all 1.1.0f-4 [1458 kB]\", \"Get:10 http://archive-11.kali.org/kali kali-rolling/main amd64 libssl-dev amd64 1.1.0f-4 [1580 kB]\", \"Get:12 http://archive-9.kali.org/kali kali-rolling/main amd64 unionfs-fuse amd64 1.0-1+b1 [48.7 kB]\", \"Get:8 http://archive-10.kali.org/kali kali-rolling/main amd64 libelf-dev amd64 0.168-1 [67.3 kB]\", \"apt-listchanges: Reading changelogs...\", \"Preconfiguring packages ...\", \"Fetched 5638 kB in 2s (1901 kB/s)\", \"(Reading database ... 307379 files and directories currently installed.)\", \"Preparing to unpack .../libncurses5_6.0+20170715-2_amd64.deb ...\", \"Unpacking libncurses5:amd64 (6.0+20170715-2) over (6.0+20161126-1) ...\", \"Preparing to unpack .../libtinfo-dev_6.0+20170715-2_amd64.deb ...\", \"Unpacking libtinfo-dev:amd64 (6.0+20170715-2) over (6.0+20161126-1) ...\", \"Preparing to unpack .../libtinfo5_6.0+20170715-2_amd64.deb ...\", \"Unpacking libtinfo5:amd64 (6.0+20170715-2) over (6.0+20161126-1) ...\", \"Setting up libtinfo5:amd64 (6.0+20170715-2) ...\", \"(Reading database ... 307379 files and directories currently installed.)\", \"Preparing to unpack .../libncursesw5_6.0+20170715-2_amd64.deb ...\", \"Unpacking libncursesw5:amd64 (6.0+20170715-2) over (6.0+20161126-1) ...\", \"Setting up libncursesw5:amd64 (6.0+20170715-2) ...\", \"(Reading database ... 307379 files and directories currently installed.)\", \"Preparing to unpack .../0-libssl1.1_1.1.0f-4_amd64.deb ...\", \"Unpacking libssl1.1:amd64 (1.1.0f-4) over (1.1.0e-1) ...\", \"Preparing to unpack .../1-libdw1_0.168-1_amd64.deb ...\", \"Unpacking libdw1:amd64 (0.168-1) over (0.168-0.2) ...\", \"Preparing to unpack .../2-libelf1_0.168-1_amd64.deb ...\", \"Unpacking libelf1:amd64 (0.168-1) over (0.168-0.2) ...\", \"Selecting previously unselected package libelf-dev:amd64.\", \"Preparing to unpack .../3-libelf-dev_0.168-1_amd64.deb ...\", \"Unpacking libelf-dev:amd64 (0.168-1) ...\", \"Selecting previously unselected package libncurses5-dev:amd64.\", \"Preparing to unpack .../4-libncurses5-dev_6.0+20170715-2_amd64.deb ...\", \"Unpacking libncurses5-dev:amd64 (6.0+20170715-2) ...\", \"Selecting previously unselected package libssl-dev:amd64.\", \"Preparing to unpack .../5-libssl-dev_1.1.0f-4_amd64.deb ...\", \"Unpacking libssl-dev:amd64 (1.1.0f-4) ...\", \"Selecting previously unselected package libssl-doc.\", \"Preparing to unpack .../6-libssl-doc_1.1.0f-4_all.deb ...\", \"Unpacking libssl-doc (1.1.0f-4) ...\", \"Selecting previously unselected package unionfs-fuse.\", \"Preparing to unpack .../7-unionfs-fuse_1.0-1+b1_amd64.deb ...\", \"Unpacking unionfs-fuse (1.0-1+b1) ...\", \"Setting up libncurses5:amd64 (6.0+20170715-2) ...\", \"Setting up unionfs-fuse (1.0-1+b1) ...\", \"Setting up libelf1:amd64 (0.168-1) ...\", \"Setting up libtinfo-dev:amd64 (6.0+20170715-2) ...\", \"Setting up libelf-dev:amd64 (0.168-1) ...\", \"Setting up libncurses5-dev:amd64 (6.0+20170715-2) ...\", \"Processing triggers for libc-bin (2.24-9) ...\", \"Setting up libssl1.1:amd64 (1.1.0f-4) ...\", \"Processing triggers for man-db (2.7.6.1-2) ...\", \"Setting up libssl-doc (1.1.0f-4) ...\", \"Setting up libdw1:amd64 (0.168-1) ...\", \"Setting up libssl-dev:amd64 (1.1.0f-4) ...\", \"Processing triggers for libc-bin (2.24-9) ...\"]}", "", "msg: All items completed", "", "TASK [boot : install ubuntu casper packages (iso creation = yes)] **************", "skipping: [localhost] => (item=[]) => {\"changed\": false, \"item\": [], \"skip_reason\": \"Conditional result was False\", \"skipped\": true}", "", "TASK [boot : remove ubuntu casper packages (iso creation = no)] ****************", "skipping: [localhost] => (item=[]) => {\"changed\": false, \"item\": [], \"skip_reason\": \"Conditional result was False\", \"skipped\": true}", "", "TASK [boot : remove unused kernels] ********************************************", "changed: [localhost] => {\"changed\": true, \"failed\": false, \"failed_when_result\": false, \"stderr\": \"E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)\\n\", \"stderr_lines\": [\"E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)\"], \"stdout\": \"Reading package lists...\\nBuilding dependency tree...\\nReading state information...\\nThe following package was automatically installed and is no longer required:\\n iucode-tool\\nUse 'apt autoremove' to remove it.\\nThe following packages will be REMOVED:\\n linux-image-amd64\\n0 upgraded, 0 newly installed, 1 to remove and 1238 not upgraded.\\nAfter this operation, 16.4 kB disk space will be freed.\\n(Reading database ... 310707 files and directories currently installed.)\\nRemoving linux-image-amd64 (4.9+79+kali2) ...\\n\", \"stdout_lines\": [\"Reading package lists...\", \"Building dependency tree...\", \"Reading state information...\", \"The following package was automatically installed and is no longer required:\", \" iucode-tool\", \"Use 'apt autoremove' to remove it.\", \"The following packages will be REMOVED:\", \" linux-image-amd64\", \"0 upgraded, 0 newly installed, 1 to remove and 1238 not upgraded.\", \"After this operation, 16.4 kB disk space will be freed.\", \"(Reading database ... 310707 files and directories currently installed.)\", \"Removing linux-image-amd64 (4.9+79+kali2) ...\"]}", "", "stdout: Reading package lists...", "Building dependency tree...", "Reading state information...", "The following package was automatically installed and is no longer required:", " iucode-tool", "Use 'apt autoremove' to remove it.", "The following packages will be REMOVED:", " linux-image-amd64", "0 upgraded, 0 newly installed, 1 to remove and 1238 not upgraded.", "After this operation, 16.4 kB disk space will be freed.", "(Reading database ... 310707 files and directories currently installed.)", "Removing linux-image-amd64 (4.9+79+kali2) ...", "", "", "stderr: E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)", "", "", "TASK [boot : create loop module config] ****************************************", "changed: [localhost] => {\"backup\": \"\", \"changed\": true, \"msg\": \"line added\"}", "", "msg: line added", "", "TASK [boot : add modules to initramfs] *****************************************", "changed: [localhost] => (item=btusb) => {\"backup\": \"\", \"changed\": true, \"item\": \"btusb\", \"msg\": \"line added\"}", "changed: [localhost] => (item=loop) => {\"backup\": \"\", \"changed\": true, \"item\": \"loop\", \"msg\": \"line added\"}", "changed: [localhost] => (item=overlay) => {\"backup\": \"\", \"changed\": true, \"item\": \"overlay\", \"msg\": \"line added\"}", "changed: [localhost] => (item=pwm-lpss) => {\"backup\": \"\", \"changed\": true, \"item\": \"pwm-lpss\", \"msg\": \"line added\"}", "changed: [localhost] => (item=pwm-lpss-platform) => {\"backup\": \"\", \"changed\": true, \"item\": \"pwm-lpss-platform\", \"msg\": \"line added\"}", "changed: [localhost] => (item=squashfs) => {\"backup\": \"\", \"changed\": true, \"item\": \"squashfs\", \"msg\": \"line added\"}", "", "msg: All items completed", "", "TASK [boot : install development packages (workaround until ansible 2.3.2 arrives)] ***", "skipping: [localhost] => {\"changed\": false, \"skip_reason\": \"Conditional result was False\", \"skipped\": true}", "", "TASK [boot : install essential packages (this may take a while)] ***************", "skipping: [localhost] => (item=bc) => {\"changed\": false, \"item\": \"bc\", \"skip_reason\": \"Conditional result was False\", \"skipped\": true}", "skipping: [localhost] => (item=dracut) => {\"changed\": false, \"item\": \"dracut\", \"skip_reason\": \"Conditional result was False\", \"skipped\": true}", "skipping: [localhost] => (item=efibootmgr) => {\"changed\": false, \"item\": \"efibootmgr\", \"skip_reason\": \"Conditional result was False\", \"skipped\": true}", "skipping: [localhost] => (item=elfutils-libelf-devel) => {\"changed\": false, \"item\": \"elfutils-libelf-devel\", \"skip_reason\": \"Conditional result was False\", \"skipped\": true}", "skipping: [localhost] => (item=grub2) => {\"changed\": false, \"item\": \"grub2\", \"skip_reason\": \"Conditional result was False\", \"skipped\": true}", "skipping: [localhost] => (item=openssl-libs) => {\"changed\": false, \"item\": \"openssl-libs\", \"skip_reason\": \"Conditional result was False\", \"skipped\": true}", "skipping: [localhost] => (item=os-prober) => {\"changed\": false, \"item\": \"os-prober\", \"skip_reason\": \"Conditional result was False\", \"skipped\": true}", "", "TASK [boot : remove unused kernels] ********************************************", "skipping: [localhost] => {\"changed\": false, \"skip_reason\": \"Conditional result was False\", \"skipped\": true}", "", "TASK [boot : add dmsquash-live to dracut config (iso creation = yes)] **********", "skipping: [localhost] => {\"changed\": false, \"skip_reason\": \"Conditional result was False\", \"skipped\": true}", "", "TASK [boot : remove dmsquash-live from dracut config (iso creation = no)] ******", "skipping: [localhost] => {\"changed\": false, \"skip_reason\": \"Conditional result was False\", \"skipped\": true}", "", "TASK [boot : add modules to initramfs] *****************************************", "skipping: [localhost] => (item=btusb) => {\"changed\": false, \"item\": \"btusb\", \"skip_reason\": \"Conditional result was False\", \"skipped\": true}", "skipping: [localhost] => (item=pwm-lpss) => {\"changed\": false, \"item\": \"pwm-lpss\", \"skip_reason\": \"Conditional result was False\", \"skipped\": true}", "skipping: [localhost] => (item=pwm-lpss-platform) => {\"changed\": false, \"item\": \"pwm-lpss-platform\", \"skip_reason\": \"Conditional result was False\", \"skipped\": true}", "", "TASK [boot : set USE flags for packages] ***************************************", "skipping: [localhost] => (item={u'flags': u'initramfs', u'package': u'sys-firmware/intel-microcode'}) => {\"changed\": false, \"item\": {\"flags\": \"initramfs\", \"package\": \"sys-firmware/intel-microcode\"}, \"skip_reason\": \"Conditional result was False\", \"skipped\": true}", "", "TASK [boot : install essential packages (this may take a while)] ***************", "skipping: [localhost] => (item=dev-libs/libelf) => {\"changed\": false, \"item\": \"dev-libs/libelf\", \"skip_reason\": \"Conditional result was False\", \"skipped\": true}", "skipping: [localhost] => (item=dev-libs/openssl) => {\"changed\": false, \"item\": \"dev-libs/openssl\", \"skip_reason\": \"Conditional result was False\", \"skipped\": true}", "skipping: [localhost] => (item=sys-firmware/intel-microcode) => {\"changed\": false, \"item\": \"sys-firmware/intel-microcode\", \"skip_reason\": \"Conditional result was False\", \"skipped\": true}", "skipping: [localhost] => (item=sys-kernel/dracut) => {\"changed\": false, \"item\": \"sys-kernel/dracut\", \"skip_reason\": \"Conditional result was False\", \"skipped\": true}", "skipping: [localhost] => (item=sys-libs/ncurses) => {\"changed\": false, \"item\": \"sys-libs/ncurses\", \"skip_reason\": \"Conditional result was False\", \"skipped\": true}", "", "TASK [boot : remove unused kernels] ********************************************", "skipping: [localhost] => {\"changed\": false, \"skip_reason\": \"Conditional result was False\", \"skipped\": true}", "", "TASK [boot : add dmsquash-live to dracut config (iso creation = yes)] **********", "skipping: [localhost] => {\"changed\": false, \"skip_reason\": \"Conditional result was False\", \"skipped\": true}", "", "TASK [boot : remove dmsquash-live from dracut config (iso creation = no)] ******", "skipping: [localhost] => {\"changed\": false, \"skip_reason\": \"Conditional result was False\", \"skipped\": true}", "", "TASK [boot : add modules to initramfs] *****************************************", "skipping: [localhost] => (item=btusb) => {\"changed\": false, \"item\": \"btusb\", \"skip_reason\": \"Conditional result was False\", \"skipped\": true}", "skipping: [localhost] => (item=pwm-lpss) => {\"changed\": false, \"item\": \"pwm-lpss\", \"skip_reason\": \"Conditional result was False\", \"skipped\": true}", "skipping: [localhost] => (item=pwm-lpss-platform) => {\"changed\": false, \"item\": \"pwm-lpss-platform\", \"skip_reason\": \"Conditional result was False\", \"skipped\": true}", "", "TASK [boot : determine path for swap] ******************************************", "ok: [localhost] => {\"changed\": false, \"cmd\": \"swapon -s | tail -n1 | cut -f1 | xargs\", \"delta\": \"0:00:00.014380\", \"end\": \"2017-08-23 04:57:25.512452\", \"rc\": 0, \"start\": \"2017-08-23 04:57:25.498072\", \"stderr\": \"\", \"stderr_lines\": [], \"stdout\": \"/dev/sda5\", \"stdout_lines\": [\"/dev/sda5\"]}", "", "cmd: swapon -s | tail -n1 | cut -f1 | xargs", "", "start: 2017-08-23 04:57:25.498072", "", "end: 2017-08-23 04:57:25.512452", "", "delta: 0:00:00.014380", "", "stdout: /dev/sda5", "", "TASK [boot : set grub boot options] ********************************************", "changed: [localhost] => (item={u'value': u'\"resume=/dev/sda5\"', u'key': u'GRUB_CMDLINE_LINUX_DEFAULT'}) => {\"backup\": \"\", \"changed\": true, \"item\": {\"key\": \"GRUB_CMDLINE_LINUX_DEFAULT\", \"value\": \"\\\"resume=/dev/sda5\\\"\"}, \"msg\": \"line added\"}", "changed: [localhost] => (item={u'value': u'saved', u'key': u'GRUB_DEFAULT'}) => {\"backup\": \"\", \"changed\": true, \"item\": {\"key\": \"GRUB_DEFAULT\", \"value\": \"saved\"}, \"msg\": \"line added\"}", "changed: [localhost] => (item={u'value': u'2', u'key': u'GRUB_TIMEOUT'}) => {\"backup\": \"\", \"changed\": true, \"item\": {\"key\": \"GRUB_TIMEOUT\", \"value\": \"2\"}, \"msg\": \"line added\"}", "", "msg: All items completed", "", "TASK [power : install essential packages (this may take a while)] **************", "skipping: [localhost] => (item=i2c-tools) => {\"changed\": false, \"item\": \"i2c-tools\", \"skip_reason\": \"Conditional result was False\", \"skipped\": true}", "skipping: [localhost] => (item=thermald) => {\"changed\": false, \"item\": \"thermald\", \"skip_reason\": \"Conditional result was False\", \"skipped\": true}", "skipping: [localhost] => (item=tlp) => {\"changed\": false, \"item\": \"tlp\", \"skip_reason\": \"Conditional result was False\", \"skipped\": true}", "", "TASK [power : install essential packages (this may take a while)] **************", "changed: [localhost] => (item=lm-sensors) => {\"cache_update_time\": 1503464049, \"cache_updated\": false, \"changed\": true, \"item\": \"lm-sensors\", \"stderr\": \"E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)\\nupdate-rc.d: We have no instructions for the lm-sensors init script.\\nupdate-rc.d: It looks like a non-network service, we enable it.\\n\", \"stderr_lines\": [\"E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)\", \"update-rc.d: We have no instructions for the lm-sensors init script.\", \"update-rc.d: It looks like a non-network service, we enable it.\"], \"stdout\": \"Reading package lists...\\nBuilding dependency tree...\\nReading state information...\\nThe following package was automatically installed and is no longer required:\\n iucode-tool\\nUse 'apt autoremove' to remove it.\\nSuggested packages:\\n fancontrol\\nThe following NEW packages will be installed:\\n lm-sensors\\n0 upgraded, 1 newly installed, 0 to remove and 1238 not upgraded.\\nNeed to get 112 kB of archives.\\nAfter this operation, 394 kB of additional disk space will be used.\\nGet:1 http://archive-12.kali.org/kali kali-rolling/main amd64 lm-sensors amd64 1:3.4.0-4 [112 kB]\\nFetched 112 kB in 0s (172 kB/s)\\nSelecting previously unselected package lm-sensors.\\n(Reading database ... 310701 files and directories currently installed.)\\nPreparing to unpack .../lm-sensors_1%3a3.4.0-4_amd64.deb ...\\nUnpacking lm-sensors (1:3.4.0-4) ...\\nSetting up lm-sensors (1:3.4.0-4) ...\\nProcessing triggers for systemd (232-22) ...\\nProcessing triggers for man-db (2.7.6.1-2) ...\\n\", \"stdout_lines\": [\"Reading package lists...\", \"Building dependency tree...\", \"Reading state information...\", \"The following package was automatically installed and is no longer required:\", \" iucode-tool\", \"Use 'apt autoremove' to remove it.\", \"Suggested packages:\", \" fancontrol\", \"The following NEW packages will be installed:\", \" lm-sensors\", \"0 upgraded, 1 newly installed, 0 to remove and 1238 not upgraded.\", \"Need to get 112 kB of archives.\", \"After this operation, 394 kB of additional disk space will be used.\", \"Get:1 http://archive-12.kali.org/kali kali-rolling/main amd64 lm-sensors amd64 1:3.4.0-4 [112 kB]\", \"Fetched 112 kB in 0s (172 kB/s)\", \"Selecting previously unselected package lm-sensors.\", \"(Reading database ... 310701 files and directories currently installed.)\", \"Preparing to unpack .../lm-sensors_1%3a3.4.0-4_amd64.deb ...\", \"Unpacking lm-sensors (1:3.4.0-4) ...\", \"Setting up lm-sensors (1:3.4.0-4) ...\", \"Processing triggers for systemd (232-22) ...\", \"Processing triggers for man-db (2.7.6.1-2) ...\"]}", "changed: [localhost] => (item=thermald) => {\"cache_update_time\": 1503464049, \"cache_updated\": false, \"changed\": true, \"item\": \"thermald\", \"stderr\": \"E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)\\nupdate-rc.d: We have no instructions for the thermald init script.\\nupdate-rc.d: It looks like a non-network service, we enable it.\\nRunning in chroot, ignoring request.\\n\", \"stderr_lines\": [\"E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)\", \"update-rc.d: We have no instructions for the thermald init script.\", \"update-rc.d: It looks like a non-network service, we enable it.\", \"Running in chroot, ignoring request.\"], \"stdout\": \"Reading package lists...\\nBuilding dependency tree...\\nReading state information...\\nThe following package was automatically installed and is no longer required:\\n iucode-tool\\nUse 'apt autoremove' to remove it.\\nThe following NEW packages will be installed:\\n thermald\\n0 upgraded, 1 newly installed, 0 to remove and 1238 not upgraded.\\nNeed to get 186 kB of archives.\\nAfter this operation, 591 kB of additional disk space will be used.\\nGet:1 http://archive-9.kali.org/kali kali-rolling/main amd64 thermald amd64 1.6.0-5 [186 kB]\\nFetched 186 kB in 0s (285 kB/s)\\nSelecting previously unselected package thermald.\\n(Reading database ... 310737 files and directories currently installed.)\\nPreparing to unpack .../thermald_1.6.0-5_amd64.deb ...\\nUnpacking thermald (1.6.0-5) ...\\nSetting up thermald (1.6.0-5) ...\\nProcessing triggers for systemd (232-22) ...\\nProcessing triggers for man-db (2.7.6.1-2) ...\\nProcessing triggers for dbus (1.10.16-1) ...\\n\", \"stdout_lines\": [\"Reading package lists...\", \"Building dependency tree...\", \"Reading state information...\", \"The following package was automatically installed and is no longer required:\", \" iucode-tool\", \"Use 'apt autoremove' to remove it.\", \"The following NEW packages will be installed:\", \" thermald\", \"0 upgraded, 1 newly installed, 0 to remove and 1238 not upgraded.\", \"Need to get 186 kB of archives.\", \"After this operation, 591 kB of additional disk space will be used.\", \"Get:1 http://archive-9.kali.org/kali kali-rolling/main amd64 thermald amd64 1.6.0-5 [186 kB]\", \"Fetched 186 kB in 0s (285 kB/s)\", \"Selecting previously unselected package thermald.\", \"(Reading database ... 310737 files and directories currently installed.)\", \"Preparing to unpack .../thermald_1.6.0-5_amd64.deb ...\", \"Unpacking thermald (1.6.0-5) ...\", \"Setting up thermald (1.6.0-5) ...\", \"Processing triggers for systemd (232-22) ...\", \"Processing triggers for man-db (2.7.6.1-2) ...\", \"Processing triggers for dbus (1.10.16-1) ...\"]}", "", "msg: All items completed", "changed: [localhost] => (item=tlp) => {\"cache_update_time\": 1503464049, \"cache_updated\": false, \"changed\": true, \"item\": \"tlp\", \"stderr\": \"E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)\\nupdate-rc.d: We have no instructions for the tlp init script.\\nupdate-rc.d: It looks like a non-network service, we enable it.\\n\", \"stderr_lines\": [\"E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)\", \"update-rc.d: We have no instructions for the tlp init script.\", \"update-rc.d: It looks like a non-network service, we enable it.\"], \"stdout\": \"Reading package lists...\\nBuilding dependency tree...\\nReading state information...\\nThe following package was automatically installed and is no longer required:\\n iucode-tool\\nUse 'apt autoremove' to remove it.\\nThe following additional packages will be installed:\\n tlp-rdw\\nSuggested packages:\\n tp-smapi-dkms acpi-call-dkms\\nThe following NEW packages will be installed:\\n tlp tlp-rdw\\n0 upgraded, 2 newly installed, 0 to remove and 1238 not upgraded.\\nNeed to get 71.8 kB of archives.\\nAfter this operation, 298 kB of additional disk space will be used.\\nGet:1 http://archive-9.kali.org/kali kali-rolling/main amd64 tlp all 0.9-3 [57.7 kB]\\nGet:2 http://archive-10.kali.org/kali kali-rolling/main amd64 tlp-rdw all 0.9-3 [14.1 kB]\\nFetched 71.8 kB in 0s (114 kB/s)\\nSelecting previously unselected package tlp.\\n(Reading database ... 310751 files and directories currently installed.)\\nPreparing to unpack .../apt/archives/tlp_0.9-3_all.deb ...\\nUnpacking tlp (0.9-3) ...\\nSelecting previously unselected package tlp-rdw.\\nPreparing to unpack .../archives/tlp-rdw_0.9-3_all.deb ...\\nUnpacking tlp-rdw (0.9-3) ...\\nProcessing triggers for systemd (232-22) ...\\nProcessing triggers for man-db (2.7.6.1-2) ...\\nSetting up tlp (0.9-3) ...\\nSetting up tlp-rdw (0.9-3) ...\\nProcessing triggers for systemd (232-22) ...\\n\", \"stdout_lines\": [\"Reading package lists...\", \"Building dependency tree...\", \"Reading state information...\", \"The following package was automatically installed and is no longer required:\", \" iucode-tool\", \"Use 'apt autoremove' to remove it.\", \"The following additional packages will be installed:\", \" tlp-rdw\", \"Suggested packages:\", \" tp-smapi-dkms acpi-call-dkms\", \"The following NEW packages will be installed:\", \" tlp tlp-rdw\", \"0 upgraded, 2 newly installed, 0 to remove and 1238 not upgraded.\", \"Need to get 71.8 kB of archives.\", \"After this operation, 298 kB of additional disk space will be used.\", \"Get:1 http://archive-9.kali.org/kali kali-rolling/main amd64 tlp all 0.9-3 [57.7 kB]\", \"Get:2 http://archive-10.kali.org/kali kali-rolling/main amd64 tlp-rdw all 0.9-3 [14.1 kB]\", \"Fetched 71.8 kB in 0s (114 kB/s)\", \"Selecting previously unselected package tlp.\", \"(Reading database ... 310751 files and directories currently installed.)\", \"Preparing to unpack .../apt/archives/tlp_0.9-3_all.deb ...\", \"Unpacking tlp (0.9-3) ...\", \"Selecting previously unselected package tlp-rdw.\", \"Preparing to unpack .../archives/tlp-rdw_0.9-3_all.deb ...\", \"Unpacking tlp-rdw (0.9-3) ...\", \"Processing triggers for systemd (232-22) ...\", \"Processing triggers for man-db (2.7.6.1-2) ...\", \"Setting up tlp (0.9-3) ...\", \"Setting up tlp-rdw (0.9-3) ...\", \"Processing triggers for systemd (232-22) ...\"]}", "", "TASK [power : install essential packages (this may take a while)] **************", "skipping: [localhost] => (item=i2c-tools) => {\"changed\": false, \"item\": \"i2c-tools\", \"skip_reason\": \"Conditional result was False\", \"skipped\": true}", "skipping: [localhost] => (item=thermald) => {\"changed\": false, \"item\": \"thermald\", \"skip_reason\": \"Conditional result was False\", \"skipped\": true}", "skipping: [localhost] => (item=tlp) => {\"changed\": false, \"item\": \"tlp\", \"skip_reason\": \"Conditional result was False\", \"skipped\": true}", "", "TASK [power : set USE flags for packages] **************************************", "skipping: [localhost] => (item={u'flags': u'tlp_suggests', u'package': u'app-laptop/tlp'}) => {\"changed\": false, \"item\": {\"flags\": \"tlp_suggests\", \"package\": \"app-laptop/tlp\"}, \"skip_reason\": \"Conditional result was False\", \"skipped\": true}", "skipping: [localhost] => (item={u'flags': u'git', u'package': u'app-portage/layman'}) => {\"changed\": false, \"item\": {\"flags\": \"git\", \"package\": \"app-portage/layman\"}, \"skip_reason\": \"Conditional result was False\", \"skipped\": true}", "", "TASK [power : install essential packages (this may take a while)] **************", "skipping: [localhost] => (item=app-portage/layman) => {\"changed\": false, \"item\": \"app-portage/layman\", \"skip_reason\": \"Conditional result was False\", \"skipped\": true}", "skipping: [localhost] => (item=sys-power/thermald) => {\"changed\": false, \"item\": \"sys-power/thermald\", \"skip_reason\": \"Conditional result was False\", \"skipped\": true}", "", "TASK [power : setup portage for layman] ****************************************", "skipping: [localhost] => {\"changed\": false, \"skip_reason\": \"Conditional result was False\", \"skipped\": true}", "", "TASK [power : install tlp repository] ******************************************", "skipping: [localhost] => {\"changed\": false, \"skip_reason\": \"Conditional result was False\", \"skipped\": true}", "", "TASK [power : install tlp] *****************************************************", "skipping: [localhost] => {\"changed\": false, \"skip_reason\": \"Conditional result was False\", \"skipped\": true}", "", "TASK [power : create systemd sleep directory] **********************************", "ok: [localhost] => {\"changed\": false, \"gid\": 0, \"group\": \"root\", \"mode\": \"0755\", \"owner\": \"root\", \"path\": \"/lib/systemd/system-sleep\", \"size\": 4096, \"state\": \"directory\", \"uid\": 0}", "", "TASK [power : copy gpd-fan files] **********************************************", "changed: [localhost] => (item={u'dest': u'/etc/gpd/fan.conf', u'src': u'files/gpd-fan.conf', u'mode': u'0644'}) => {\"changed\": true, \"checksum\": \"f87fe5b016bbadc1e0e2aee170abbc6087f1ca6d\", \"dest\": \"/etc/gpd/fan.conf\", \"gid\": 0, \"group\": \"root\", \"item\": {\"dest\": \"/etc/gpd/fan.conf\", \"mode\": \"0644\", \"src\": \"files/gpd-fan.conf\"}, \"md5sum\": \"72f205b772dd2f19d643615e00c8682c\", \"mode\": \"0644\", \"owner\": \"root\", \"size\": 269, \"src\": \"/root/.ansible/tmp/ansible-tmp-1503464290.4-249084014687090/source\", \"state\": \"file\", \"uid\": 0}", "changed: [localhost] => (item={u'dest': u'/usr/local/sbin/gpd-fan', u'src': u'files/gpd-fan.py', u'mode': u'0755'}) => {\"changed\": true, \"checksum\": \"f38b7731dcb2d9ebc6775d65208b49f541aee96c\", \"dest\": \"/usr/local/sbin/gpd-fan\", \"gid\": 0, \"group\": \"root\", \"item\": {\"dest\": \"/usr/local/sbin/gpd-fan\", \"mode\": \"0755\", \"src\": \"files/gpd-fan.py\"}, \"md5sum\": \"6ccd66add2e102c50c8503c84ed32482\", \"mode\": \"0755\", \"owner\": \"root\", \"size\": 2602, \"src\": \"/root/.ansible/tmp/ansible-tmp-1503464290.66-14449446978195/source\", \"state\": \"file\", \"uid\": 0}", "changed: [localhost] => (item={u'dest': u'/etc/systemd/system/gpd-fan.service', u'src': u'files/gpd-fan.service', u'mode': u'0644'}) => {\"changed\": true, \"checksum\": \"bedb629d04bf8061667763d8e4833082103fcb72\", \"dest\": \"/etc/systemd/system/gpd-fan.service\", \"gid\": 0, \"group\": \"root\", \"item\": {\"dest\": \"/etc/systemd/system/gpd-fan.service\", \"mode\": \"0644\", \"src\": \"files/gpd-fan.service\"}, \"md5sum\": \"4ea3d575921219f00b4aac5ac1c46967\", \"mode\": \"0644\", \"owner\": \"root\", \"size\": 308, \"src\": \"/root/.ansible/tmp/ansible-tmp-1503464290.93-20646682110967/source\", \"state\": \"file\", \"uid\": 0}", "changed: [localhost] => (item={u'dest': u'/lib/systemd/system-sleep/gpd-fan', u'src': u'files/gpd-fan.sh', u'mode': u'0755'}) => {\"changed\": true, \"checksum\": \"d02e988cf8ca313d9d77f38d35292071f6dd84f5\", \"dest\": \"/lib/systemd/system-sleep/gpd-fan\", \"gid\": 0, \"group\": \"root\", \"item\": {\"dest\": \"/lib/systemd/system-sleep/gpd-fan\", \"mode\": \"0755\", \"src\": \"files/gpd-fan.sh\"}, \"md5sum\": \"dd9a56786ba06c7d10514fc1ad7e03f0\", \"mode\": \"0755\", \"owner\": \"root\", \"size\": 190, \"src\": \"/root/.ansible/tmp/ansible-tmp-1503464291.2-10581943638041/source\", \"state\": \"file\", \"uid\": 0}", "", "msg: All items completed", "", "TASK [power : set tlp options] *************************************************", "changed: [localhost] => (item={u'value': u'mmcblk0', u'key': u'DISK_DEVICES'}) => {\"backup\": \"\", \"changed\": true, \"item\": {\"key\": \"DISK_DEVICES\", \"value\": \"mmcblk0\"}, \"msg\": \"line replaced\"}", "", "msg: All items completed", "changed: [localhost] => (item={u'value': u'deadline', u'key': u'DISK_IOSCHED'}) => {\"backup\": \"\", \"changed\": true, \"item\": {\"key\": \"DISK_IOSCHED\", \"value\": \"deadline\"}, \"msg\": \"line added\"}", "", "TASK [power : blacklist modules to prevent preemptive wake from suspend] *******", "changed: [localhost] => {\"backup\": \"\", \"changed\": true, \"msg\": \"line added\"}", "", "msg: line added", "", "TASK [xorg : install essential packages (this may take a while)] ***************", "skipping: [localhost] => (item=[]) => {\"changed\": false, \"item\": [], \"skip_reason\": \"Conditional result was False\", \"skipped\": true}", "", "TASK [xorg : remove lightdm-webkit2-greeter if installed] **********************", "skipping: [localhost] => {\"changed\": false, \"skip_reason\": \"Conditional result was False\", \"skipped\": true}", "", "TASK [xorg : install lightdm-gtk-greeter as replacement] ***********************", "skipping: [localhost] => {\"changed\": false, \"skip_reason\": \"Conditional result was False\", \"skipped\": true}", "", "TASK [xorg : set lightdm-gtk-greeter as default lightdm greeter] ***************", "skipping: [localhost] => {\"changed\": false, \"skip_reason\": \"Conditional result was False\", \"skipped\": true}", "", "TASK [xorg : install essential packages (this may take a while)] ***************", "", "msg: All items completed", "changed: [localhost] => (item=[u'dconf-cli', u'dconf-editor', u'i965-va-driver', u'mesa-utils', u'va-driver-all', u'vainfo', u'x11-xserver-utils']) => {\"cache_update_time\": 1503464049, \"cache_updated\": false, \"changed\": true, \"item\": [\"dconf-cli\", \"dconf-editor\", \"i965-va-driver\", \"mesa-utils\", \"va-driver-all\", \"vainfo\", \"x11-xserver-utils\"], \"stderr\": \"E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)\\n\", \"stderr_lines\": [\"E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)\"], \"stdout\": \"Reading package lists...\\nBuilding dependency tree...\\nReading state information...\\nThe following package was automatically installed and is no longer required:\\n iucode-tool\\nUse 'apt autoremove' to remove it.\\nThe following NEW packages will be installed:\\n vainfo\\n0 upgraded, 1 newly installed, 0 to remove and 1238 not upgraded.\\nNeed to get 13.9 kB of archives.\\nAfter this operation, 39.9 kB of additional disk space will be used.\\nGet:1 http://archive-11.kali.org/kali kali-rolling/main amd64 vainfo amd64 1.8.2+ds1-2 [13.9 kB]\\nFetched 13.9 kB in 0s (20.7 kB/s)\\nSelecting previously unselected package vainfo.\\n(Reading database ... 310796 files and directories currently installed.)\\nPreparing to unpack .../vainfo_1.8.2+ds1-2_amd64.deb ...\\nUnpacking vainfo (1.8.2+ds1-2) ...\\nSetting up vainfo (1.8.2+ds1-2) ...\\nProcessing triggers for man-db (2.7.6.1-2) ...\\n\", \"stdout_lines\": [\"Reading package lists...\", \"Building dependency tree...\", \"Reading state information...\", \"The following package was automatically installed and is no longer required:\", \" iucode-tool\", \"Use 'apt autoremove' to remove it.\", \"The following NEW packages will be installed:\", \" vainfo\", \"0 upgraded, 1 newly installed, 0 to remove and 1238 not upgraded.\", \"Need to get 13.9 kB of archives.\", \"After this operation, 39.9 kB of additional disk space will be used.\", \"Get:1 http://archive-11.kali.org/kali kali-rolling/main amd64 vainfo amd64 1.8.2+ds1-2 [13.9 kB]\", \"Fetched 13.9 kB in 0s (20.7 kB/s)\", \"Selecting previously unselected package vainfo.\", \"(Reading database ... 310796 files and directories currently installed.)\", \"Preparing to unpack .../vainfo_1.8.2+ds1-2_amd64.deb ...\", \"Unpacking vainfo (1.8.2+ds1-2) ...\", \"Setting up vainfo (1.8.2+ds1-2) ...\", \"Processing triggers for man-db (2.7.6.1-2) ...\"]}", "", "TASK [xorg : install essential packages (this may take a while)] ***************", "skipping: [localhost] => (item=ibus) => {\"changed\": false, \"item\": \"ibus\", \"skip_reason\": \"Conditional result was False\", \"skipped\": true}", "skipping: [localhost] => (item=libXrandr) => {\"changed\": false, \"item\": \"libXrandr\", \"skip_reason\": \"Conditional result was False\", \"skipped\": true}", "skipping: [localhost] => (item=xinput_calibrator) => {\"changed\": false, \"item\": \"xinput_calibrator\", \"skip_reason\": \"Conditional result was False\", \"skipped\": true}", "skipping: [localhost] => (item=xorg-x11-drv-intel) => {\"changed\": false, \"item\": \"xorg-x11-drv-intel\", \"skip_reason\": \"Conditional result was False\", \"skipped\": true}", "", "TASK [xorg : set USE flags for packages] ***************************************", "skipping: [localhost] => (item={u'flags': u'vaapi', u'package': u'media-libs/mesa'}) => {\"changed\": false, \"item\": {\"flags\": \"vaapi\", \"package\": \"media-libs/mesa\"}, \"skip_reason\": \"Conditional result was False\", \"skipped\": true}", "", "TASK [xorg : set make.conf values] *********************************************", "skipping: [localhost] => (item={u'value': u'i965 intel', u'key': u'VIDEO_CARDS'}) => {\"changed\": false, \"item\": {\"key\": \"VIDEO_CARDS\", \"value\": \"i965 intel\"}, \"skip_reason\": \"Conditional result was False\", \"skipped\": true}", "", "TASK [xorg : install essential packages (this may take a while)] ***************", "skipping: [localhost] => (item=media-libs/mesa) => {\"changed\": false, \"item\": \"media-libs/mesa\", \"skip_reason\": \"Conditional result was False\", \"skipped\": true}", "skipping: [localhost] => (item=x11-apps/xrandr) => {\"changed\": false, \"item\": \"x11-apps/xrandr\", \"skip_reason\": \"Conditional result was False\", \"skipped\": true}", "skipping: [localhost] => (item=x11-apps/xinput) => {\"changed\": false, \"item\": \"x11-apps/xinput\", \"skip_reason\": \"Conditional result was False\", \"skipped\": true}", "", "TASK [xorg : install essential packages (this may take a while)] ***************", "skipping: [localhost] => (item=[]) => {\"changed\": false, \"item\": [], \"skip_reason\": \"Conditional result was False\", \"skipped\": true}", "", "TASK [xorg : create xorg directories] ******************************************", "changed: [localhost] => (item=/etc/X11/xorg.conf.d) => {\"changed\": true, \"gid\": 0, \"group\": \"root\", \"item\": \"/etc/X11/xorg.conf.d\", \"mode\": \"0755\", \"owner\": \"root\", \"path\": \"/etc/X11/xorg.conf.d\", \"size\": 4096, \"state\": \"directory\", \"uid\": 0}", "ok: [localhost] => (item=/etc/X11/Xsession.d) => {\"changed\": false, \"gid\": 0, \"group\": \"root\", \"item\": \"/etc/X11/Xsession.d\", \"mode\": \"0755\", \"owner\": \"root\", \"path\": \"/etc/X11/Xsession.d\", \"size\": 4096, \"state\": \"directory\", \"uid\": 0}", "", "msg: All items completed", "", "TASK [xorg : copy xorg configs] ************************************************", "changed: [localhost] => (item={u'dest': u'/etc/X11/xorg.conf.d/', u'src': u'files/config/20-intel.conf'}) => {\"changed\": true, \"checksum\": \"f5adf83077357dbae5a05a72300a2a0732edeb0a\", \"dest\": \"/etc/X11/xorg.conf.d/20-intel.conf\", \"gid\": 0, \"group\": \"root\", \"item\": {\"dest\": \"/etc/X11/xorg.conf.d/\", \"src\": \"files/config/20-intel.conf\"}, \"md5sum\": \"b0cc3887741f3a1cf361fc20630254ef\", \"mode\": \"0644\", \"owner\": \"root\", \"size\": 193, \"src\": \"/root/.ansible/tmp/ansible-tmp-1503464306.63-93105236595607/source\", \"state\": \"file\", \"uid\": 0}", "", "msg: All items completed", "", "TASK [xorg : create dconf directories] *****************************************", "ok: [localhost] => (item=/etc/dconf/db/local.d) => {\"changed\": false, \"gid\": 0, \"group\": \"root\", \"item\": \"/etc/dconf/db/local.d\", \"mode\": \"0755\", \"owner\": \"root\", \"path\": \"/etc/dconf/db/local.d\", \"size\": 4096, \"state\": \"directory\", \"uid\": 0}", "", "msg: All items completed", "ok: [localhost] => (item=/etc/dconf/profile) => {\"changed\": false, \"gid\": 0, \"group\": \"root\", \"item\": \"/etc/dconf/profile\", \"mode\": \"0755\", \"owner\": \"root\", \"path\": \"/etc/dconf/profile\", \"size\": 4096, \"state\": \"directory\", \"uid\": 0}", "", "TASK [xorg : set gnome interface scaling] **************************************", "changed: [localhost] => (item={u'dest': u'/etc/dconf/db/local.d/', u'src': u'files/gnome/01scale'}) => {\"changed\": true, \"checksum\": \"5e78aa8d1b68f110bd4c46c7904ed02b4818f45f\", \"dest\": \"/etc/dconf/db/local.d/01scale\", \"gid\": 0, \"group\": \"root\", \"item\": {\"dest\": \"/etc/dconf/db/local.d/\", \"src\": \"files/gnome/01scale\"}, \"md5sum\": \"7b01e959f7e021b23216e3e0d6fbab92\", \"mode\": \"0644\", \"owner\": \"root\", \"size\": 82, \"src\": \"/root/.ansible/tmp/ansible-tmp-1503464307.2-148043897606773/source\", \"state\": \"file\", \"uid\": 0}", "changed: [localhost] => (item={u'dest': u'/etc/dconf/db/local.d/', u'src': u'files/gnome/02subpixel'}) => {\"changed\": true, \"checksum\": \"51cc63e24aa434ba045cf6b5ad3ff28933c23862\", \"dest\": \"/etc/dconf/db/local.d/02subpixel\", \"gid\": 0, \"group\": \"root\", \"item\": {\"dest\": \"/etc/dconf/db/local.d/\", \"src\": \"files/gnome/02subpixel\"}, \"md5sum\": \"d7d16afe0c265991d4d5814f070cb192\", \"mode\": \"0644\", \"owner\": \"root\", \"size\": 63, \"src\": \"/root/.ansible/tmp/ansible-tmp-1503464307.47-35297224332458/source\", \"state\": \"file\", \"uid\": 0}", "changed: [localhost] => (item={u'dest': u'/etc/dconf/profile/gdm', u'src': u'files/gnome/profile'}) => {\"changed\": true, \"checksum\": \"2e8685d1e99c61f054bbe03c821d67864859680e\", \"dest\": \"/etc/dconf/profile/gdm\", \"gid\": 0, \"group\": \"root\", \"item\": {\"dest\": \"/etc/dconf/profile/gdm\", \"src\": \"files/gnome/profile\"}, \"md5sum\": \"9db8366d27677a7f8e97e5218b6493c4\", \"mode\": \"0644\", \"owner\": \"root\", \"size\": 28, \"src\": \"/root/.ansible/tmp/ansible-tmp-1503464307.73-272358327561021/source\", \"state\": \"file\", \"uid\": 0}", "", "msg: All items completed", "changed: [localhost] => (item={u'dest': u'/etc/dconf/profile/user', u'src': u'files/gnome/profile'}) => {\"changed\": true, \"checksum\": \"2e8685d1e99c61f054bbe03c821d67864859680e\", \"dest\": \"/etc/dconf/profile/user\", \"gid\": 0, \"group\": \"root\", \"item\": {\"dest\": \"/etc/dconf/profile/user\", \"src\": \"files/gnome/profile\"}, \"md5sum\": \"9db8366d27677a7f8e97e5218b6493c4\", \"mode\": \"0644\", \"owner\": \"root\", \"size\": 28, \"src\": \"/root/.ansible/tmp/ansible-tmp-1503464308.0-152285472249631/source\", \"state\": \"file\", \"uid\": 0}", "", "TASK [xorg : check for gdm directory] ******************************************", "ok: [localhost] => {\"changed\": false, \"stat\": {\"exists\": false}}", "", "TASK [xorg : check for gdm3-custom] ********************************************", "ok: [localhost] => {\"changed\": false, \"stat\": {\"exists\": false}}", "", "TASK [xorg : check for gdm3-daemon] ********************************************", "ok: [localhost] => {\"changed\": false, \"stat\": {\"atime\": 1492307243.0, \"attr_flags\": \"e\", \"attributes\": [\"extents\"], \"block_size\": 4096, \"blocks\": 8, \"charset\": \"us-ascii\", \"checksum\": \"dc51b2936cffa6ae779d01a176317eb983cfb69d\", \"ctime\": 1503463734.044, \"dev\": 2049, \"device_type\": 0, \"executable\": false, \"exists\": true, \"gid\": 0, \"gr_name\": \"root\", \"inode\": 1847622, \"isblk\": false, \"ischr\": false, \"isdir\": false, \"isfifo\": false, \"isgid\": false, \"islnk\": false, \"isreg\": true, \"issock\": false, \"isuid\": false, \"md5\": \"b1aa2c2b01e4d3b4625c0423a51730b3\", \"mimetype\": \"text/plain\", \"mode\": \"0644\", \"mtime\": 1492307243.0, \"nlink\": 1, \"path\": \"/etc/gdm3/daemon.conf\", \"pw_name\": \"root\", \"readable\": true, \"rgrp\": true, \"roth\": true, \"rusr\": true, \"size\": 640, \"uid\": 0, \"version\": \"1864540111\", \"wgrp\": false, \"woth\": false, \"writeable\": true, \"wusr\": true, \"xgrp\": false, \"xoth\": false, \"xusr\": false}}", "", "TASK [xorg : disable wayland on gdm] *******************************************", "skipping: [localhost] => {\"changed\": false, \"skip_reason\": \"Conditional result was False\", \"skipped\": true}", "", "TASK [xorg : disable wayland on gdm3-custom] ***********************************", "skipping: [localhost] => {\"changed\": false, \"skip_reason\": \"Conditional result was False\", \"skipped\": true}", "", "TASK [xorg : disable wayland on gdm3-daemon] ***********************************", "changed: [localhost] => {\"backup\": \"\", \"changed\": true, \"msg\": \"line added\"}", "", "msg: line added", "", "TASK [xorg : check for xfce4 installed] ****************************************", "ok: [localhost] => {\"changed\": false, \"stat\": {\"exists\": false}}", "", "TASK [xorg : create directory for xfce4 config skeleton] ***********************", "skipping: [localhost] => {\"changed\": false, \"skip_reason\": \"Conditional result was False\", \"skipped\": true}", "", "TASK [xorg : install xfce4 config skeleton] ************************************", "skipping: [localhost] => {\"changed\": false, \"skip_reason\": \"Conditional result was False\", \"skipped\": true}", "", "TASK [xorg : create gpd-rotate directories] ************************************", "ok: [localhost] => (item=/etc/X11/Xsession.d) => {\"changed\": false, \"gid\": 0, \"group\": \"root\", \"item\": \"/etc/X11/Xsession.d\", \"mode\": \"0755\", \"owner\": \"root\", \"path\": \"/etc/X11/Xsession.d\", \"size\": 4096, \"state\": \"directory\", \"uid\": 0}", "", "msg: All items completed", "changed: [localhost] => (item=/etc/X11/xinit/xinitrc.d) => {\"changed\": true, \"gid\": 0, \"group\": \"root\", \"item\": \"/etc/X11/xinit/xinitrc.d\", \"mode\": \"0755\", \"owner\": \"root\", \"path\": \"/etc/X11/xinit/xinitrc.d\", \"size\": 4096, \"state\": \"directory\", \"uid\": 0}", "", "TASK [xorg : copy gpd-rotate files] ********************************************", "changed: [localhost] => (item={u'dest': u'/etc/X11/Xsession.d/01gpd-rotate', u'src': u'files/rotate/01gpd-rotate', u'mode': u'0644'}) => {\"changed\": true, \"checksum\": \"2c63f9d7cac57be737bf0703a11071514d551418\", \"dest\": \"/etc/X11/Xsession.d/01gpd-rotate\", \"gid\": 0, \"group\": \"root\", \"item\": {\"dest\": \"/etc/X11/Xsession.d/01gpd-rotate\", \"mode\": \"0644\", \"src\": \"files/rotate/01gpd-rotate\"}, \"md5sum\": \"fd6b4d1dd23234bc1751aa9be3e24782\", \"mode\": \"0644\", \"owner\": \"root\", \"size\": 208, \"src\": \"/root/.ansible/tmp/ansible-tmp-1503464309.5-165429888010746/source\", \"state\": \"file\", \"uid\": 0}", "changed: [localhost] => (item={u'dest': u'/etc/X11/xinit/xinitrc.d/01gpd-rotate', u'src': u'files/rotate/01gpd-rotate', u'mode': u'0755'}) => {\"changed\": true, \"checksum\": \"2c63f9d7cac57be737bf0703a11071514d551418\", \"dest\": \"/etc/X11/xinit/xinitrc.d/01gpd-rotate\", \"gid\": 0, \"group\": \"root\", \"item\": {\"dest\": \"/etc/X11/xinit/xinitrc.d/01gpd-rotate\", \"mode\": \"0755\", \"src\": \"files/rotate/01gpd-rotate\"}, \"md5sum\": \"fd6b4d1dd23234bc1751aa9be3e24782\", \"mode\": \"0755\", \"owner\": \"root\", \"size\": 208, \"src\": \"/root/.ansible/tmp/ansible-tmp-1503464309.76-133256684430351/source\", \"state\": \"file\", \"uid\": 0}", "changed: [localhost] => (item={u'dest': u'/etc/gpd/rotate.conf', u'src': u'files/rotate/gpd-rotate.conf', u'mode': u'0644'}) => {\"changed\": true, \"checksum\": \"2e722433b0196723c2f8388a330747f1d466c33d\", \"dest\": \"/etc/gpd/rotate.conf\", \"gid\": 0, \"group\": \"root\", \"item\": {\"dest\": \"/etc/gpd/rotate.conf\", \"mode\": \"0644\", \"src\": \"files/rotate/gpd-rotate.conf\"}, \"md5sum\": \"877fac8f2099da0980396d79e9addc5a\", \"mode\": \"0644\", \"owner\": \"root\", \"size\": 136, \"src\": \"/root/.ansible/tmp/ansible-tmp-1503464310.02-156789144902672/source\", \"state\": \"file\", \"uid\": 0}", "changed: [localhost] => (item={u'dest': u'/usr/local/sbin/gpd-rotate', u'src': u'files/rotate/gpd-rotate.py', u'mode': u'0755'}) => {\"changed\": true, \"checksum\": \"b218b080f52a22a614c414b92468a0d9d92713c4\", \"dest\": \"/usr/local/sbin/gpd-rotate\", \"gid\": 0, \"group\": \"root\", \"item\": {\"dest\": \"/usr/local/sbin/gpd-rotate\", \"mode\": \"0755\", \"src\": \"files/rotate/gpd-rotate.py\"}, \"md5sum\": \"bd2b6fc06ef1b848f5a49a3f0d1c7ceb\", \"mode\": \"0755\", \"owner\": \"root\", \"size\": 1577, \"src\": \"/root/.ansible/tmp/ansible-tmp-1503464310.3-89212107205638/source\", \"state\": \"file\", \"uid\": 0}", "changed: [localhost] => (item={u'dest': u'/etc/systemd/system/gpd-rotate.service', u'src': u'files/rotate/gpd-rotate.service', u'mode': u'0644'}) => {\"changed\": true, \"checksum\": \"dc75c6e046e8154fe31220c1a99190e7845d9ab3\", \"dest\": \"/etc/systemd/system/gpd-rotate.service\", \"gid\": 0, \"group\": \"root\", \"item\": {\"dest\": \"/etc/systemd/system/gpd-rotate.service\", \"mode\": \"0644\", \"src\": \"files/rotate/gpd-rotate.service\"}, \"md5sum\": \"828a88fe18d669a7a295b1b97a5f80d8\", \"mode\": \"0644\", \"owner\": \"root\", \"size\": 262, \"src\": \"/root/.ansible/tmp/ansible-tmp-1503464310.55-101018872634101/source\", \"state\": \"file\", \"uid\": 0}", "", "msg: All items completed", "", "RUNNING HANDLER [boot : update initrd] *****************************************", "changed: [localhost] => {\"changed\": true, \"cmd\": \"# determine new kernel version\\n KERNEL_VERSION=$(ls -t /lib/modules/ |grep 'bootstrap\\\\|jwrdegoede' |head -n 1)\\n\\n # recreate initramfs image\\n if [ -f /usr/sbin/update-initramfs ]; then\\n update-initramfs -c -k ${KERNEL_VERSION} || update-initramfs -u -k ${KERNEL_VERSION}\\n elif [ -f /usr/bin/dracut ]; then\\n dracut -f /boot/initrd.img-${KERNEL_VERSION} ${KERNEL_VERSION}\\n elif [ -f /usr/bin/mkinitcpio ]; then\\n mkinitcpio -c /etc/mkinitcpio.conf -g /boot/initrd.img-${KERNEL_VERSION} -k ${KERNEL_VERSION} || true\\n else\\n echo \\\"I can't build a new initramfs - this is bad!\\\"\\n exit 1\\n fi\", \"delta\": \"0:00:11.484100\", \"end\": \"2017-08-23 04:58:42.352386\", \"failed\": false, \"failed_when_result\": false, \"rc\": 0, \"start\": \"2017-08-23 04:58:30.868286\", \"stderr\": \"WARNING: Setting CRYPTSETUP in /etc/initramfs-tools/initramfs.conf is deprecated and will stop working in the future. Use /etc/cryptsetup-initramfs/conf-hook instead.\\ncryptsetup: WARNING: could not determine root device from /etc/fstab\", \"stderr_lines\": [\"WARNING: Setting CRYPTSETUP in /etc/initramfs-tools/initramfs.conf is deprecated and will stop working in the future. Use /etc/cryptsetup-initramfs/conf-hook instead.\", \"cryptsetup: WARNING: could not determine root device from /etc/fstab\"], \"stdout\": \"update-initramfs: Generating /boot/initrd.img-4.13.0-rc0-bootstrap\\nlive-boot: core filesystems devices utils udev wget blockdev ftpfs dns.\", \"stdout_lines\": [\"update-initramfs: Generating /boot/initrd.img-4.13.0-rc0-bootstrap\", \"live-boot: core filesystems devices utils udev wget blockdev ftpfs dns.\"]}", "", "cmd: # determine new kernel version", " KERNEL_VERSION=$(ls -t /lib/modules/ |grep 'bootstrap\\|jwrdegoede' |head -n 1)", "", " # recreate initramfs image", " if [ -f /usr/sbin/update-initramfs ]; then", " update-initramfs -c -k ${KERNEL_VERSION} || update-initramfs -u -k ${KERNEL_VERSION}", " elif [ -f /usr/bin/dracut ]; then", " dracut -f /boot/initrd.img-${KERNEL_VERSION} ${KERNEL_VERSION}", " elif [ -f /usr/bin/mkinitcpio ]; then", " mkinitcpio -c /etc/mkinitcpio.conf -g /boot/initrd.img-${KERNEL_VERSION} -k ${KERNEL_VERSION} || true", " else", " echo \"I can't build a new initramfs - this is bad!\"", " exit 1", " fi", "", "start: 2017-08-23 04:58:30.868286", "", "end: 2017-08-23 04:58:42.352386", "", "delta: 0:00:11.484100", "", "stdout: update-initramfs: Generating /boot/initrd.img-4.13.0-rc0-bootstrap", "live-boot: core filesystems devices utils udev wget blockdev ftpfs dns.", "", "stderr: WARNING: Setting CRYPTSETUP in /etc/initramfs-tools/initramfs.conf is deprecated and will stop working in the future. Use /etc/cryptsetup-initramfs/conf-hook instead.", "cryptsetup: WARNING: could not determine root device from /etc/fstab", "", "RUNNING HANDLER [boot : update grub] *******************************************", "fatal: [localhost]: FAILED! => {\"changed\": true, \"cmd\": \"# Update grub config\\n if which grub-mkconfig; then\\n grub-mkconfig -o /boot/grub/grub.cfg\\n elif which grub2-mkconfig; then\\n grub2-mkconfig -o /boot/grub/grub.cfg\\n else\\n echo \\\"I can't update grub config - this is bad!\\\"\\n exit 1\\n fi\", \"delta\": \"0:00:00.004052\", \"end\": \"2017-08-23 04:58:42.515993\", \"failed\": true, \"failed_when_result\": true, \"rc\": 1, \"start\": \"2017-08-23 04:58:42.511941\", \"stderr\": \"\", \"stderr_lines\": [], \"stdout\": \"I can't update grub config - this is bad!\", \"stdout_lines\": [\"I can't update grub config - this is bad!\"]}", "", "cmd: # Update grub config", " if which grub-mkconfig; then", " grub-mkconfig -o /boot/grub/grub.cfg", " elif which grub2-mkconfig; then", " grub2-mkconfig -o /boot/grub/grub.cfg", " else", " echo \"I can't update grub config - this is bad!\"", " exit 1", " fi", "", "start: 2017-08-23 04:58:42.511941", "", "end: 2017-08-23 04:58:42.515993", "", "delta: 0:00:00.004052", "", "stdout: I can't update grub config - this is bad!", "", "RUNNING HANDLER [power : enable gpd-fan] ***************************************", "", "RUNNING HANDLER [power : enable thermal services] ******************************", "", "RUNNING HANDLER [xorg : enable gpd-rotate] *************************************", "", "RUNNING HANDLER [xorg : update dconf] ******************************************", "", "PLAY RECAP *********************************************************************", "localhost : ok=47 changed=27 unreachable=0 failed=1 "]}
  517.  
  518. cmd: chroot /var/tmp/bootstrap-iso/squashfs /bin/bash -c "/bin/bash /usr/src/ansible-gpdpocket/bootstrap-system.sh --nogit"
  519.  
  520. start: 2017-08-23 00:53:10.685602
  521.  
  522. end: 2017-08-23 00:58:42.594596
  523.  
  524. delta: 0:05:31.908994
  525.  
  526. stdout: Get:1 http://archive-11.kali.org/kali kali-rolling InRelease [30.5 kB]
  527. Get:2 http://archive-11.kali.org/kali kali-rolling/non-free Sources [121 kB]
  528. Get:3 http://archive-11.kali.org/kali kali-rolling/contrib Sources [66.2 kB]
  529. Get:4 http://archive-11.kali.org/kali kali-rolling/main Sources [11.3 MB]
  530. Get:5 http://archive-11.kali.org/kali kali-rolling/main amd64 Packages [15.3 MB]
  531. Get:6 http://archive-11.kali.org/kali kali-rolling/contrib amd64 Packages [104 kB]
  532. Get:7 http://archive-11.kali.org/kali kali-rolling/non-free amd64 Packages [162 kB]
  533. Fetched 27.1 MB in 11s (2,332 kB/s)
  534. Reading package lists...
  535. Reading package lists...
  536. Building dependency tree...
  537. Reading state information...
  538. The following additional packages will be installed:
  539. gnupg gnupg-agent
  540. Suggested packages:
  541. tor parcimonie xloadimage scdaemon
  542. Recommended packages:
  543. gnupg-l10n
  544. The following NEW packages will be installed:
  545. dirmngr
  546. The following packages will be upgraded:
  547. gnupg gnupg-agent
  548. 2 upgraded, 1 newly installed, 0 to remove and 1258 not upgraded.
  549. Need to get 2,273 kB of archives.
  550. After this operation, 1,109 kB of additional disk space will be used.
  551. Get:1 http://archive-10.kali.org/kali kali-rolling/main amd64 gnupg amd64 2.1.18-8 [1,125 kB]
  552. Get:3 http://archive-12.kali.org/kali kali-rolling/main amd64 dirmngr amd64 2.1.18-8 [595 kB]
  553. Get:2 http://archive-10.kali.org/kali kali-rolling/main amd64 gnupg-agent amd64 2.1.18-8 [553 kB]
  554. apt-listchanges: Reading changelogs...
  555. Fetched 2,273 kB in 2s (853 kB/s)
  556. (Reading database ... 305506 files and directories currently installed.)
  557. Preparing to unpack .../gnupg_2.1.18-8_amd64.deb ...
  558. Unpacking gnupg (2.1.18-8) over (2.1.18-6) ...
  559. Preparing to unpack .../gnupg-agent_2.1.18-8_amd64.deb ...
  560. Unpacking gnupg-agent (2.1.18-8) over (2.1.18-6) ...
  561. Selecting previously unselected package dirmngr.
  562. Preparing to unpack .../dirmngr_2.1.18-8_amd64.deb ...
  563. Unpacking dirmngr (2.1.18-8) ...
  564. Processing triggers for man-db (2.7.6.1-2) ...
  565. Setting up gnupg-agent (2.1.18-8) ...
  566. Setting up dirmngr (2.1.18-8) ...
  567. Setting up gnupg (2.1.18-8) ...
  568. Executing: /tmp/apt-key-gpghome.kh6kPdGUFy/gpg.1.sh --keyserver keyserver.ubuntu.com --recv-keys 93C4A3FD7BB9C367
  569. Get:1 http://ppa.launchpad.net/ansible/ansible/ubuntu trusty InRelease [16.0 kB]
  570. Hit:2 http://archive-11.kali.org/kali kali-rolling InRelease
  571. Get:3 http://ppa.launchpad.net/ansible/ansible/ubuntu trusty/main amd64 Packages [514 B]
  572. Get:4 http://ppa.launchpad.net/ansible/ansible/ubuntu trusty/main Translation-en [322 B]
  573. Fetched 16.8 kB in 0s (28.0 kB/s)
  574. Reading package lists...
  575. Reading package lists...
  576. Building dependency tree...
  577. Reading state information...
  578. The following additional packages will be installed:
  579. git-man sshpass
  580. Suggested packages:
  581. git-daemon-run | git-daemon-sysvinit git-doc git-el git-email git-gui gitk
  582. gitweb git-cvs git-mediawiki git-svn
  583. The following NEW packages will be installed:
  584. ansible sshpass
  585. The following packages will be upgraded:
  586. git git-man
  587. 2 upgraded, 2 newly installed, 0 to remove and 1256 not upgraded.
  588. Need to get 7,925 kB of archives.
  589. After this operation, 18.1 MB of additional disk space will be used.
  590. Get:1 http://ppa.launchpad.net/ansible/ansible/ubuntu trusty/main amd64 ansible all 2.3.2.0-1ppa~trusty [2,035 kB]
  591. Get:2 http://archive-9.kali.org/kali kali-rolling/main amd64 git amd64 1:2.14.1-1 [4,389 kB]
  592. Get:4 http://archive-12.kali.org/kali kali-rolling/main amd64 sshpass amd64 1.06-1 [11.3 kB]
  593. Get:3 http://archive-10.kali.org/kali kali-rolling/main amd64 git-man all 1:2.14.1-1 [1,489 kB]
  594. apt-listchanges: Reading changelogs...
  595. Fetched 7,925 kB in 4s (1,748 kB/s)
  596. (Reading database ... 305524 files and directories currently installed.)
  597. Preparing to unpack .../git_1%3a2.14.1-1_amd64.deb ...
  598. Unpacking git (1:2.14.1-1) over (1:2.11.0-2) ...
  599. Preparing to unpack .../git-man_1%3a2.14.1-1_all.deb ...
  600. Unpacking git-man (1:2.14.1-1) over (1:2.11.0-2) ...
  601. Selecting previously unselected package sshpass.
  602. Preparing to unpack .../sshpass_1.06-1_amd64.deb ...
  603. Unpacking sshpass (1.06-1) ...
  604. Selecting previously unselected package ansible.
  605. Preparing to unpack .../ansible_2.3.2.0-1ppa~trusty_all.deb ...
  606. Unpacking ansible (2.3.2.0-1ppa~trusty) ...
  607. Setting up git-man (1:2.14.1-1) ...
  608. Setting up sshpass (1.06-1) ...
  609. Processing triggers for man-db (2.7.6.1-2) ...
  610. Setting up git (1:2.14.1-1) ...
  611. Setting up ansible (2.3.2.0-1ppa~trusty) ...
  612. skip pulling source from git
  613. Using /usr/src/ansible-gpdpocket/ansible.cfg as config file
  614.  
  615. PLAY [localhost] ***************************************************************
  616.  
  617. TASK [Gathering Facts] *********************************************************
  618. ok: [localhost]
  619.  
  620. TASK [common : determine which directory to use for firmware] ******************
  621. ok: [localhost] => {"changed": false, "examined": 64752, "files": [{"atime": 1492307344.0, "ctime": 1503463737.104, "dev": 2049, "gid": 0, "inode": 1180998, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mode": "0755", "mtime": 1492307344.0, "nlink": 53, "path": "/lib/firmware", "rgrp": true, "roth": true, "rusr": true, "size": 12288, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": true, "xoth": true, "xusr": true}, {"atime": 1492307051.0, "ctime": 1503463737.24, "dev": 2049, "gid": 0, "inode": 1854532, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mode": "0755", "mtime": 1492307051.0, "nlink": 3, "path": "/lib/modules/4.9.0-kali3-amd64/kernel/drivers/firmware", "rgrp": true, "roth": true, "rusr": true, "size": 4096, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": true, "xoth": true, "xusr": true}], "matched": 2, "msg": ""}
  622.  
  623. TASK [common : ensure brcm directory exists] ***********************************
  624. ok: [localhost] => {"changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/lib/firmware/brcm", "size": 4096, "state": "directory", "uid": 0}
  625.  
  626. TASK [common : copy wifi files] ************************************************
  627. ok: [localhost] => (item=files/brcmfmac4356-pcie.bin) => {"changed": false, "checksum": "7033a19bd11562efcf5c51c1000b67007b63d0b7", "dest": "/lib/firmware/brcm/brcmfmac4356-pcie.bin", "gid": 0, "group": "root", "item": "files/brcmfmac4356-pcie.bin", "mode": "0644", "owner": "root", "path": "/lib/firmware/brcm/brcmfmac4356-pcie.bin", "size": 623012, "state": "file", "uid": 0}
  628. changed: [localhost] => (item=files/brcmfmac4356-pcie.txt) => {"changed": true, "checksum": "71911406e669cd48920bfaa40216bb2729d792f7", "dest": "/lib/firmware/brcm/brcmfmac4356-pcie.txt", "gid": 0, "group": "root", "item": "files/brcmfmac4356-pcie.txt", "md5sum": "c92c567e10c9db426ddf664adaa085bc", "mode": "0644", "owner": "root", "size": 2730, "src": "/root/.ansible/tmp/ansible-tmp-1503464085.82-126024345871483/source", "state": "file", "uid": 0}
  629.  
  630. msg: All items completed
  631.  
  632. TASK [common : remove obsolete files] ******************************************
  633. ok: [localhost] => (item=/boot/config-4.12.0-custom) => {"changed": false, "item": "/boot/config-4.12.0-custom", "path": "/boot/config-4.12.0-custom", "state": "absent"}
  634. ok: [localhost] => (item=/boot/config-4.12.0-gpdpocket) => {"changed": false, "item": "/boot/config-4.12.0-gpdpocket", "path": "/boot/config-4.12.0-gpdpocket", "state": "absent"}
  635. ok: [localhost] => (item=/boot/initrd.img-4.12.0-custom) => {"changed": false, "item": "/boot/initrd.img-4.12.0-custom", "path": "/boot/initrd.img-4.12.0-custom", "state": "absent"}
  636. ok: [localhost] => (item=/boot/initrd.img-4.12.0-gpdpocket) => {"changed": false, "item": "/boot/initrd.img-4.12.0-gpdpocket", "path": "/boot/initrd.img-4.12.0-gpdpocket", "state": "absent"}
  637. ok: [localhost] => (item=/boot/system.map-4.12.0-custom) => {"changed": false, "item": "/boot/system.map-4.12.0-custom", "path": "/boot/system.map-4.12.0-custom", "state": "absent"}
  638. ok: [localhost] => (item=/boot/system.map-4.12.0-gpdpocket) => {"changed": false, "item": "/boot/system.map-4.12.0-gpdpocket", "path": "/boot/system.map-4.12.0-gpdpocket", "state": "absent"}
  639. ok: [localhost] => (item=/boot/vmlinuz-4.12.0-custom) => {"changed": false, "item": "/boot/vmlinuz-4.12.0-custom", "path": "/boot/vmlinuz-4.12.0-custom", "state": "absent"}
  640. ok: [localhost] => (item=/boot/vmlinuz-4.12.0-gpdpocket) => {"changed": false, "item": "/boot/vmlinuz-4.12.0-gpdpocket", "path": "/boot/vmlinuz-4.12.0-gpdpocket", "state": "absent"}
  641. ok: [localhost] => (item=/etc/dconf/db/gdm.d) => {"changed": false, "item": "/etc/dconf/db/gdm.d", "path": "/etc/dconf/db/gdm.d", "state": "absent"}
  642. ok: [localhost] => (item=/etc/dconf/db/local.d/03-scaling) => {"changed": false, "item": "/etc/dconf/db/local.d/03-scaling", "path": "/etc/dconf/db/local.d/03-scaling", "state": "absent"}
  643. ok: [localhost] => (item=/etc/dconf/db/local.d/03scaling) => {"changed": false, "item": "/etc/dconf/db/local.d/03scaling", "path": "/etc/dconf/db/local.d/03scaling", "state": "absent"}
  644. ok: [localhost] => (item=/etc/gpdfand.conf) => {"changed": false, "item": "/etc/gpdfand.conf", "path": "/etc/gpdfand.conf", "state": "absent"}
  645. ok: [localhost] => (item=/etc/systemd/system/gpdfand.service) => {"changed": false, "item": "/etc/systemd/system/gpdfand.service", "path": "/etc/systemd/system/gpdfand.service", "state": "absent"}
  646. ok: [localhost] => (item=/etc/systemd/system/gpdrotate.service) => {"changed": false, "item": "/etc/systemd/system/gpdrotate.service", "path": "/etc/systemd/system/gpdrotate.service", "state": "absent"}
  647. ok: [localhost] => (item=/etc/udev/rules.d/99-local-bluetooth.rules) => {"changed": false, "item": "/etc/udev/rules.d/99-local-bluetooth.rules", "path": "/etc/udev/rules.d/99-local-bluetooth.rules", "state": "absent"}
  648. ok: [localhost] => (item=/etc/X11/xorg.conf.d/30-monitor.conf) => {"changed": false, "item": "/etc/X11/xorg.conf.d/30-monitor.conf", "path": "/etc/X11/xorg.conf.d/30-monitor.conf", "state": "absent"}
  649. ok: [localhost] => (item=/etc/X11/xorg.conf.d/80-screen.conf) => {"changed": false, "item": "/etc/X11/xorg.conf.d/80-screen.conf", "path": "/etc/X11/xorg.conf.d/80-screen.conf", "state": "absent"}
  650. ok: [localhost] => (item=/etc/X11/xorg.conf.d/89-screen.conf) => {"changed": false, "item": "/etc/X11/xorg.conf.d/89-screen.conf", "path": "/etc/X11/xorg.conf.d/89-screen.conf", "state": "absent"}
  651. ok: [localhost] => (item=/etc/X11/xorg.conf.d/90-monitor.conf) => {"changed": false, "item": "/etc/X11/xorg.conf.d/90-monitor.conf", "path": "/etc/X11/xorg.conf.d/90-monitor.conf", "state": "absent"}
  652. ok: [localhost] => (item=/etc/X11/xorg.conf.d/90-screen.conf) => {"changed": false, "item": "/etc/X11/xorg.conf.d/90-screen.conf", "path": "/etc/X11/xorg.conf.d/90-screen.conf", "state": "absent"}
  653. ok: [localhost] => (item=/etc/X11/Xsession.d/01gpdrotate) => {"changed": false, "item": "/etc/X11/Xsession.d/01gpdrotate", "path": "/etc/X11/Xsession.d/01gpdrotate", "state": "absent"}
  654. ok: [localhost] => (item=/etc/X11/Xsession.d/01touchscreen) => {"changed": false, "item": "/etc/X11/Xsession.d/01touchscreen", "path": "/etc/X11/Xsession.d/01touchscreen", "state": "absent"}
  655. ok: [localhost] => (item=/etc/X11/Xsession.d/02gpdrotate) => {"changed": false, "item": "/etc/X11/Xsession.d/02gpdrotate", "path": "/etc/X11/Xsession.d/02gpdrotate", "state": "absent"}
  656. ok: [localhost] => (item=/etc/X11/Xsession.d/02scale) => {"changed": false, "item": "/etc/X11/Xsession.d/02scale", "path": "/etc/X11/Xsession.d/02scale", "state": "absent"}
  657. ok: [localhost] => (item=/etc/X11/Xsession.d/03scaling) => {"changed": false, "item": "/etc/X11/Xsession.d/03scaling", "path": "/etc/X11/Xsession.d/03scaling", "state": "absent"}
  658. ok: [localhost] => (item=/etc/X11/Xsession.d/03scrolling) => {"changed": false, "item": "/etc/X11/Xsession.d/03scrolling", "path": "/etc/X11/Xsession.d/03scrolling", "state": "absent"}
  659. ok: [localhost] => (item=/etc/X11/Xsession.d/04gpdrotate) => {"changed": false, "item": "/etc/X11/Xsession.d/04gpdrotate", "path": "/etc/X11/Xsession.d/04gpdrotate", "state": "absent"}
  660. ok: [localhost] => (item=/etc/X11/Xsession.d/98gpdrotate) => {"changed": false, "item": "/etc/X11/Xsession.d/98gpdrotate", "path": "/etc/X11/Xsession.d/98gpdrotate", "state": "absent"}
  661. ok: [localhost] => (item=/etc/X11/Xsession.d/98touchscreen) => {"changed": false, "item": "/etc/X11/Xsession.d/98touchscreen", "path": "/etc/X11/Xsession.d/98touchscreen", "state": "absent"}
  662. ok: [localhost] => (item=/etc/X11/Xsession.d/99touchscreen) => {"changed": false, "item": "/etc/X11/Xsession.d/99touchscreen", "path": "/etc/X11/Xsession.d/99touchscreen", "state": "absent"}
  663. ok: [localhost] => (item=/lib/firmware/brcmfmac4356-pcie.bin) => {"changed": false, "item": "/lib/firmware/brcmfmac4356-pcie.bin", "path": "/lib/firmware/brcmfmac4356-pcie.bin", "state": "absent"}
  664. ok: [localhost] => (item=/lib/firmware/brcmfmac4356-pcie.txt) => {"changed": false, "item": "/lib/firmware/brcmfmac4356-pcie.txt", "path": "/lib/firmware/brcmfmac4356-pcie.txt", "state": "absent"}
  665. ok: [localhost] => (item=/lib/modules/4.12.0-custom) => {"changed": false, "item": "/lib/modules/4.12.0-custom", "path": "/lib/modules/4.12.0-custom", "state": "absent"}
  666. ok: [localhost] => (item=/lib/modules/4.12.0-gpdpocket) => {"changed": false, "item": "/lib/modules/4.12.0-gpdpocket", "path": "/lib/modules/4.12.0-gpdpocket", "state": "absent"}
  667. ok: [localhost] => (item=/lib/systemd/system-sleep/gpdfand) => {"changed": false, "item": "/lib/systemd/system-sleep/gpdfand", "path": "/lib/systemd/system-sleep/gpdfand", "state": "absent"}
  668. ok: [localhost] => (item=/root/ansible-gpdpocket) => {"changed": false, "item": "/root/ansible-gpdpocket", "path": "/root/ansible-gpdpocket", "state": "absent"}
  669. ok: [localhost] => (item=/usr/lib/firmware/brcmfmac4356-pcie.bin) => {"changed": false, "item": "/usr/lib/firmware/brcmfmac4356-pcie.bin", "path": "/usr/lib/firmware/brcmfmac4356-pcie.bin", "state": "absent"}
  670. ok: [localhost] => (item=/usr/lib/firmware/brcmfmac4356-pcie.txt) => {"changed": false, "item": "/usr/lib/firmware/brcmfmac4356-pcie.txt", "path": "/usr/lib/firmware/brcmfmac4356-pcie.txt", "state": "absent"}
  671. ok: [localhost] => (item=/usr/local/bin/gpdfand) => {"changed": false, "item": "/usr/local/bin/gpdfand", "path": "/usr/local/bin/gpdfand", "state": "absent"}
  672. ok: [localhost] => (item=/usr/local/bin/ansible-update) => {"changed": false, "item": "/usr/local/bin/ansible-update", "path": "/usr/local/bin/ansible-update", "state": "absent"}
  673. ok: [localhost] => (item=/usr/local/sbin/gpdfand) => {"changed": false, "item": "/usr/local/sbin/gpdfand", "path": "/usr/local/sbin/gpdfand", "state": "absent"}
  674. ok: [localhost] => (item=/usr/local/sbin/gpdrotate) => {"changed": false, "item": "/usr/local/sbin/gpdrotate", "path": "/usr/local/sbin/gpdrotate", "state": "absent"}
  675. ok: [localhost] => (item=/usr/share/alsa/ucm/chtrt5645.conf) => {"changed": false, "item": "/usr/share/alsa/ucm/chtrt5645.conf", "path": "/usr/share/alsa/ucm/chtrt5645.conf", "state": "absent"}
  676. ok: [localhost] => (item=/usr/share/alsa/ucm/HiFi.conf) => {"changed": false, "item": "/usr/share/alsa/ucm/HiFi.conf", "path": "/usr/share/alsa/ucm/HiFi.conf", "state": "absent"}
  677. ok: [localhost] => (item=/usr/src/linux-gpdpocket) => {"changed": false, "item": "/usr/src/linux-gpdpocket", "path": "/usr/src/linux-gpdpocket", "state": "absent"}
  678. ok: [localhost] => (item=/var/lib/gdm3/.config/monitors.xml) => {"changed": false, "item": "/var/lib/gdm3/.config/monitors.xml", "path": "/var/lib/gdm3/.config/monitors.xml", "state": "absent"}
  679. ok: [localhost] => (item=/var/lib/lightdm/.config/monitors.xml) => {"changed": false, "item": "/var/lib/lightdm/.config/monitors.xml", "path": "/var/lib/lightdm/.config/monitors.xml", "state": "absent"}
  680. ok: [localhost] => (item=/var/log/gpdfand) => {"changed": false, "item": "/var/log/gpdfand", "path": "/var/log/gpdfand", "state": "absent"}
  681.  
  682. msg: All items completed
  683.  
  684. TASK [common : remove broken pulse config] *************************************
  685. ok: [localhost] => (item=set-default-sink 1) => {"backup": "", "changed": false, "found": 0, "item": "set-default-sink 1", "msg": ""}
  686. ok: [localhost] => (item=set-default-source 1) => {"backup": "", "changed": false, "found": 0, "item": "set-default-source 1", "msg": ""}
  687. ok: [localhost] => (item=set-default-sink = 1) => {"backup": "", "changed": false, "found": 0, "item": "set-default-sink = 1", "msg": ""}
  688.  
  689. msg: All items completed
  690. ok: [localhost] => (item=set-default-source = 1) => {"backup": "", "changed": false, "found": 0, "item": "set-default-source = 1", "msg": ""}
  691.  
  692. TASK [common : remove old default audio config] ********************************
  693. ok: [localhost] => (item=set-default-sink 1) => {"backup": "", "changed": false, "found": 0, "item": "set-default-sink 1", "msg": ""}
  694. ok: [localhost] => (item=set-default-source 2) => {"backup": "", "changed": false, "found": 0, "item": "set-default-source 2", "msg": ""}
  695.  
  696. msg: All items completed
  697.  
  698. TASK [common : remove obsolete rc.local config] ********************************
  699. ok: [localhost] => (item=^modprobe btusb) => {"changed": false, "item": "^modprobe btusb", "msg": "file not present"}
  700. ok: [localhost] => (item=^echo "0000 0000") => {"changed": false, "item": "^echo \"0000 0000\"", "msg": "file not present"}
  701.  
  702. msg: All items completed
  703.  
  704. TASK [common : remove disk line from grub (accidentically placed there)] *******
  705. ok: [localhost] => {"changed": false, "msg": "file not present"}
  706.  
  707. msg: file not present
  708.  
  709. TASK [common : check if running in chroot (iso creation)] **********************
  710. ok: [localhost] => {"changed": false, "cmd": "if [ \"$(stat -c %d:%i /)\" != \"$(stat -c %d:%i /proc/1/root/.)\" ]; then
  711. echo 'true'
  712. else
  713. echo 'false'
  714. fi", "delta": "0:00:00.010578", "end": "2017-08-23 04:54:54.126729", "rc": 0, "start": "2017-08-23 04:54:54.116151", "stderr": "", "stderr_lines": [], "stdout": "true", "stdout_lines": ["true"]}
  715.  
  716. cmd: if [ "$(stat -c %d:%i /)" != "$(stat -c %d:%i /proc/1/root/.)" ]; then
  717. echo 'true'
  718. else
  719. echo 'false'
  720. fi
  721.  
  722. start: 2017-08-23 04:54:54.116151
  723.  
  724. end: 2017-08-23 04:54:54.126729
  725.  
  726. delta: 0:00:00.010578
  727.  
  728. stdout: true
  729.  
  730. TASK [common : set chroot status as fact] **************************************
  731. ok: [localhost] => {"ansible_facts": {"chroot": true}, "changed": false}
  732.  
  733. TASK [common : create gpd config directory] ************************************
  734. changed: [localhost] => {"changed": true, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/gpd", "size": 4096, "state": "directory", "uid": 0}
  735.  
  736. TASK [common : install python-selinux] *****************************************
  737. skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False", "skipped": true}
  738.  
  739. TASK [common : install update script] ******************************************
  740. changed: [localhost] => {"changed": true, "checksum": "710473d0789cf69005f2c84725fb385c1e307655", "dest": "/usr/local/bin/gpd-update", "gid": 0, "group": "root", "md5sum": "9a7578c9ae084943c41437a160aa462b", "mode": "0755", "owner": "root", "size": 812, "src": "/root/.ansible/tmp/ansible-tmp-1503464094.5-279846228078025/source", "state": "file", "uid": 0}
  741.  
  742. TASK [audio : install essential packages (this may take a while)] **************
  743. skipping: [localhost] => (item=gstreamer-vaapi) => {"changed": false, "item": "gstreamer-vaapi", "skip_reason": "Conditional result was False", "skipped": true}
  744. skipping: [localhost] => (item=pulseaudio) => {"changed": false, "item": "pulseaudio", "skip_reason": "Conditional result was False", "skipped": true}
  745.  
  746. TASK [audio : install essential packages (this may take a while)] **************
  747. changed: [localhost] => (item=gstreamer1.0-vaapi) => {"cache_update_time": 1503464049, "cache_updated": false, "changed": true, "item": "gstreamer1.0-vaapi", "stderr": "E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)
  748. ", "stderr_lines": ["E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)"], "stdout": "Reading package lists...
  749. Building dependency tree...
  750. Reading state information...
  751. The following additional packages will be installed:
  752. fontconfig-config gstreamer1.0-plugins-bad libass9 libfontconfig1
  753. libgstreamer-plugins-bad1.0-0 libgstreamer-plugins-base1.0-0
  754. libgstreamer1.0-0 libva-drm1 libva-wayland1 libva-x11-1 libva1 libvulkan1
  755. libx265-130
  756. Suggested packages:
  757. frei0r-plugins gstreamer1.0-vaapi-doc libvisual-0.4-plugins
  758. gstreamer1.0-tools
  759. The following NEW packages will be installed:
  760. gstreamer1.0-vaapi libass9 libva-wayland1 libvulkan1 libx265-130
  761. The following packages will be upgraded:
  762. fontconfig-config gstreamer1.0-plugins-bad libfontconfig1
  763. libgstreamer-plugins-bad1.0-0 libgstreamer-plugins-base1.0-0
  764. libgstreamer1.0-0 libva-drm1 libva-x11-1 libva1
  765. 9 upgraded, 5 newly installed, 0 to remove and 1247 not upgraded.
  766. Need to get 11.0 MB of archives.
  767. After this operation, 13.5 MB of additional disk space will be used.
  768. Get:1 http://archive-10.kali.org/kali kali-rolling/main amd64 fontconfig-config all 2.12.3-0.2 [304 kB]
  769. Get:2 http://archive-11.kali.org/kali kali-rolling/main amd64 libgstreamer-plugins-base1.0-0 amd64 1.12.2-1 [1687 kB]
  770. Get:3 http://archive-9.kali.org/kali kali-rolling/main amd64 gstreamer1.0-plugins-bad amd64 1.12.2-1+b1 [3094 kB]
  771. Get:4 http://archive-11.kali.org/kali kali-rolling/main amd64 libgstreamer1.0-0 amd64 1.12.2-1 [2006 kB]
  772. Get:5 http://archive-11.kali.org/kali kali-rolling/main amd64 libfontconfig1 amd64 2.12.3-0.2 [366 kB]
  773. Get:7 http://archive-11.kali.org/kali kali-rolling/main amd64 libgstreamer-plugins-bad1.0-0 amd64 1.12.2-1+b1 [1947 kB]
  774. Get:11 http://archive-10.kali.org/kali kali-rolling/main amd64 libva-drm1 amd64 1.8.3-1 [14.8 kB]
  775. Get:8 http://archive-11.kali.org/kali kali-rolling/main amd64 libvulkan1 amd64 1.0.54.0+dfsg1-1 [83.2 kB]
  776. Get:9 http://archive-11.kali.org/kali kali-rolling/main amd64 libx265-130 amd64 2.5-2 [1047 kB]
  777. Get:10 http://archive-11.kali.org/kali kali-rolling/main amd64 libva-x11-1 amd64 1.8.3-1 [19.5 kB]
  778. Get:14 http://archive-12.kali.org/kali kali-rolling/main amd64 gstreamer1.0-vaapi amd64 1.12.2-1+b1 [278 kB]
  779. Get:6 http://archive-9.kali.org/kali kali-rolling/main amd64 libass9 amd64 1:0.13.7-2 [91.8 kB]
  780. Get:12 http://archive-9.kali.org/kali kali-rolling/main amd64 libva1 amd64 1.8.3-1 [52.5 kB]
  781. Get:13 http://archive-9.kali.org/kali kali-rolling/main amd64 libva-wayland1 amd64 1.8.3-1 [15.9 kB]
  782. apt-listchanges: Reading changelogs...
  783. apt-listchanges: News
  784. ---------------------
  785.  
  786. fontconfig (2.12.3-0.2) unstable; urgency=medium
  787.  
  788. Starting with version 2.12, fontconfig is using \"Slight\" (hintslight) as
  789. automatic hinting style. This might change the rendering of the fonts.
  790.  
  791. If you want the to restore the old hinting, run \"dpkg-reconfigure
  792. fontconfig-config\" and select \"Full\" as hinting style.
  793.  
  794. -- Laurent Bigonville <bigon@debian.org> Tue, 04 Jul 2017 21:10:57 +0200
  795.  
  796. apt-listchanges: Mailing root: apt-listchanges: news for kali
  797. Preconfiguring packages ...
  798. Fetched 11.0 MB in 2s (4279 kB/s)
  799. (Reading database ... 307374 files and directories currently installed.)
  800. Preparing to unpack .../00-fontconfig-config_2.12.3-0.2_all.deb ...
  801. Unpacking fontconfig-config (2.12.3-0.2) over (2.11.0-6.7) ...
  802. Preparing to unpack .../01-libgstreamer-plugins-base1.0-0_1.12.2-1_amd64.deb ...
  803. Unpacking libgstreamer-plugins-base1.0-0:amd64 (1.12.2-1) over (1.10.4-1) ...
  804. Preparing to unpack .../02-gstreamer1.0-plugins-bad_1.12.2-1+b1_amd64.deb ...
  805. Unpacking gstreamer1.0-plugins-bad:amd64 (1.12.2-1+b1) over (1.10.4-1) ...
  806. Preparing to unpack .../03-libgstreamer1.0-0_1.12.2-1_amd64.deb ...
  807. Unpacking libgstreamer1.0-0:amd64 (1.12.2-1) over (1.10.4-1) ...
  808. Preparing to unpack .../04-libfontconfig1_2.12.3-0.2_amd64.deb ...
  809. Unpacking libfontconfig1:amd64 (2.12.3-0.2) over (2.11.0-6.7+b1) ...
  810. Selecting previously unselected package libass9:amd64.
  811. Preparing to unpack .../05-libass9_1%3a0.13.7-2_amd64.deb ...
  812. Unpacking libass9:amd64 (1:0.13.7-2) ...
  813. Preparing to unpack .../06-libgstreamer-plugins-bad1.0-0_1.12.2-1+b1_amd64.deb ...
  814. Unpacking libgstreamer-plugins-bad1.0-0:amd64 (1.12.2-1+b1) over (1.10.4-1) ...
  815. Selecting previously unselected package libvulkan1:amd64.
  816. Preparing to unpack .../07-libvulkan1_1.0.54.0+dfsg1-1_amd64.deb ...
  817. Unpacking libvulkan1:amd64 (1.0.54.0+dfsg1-1) ...
  818. Selecting previously unselected package libx265-130:amd64.
  819. Preparing to unpack .../08-libx265-130_2.5-2_amd64.deb ...
  820. Unpacking libx265-130:amd64 (2.5-2) ...
  821. Preparing to unpack .../09-libva-x11-1_1.8.3-1_amd64.deb ...
  822. Unpacking libva-x11-1:amd64 (1.8.3-1) over (1.7.3-2) ...
  823. Preparing to unpack .../10-libva-drm1_1.8.3-1_amd64.deb ...
  824. Unpacking libva-drm1:amd64 (1.8.3-1) over (1.7.3-2) ...
  825. Preparing to unpack .../11-libva1_1.8.3-1_amd64.deb ...
  826. Unpacking libva1:amd64 (1.8.3-1) over (1.7.3-2) ...
  827. Selecting previously unselected package libva-wayland1:amd64.
  828. Preparing to unpack .../12-libva-wayland1_1.8.3-1_amd64.deb ...
  829. Unpacking libva-wayland1:amd64 (1.8.3-1) ...
  830. Selecting previously unselected package gstreamer1.0-vaapi:amd64.
  831. Preparing to unpack .../13-gstreamer1.0-vaapi_1.12.2-1+b1_amd64.deb ...
  832. Unpacking gstreamer1.0-vaapi:amd64 (1.12.2-1+b1) ...
  833. Setting up libvulkan1:amd64 (1.0.54.0+dfsg1-1) ...
  834. Setting up fontconfig-config (2.12.3-0.2) ...
  835. Installing new version of config file /etc/fonts/fonts.conf ...
  836. Setting up libgstreamer1.0-0:amd64 (1.12.2-1) ...
  837. Setcap worked! gst-ptp-helper is not suid!
  838. Processing triggers for sgml-base (1.29) ...
  839. Setting up libva1:amd64 (1.8.3-1) ...
  840. Processing triggers for libc-bin (2.24-9) ...
  841. Setting up libx265-130:amd64 (2.5-2) ...
  842. Processing triggers for man-db (2.7.6.1-2) ...
  843. Setting up libva-drm1:amd64 (1.8.3-1) ...
  844. Setting up libva-x11-1:amd64 (1.8.3-1) ...
  845. Setting up libgstreamer-plugins-base1.0-0:amd64 (1.12.2-1) ...
  846. Setting up libfontconfig1:amd64 (2.12.3-0.2) ...
  847. Setting up libva-wayland1:amd64 (1.8.3-1) ...
  848. Setting up libass9:amd64 (1:0.13.7-2) ...
  849. Setting up libgstreamer-plugins-bad1.0-0:amd64 (1.12.2-1+b1) ...
  850. Setting up gstreamer1.0-vaapi:amd64 (1.12.2-1+b1) ...
  851. Setting up gstreamer1.0-plugins-bad:amd64 (1.12.2-1+b1) ...
  852. Processing triggers for libc-bin (2.24-9) ...
  853. ", "stdout_lines": ["Reading package lists...", "Building dependency tree...", "Reading state information...", "The following additional packages will be installed:", " fontconfig-config gstreamer1.0-plugins-bad libass9 libfontconfig1", " libgstreamer-plugins-bad1.0-0 libgstreamer-plugins-base1.0-0", " libgstreamer1.0-0 libva-drm1 libva-wayland1 libva-x11-1 libva1 libvulkan1", " libx265-130", "Suggested packages:", " frei0r-plugins gstreamer1.0-vaapi-doc libvisual-0.4-plugins", " gstreamer1.0-tools", "The following NEW packages will be installed:", " gstreamer1.0-vaapi libass9 libva-wayland1 libvulkan1 libx265-130", "The following packages will be upgraded:", " fontconfig-config gstreamer1.0-plugins-bad libfontconfig1", " libgstreamer-plugins-bad1.0-0 libgstreamer-plugins-base1.0-0", " libgstreamer1.0-0 libva-drm1 libva-x11-1 libva1", "9 upgraded, 5 newly installed, 0 to remove and 1247 not upgraded.", "Need to get 11.0 MB of archives.", "After this operation, 13.5 MB of additional disk space will be used.", "Get:1 http://archive-10.kali.org/kali kali-rolling/main amd64 fontconfig-config all 2.12.3-0.2 [304 kB]", "Get:2 http://archive-11.kali.org/kali kali-rolling/main amd64 libgstreamer-plugins-base1.0-0 amd64 1.12.2-1 [1687 kB]", "Get:3 http://archive-9.kali.org/kali kali-rolling/main amd64 gstreamer1.0-plugins-bad amd64 1.12.2-1+b1 [3094 kB]", "Get:4 http://archive-11.kali.org/kali kali-rolling/main amd64 libgstreamer1.0-0 amd64 1.12.2-1 [2006 kB]", "Get:5 http://archive-11.kali.org/kali kali-rolling/main amd64 libfontconfig1 amd64 2.12.3-0.2 [366 kB]", "Get:7 http://archive-11.kali.org/kali kali-rolling/main amd64 libgstreamer-plugins-bad1.0-0 amd64 1.12.2-1+b1 [1947 kB]", "Get:11 http://archive-10.kali.org/kali kali-rolling/main amd64 libva-drm1 amd64 1.8.3-1 [14.8 kB]", "Get:8 http://archive-11.kali.org/kali kali-rolling/main amd64 libvulkan1 amd64 1.0.54.0+dfsg1-1 [83.2 kB]", "Get:9 http://archive-11.kali.org/kali kali-rolling/main amd64 libx265-130 amd64 2.5-2 [1047 kB]", "Get:10 http://archive-11.kali.org/kali kali-rolling/main amd64 libva-x11-1 amd64 1.8.3-1 [19.5 kB]", "Get:14 http://archive-12.kali.org/kali kali-rolling/main amd64 gstreamer1.0-vaapi amd64 1.12.2-1+b1 [278 kB]", "Get:6 http://archive-9.kali.org/kali kali-rolling/main amd64 libass9 amd64 1:0.13.7-2 [91.8 kB]", "Get:12 http://archive-9.kali.org/kali kali-rolling/main amd64 libva1 amd64 1.8.3-1 [52.5 kB]", "Get:13 http://archive-9.kali.org/kali kali-rolling/main amd64 libva-wayland1 amd64 1.8.3-1 [15.9 kB]", "apt-listchanges: Reading changelogs...", "apt-listchanges: News", "---------------------", "", "fontconfig (2.12.3-0.2) unstable; urgency=medium", "", " Starting with version 2.12, fontconfig is using \"Slight\" (hintslight) as", " automatic hinting style. This might change the rendering of the fonts.", "", " If you want the to restore the old hinting, run \"dpkg-reconfigure", " fontconfig-config\" and select \"Full\" as hinting style.", "", " -- Laurent Bigonville <bigon@debian.org> Tue, 04 Jul 2017 21:10:57 +0200", "", "apt-listchanges: Mailing root: apt-listchanges: news for kali", "Preconfiguring packages ...", "Fetched 11.0 MB in 2s (4279 kB/s)", "(Reading database ... 307374 files and directories currently installed.)", "Preparing to unpack .../00-fontconfig-config_2.12.3-0.2_all.deb ...", "Unpacking fontconfig-config (2.12.3-0.2) over (2.11.0-6.7) ...", "Preparing to unpack .../01-libgstreamer-plugins-base1.0-0_1.12.2-1_amd64.deb ...", "Unpacking libgstreamer-plugins-base1.0-0:amd64 (1.12.2-1) over (1.10.4-1) ...", "Preparing to unpack .../02-gstreamer1.0-plugins-bad_1.12.2-1+b1_amd64.deb ...", "Unpacking gstreamer1.0-plugins-bad:amd64 (1.12.2-1+b1) over (1.10.4-1) ...", "Preparing to unpack .../03-libgstreamer1.0-0_1.12.2-1_amd64.deb ...", "Unpacking libgstreamer1.0-0:amd64 (1.12.2-1) over (1.10.4-1) ...", "Preparing to unpack .../04-libfontconfig1_2.12.3-0.2_amd64.deb ...", "Unpacking libfontconfig1:amd64 (2.12.3-0.2) over (2.11.0-6.7+b1) ...", "Selecting previously unselected package libass9:amd64.", "Preparing to unpack .../05-libass9_1%3a0.13.7-2_amd64.deb ...", "Unpacking libass9:amd64 (1:0.13.7-2) ...", "Preparing to unpack .../06-libgstreamer-plugins-bad1.0-0_1.12.2-1+b1_amd64.deb ...", "Unpacking libgstreamer-plugins-bad1.0-0:amd64 (1.12.2-1+b1) over (1.10.4-1) ...", "Selecting previously unselected package libvulkan1:amd64.", "Preparing to unpack .../07-libvulkan1_1.0.54.0+dfsg1-1_amd64.deb ...", "Unpacking libvulkan1:amd64 (1.0.54.0+dfsg1-1) ...", "Selecting previously unselected package libx265-130:amd64.", "Preparing to unpack .../08-libx265-130_2.5-2_amd64.deb ...", "Unpacking libx265-130:amd64 (2.5-2) ...", "Preparing to unpack .../09-libva-x11-1_1.8.3-1_amd64.deb ...", "Unpacking libva-x11-1:amd64 (1.8.3-1) over (1.7.3-2) ...", "Preparing to unpack .../10-libva-drm1_1.8.3-1_amd64.deb ...", "Unpacking libva-drm1:amd64 (1.8.3-1) over (1.7.3-2) ...", "Preparing to unpack .../11-libva1_1.8.3-1_amd64.deb ...", "Unpacking libva1:amd64 (1.8.3-1) over (1.7.3-2) ...", "Selecting previously unselected package libva-wayland1:amd64.", "Preparing to unpack .../12-libva-wayland1_1.8.3-1_amd64.deb ...", "Unpacking libva-wayland1:amd64 (1.8.3-1) ...", "Selecting previously unselected package gstreamer1.0-vaapi:amd64.", "Preparing to unpack .../13-gstreamer1.0-vaapi_1.12.2-1+b1_amd64.deb ...", "Unpacking gstreamer1.0-vaapi:amd64 (1.12.2-1+b1) ...", "Setting up libvulkan1:amd64 (1.0.54.0+dfsg1-1) ...", "Setting up fontconfig-config (2.12.3-0.2) ...", "Installing new version of config file /etc/fonts/fonts.conf ...", "Setting up libgstreamer1.0-0:amd64 (1.12.2-1) ...", "Setcap worked! gst-ptp-helper is not suid!", "Processing triggers for sgml-base (1.29) ...", "Setting up libva1:amd64 (1.8.3-1) ...", "Processing triggers for libc-bin (2.24-9) ...", "Setting up libx265-130:amd64 (2.5-2) ...", "Processing triggers for man-db (2.7.6.1-2) ...", "Setting up libva-drm1:amd64 (1.8.3-1) ...", "Setting up libva-x11-1:amd64 (1.8.3-1) ...", "Setting up libgstreamer-plugins-base1.0-0:amd64 (1.12.2-1) ...", "Setting up libfontconfig1:amd64 (2.12.3-0.2) ...", "Setting up libva-wayland1:amd64 (1.8.3-1) ...", "Setting up libass9:amd64 (1:0.13.7-2) ...", "Setting up libgstreamer-plugins-bad1.0-0:amd64 (1.12.2-1+b1) ...", "Setting up gstreamer1.0-vaapi:amd64 (1.12.2-1+b1) ...", "Setting up gstreamer1.0-plugins-bad:amd64 (1.12.2-1+b1) ...", "Processing triggers for libc-bin (2.24-9) ..."]}
  854. ok: [localhost] => (item=pulseaudio) => {"cache_update_time": 1503464049, "cache_updated": false, "changed": false, "item": "pulseaudio"}
  855.  
  856. msg: All items completed
  857.  
  858. TASK [audio : install essential packages (this may take a while)] **************
  859. skipping: [localhost] => (item=gstreamer1-vaapi) => {"changed": false, "item": "gstreamer1-vaapi", "skip_reason": "Conditional result was False", "skipped": true}
  860. skipping: [localhost] => (item=pulseaudio) => {"changed": false, "item": "pulseaudio", "skip_reason": "Conditional result was False", "skipped": true}
  861.  
  862. TASK [audio : set USE flags for packages] **************************************
  863. skipping: [localhost] => (item={u'flags': u'aac alsa cdda flac mp3 mpeg ogg pulseaudio vaapi', u'package': u'media-plugins/gst-plugins-meta'}) => {"changed": false, "item": {"flags": "aac alsa cdda flac mp3 mpeg ogg pulseaudio vaapi", "package": "media-plugins/gst-plugins-meta"}, "skip_reason": "Conditional result was False", "skipped": true}
  864. skipping: [localhost] => (item={u'flags': u'alsa alsa-plugin bluetooth dbus systemd udev', u'package': u'media-sound/pulseaudio'}) => {"changed": false, "item": {"flags": "alsa alsa-plugin bluetooth dbus systemd udev", "package": "media-sound/pulseaudio"}, "skip_reason": "Conditional result was False", "skipped": true}
  865.  
  866. TASK [audio : install essential packages (this may take a while)] **************
  867. skipping: [localhost] => (item=media-plugins/gst-plugins-meta) => {"changed": false, "item": "media-plugins/gst-plugins-meta", "skip_reason": "Conditional result was False", "skipped": true}
  868. skipping: [localhost] => (item=media-sound/pulseaudio) => {"changed": false, "item": "media-sound/pulseaudio", "skip_reason": "Conditional result was False", "skipped": true}
  869.  
  870. TASK [audio : install essential packages (this may take a while)] **************
  871. skipping: [localhost] => (item=gstreamer-vaapi) => {"changed": false, "item": "gstreamer-vaapi", "skip_reason": "Conditional result was False", "skipped": true}
  872. skipping: [localhost] => (item=pulseaudio) => {"changed": false, "item": "pulseaudio", "skip_reason": "Conditional result was False", "skipped": true}
  873.  
  874. TASK [audio : create chtrt5645 directory] **************************************
  875. ok: [localhost] => {"changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/usr/share/alsa/ucm/chtrt5645", "size": 4096, "state": "directory", "uid": 0}
  876.  
  877. TASK [audio : copy audio config files to device] *******************************
  878. changed: [localhost] => (item=files/chtrt5645.conf) => {"changed": true, "checksum": "91b71d5caaa1bde928301cf6b74b791f99f8d196", "dest": "/usr/share/alsa/ucm/chtrt5645/chtrt5645.conf", "gid": 0, "group": "root", "item": "files/chtrt5645.conf", "md5sum": "37fab45e66e27527ab192072971d7b38", "mode": "0644", "owner": "root", "size": 95, "src": "/root/.ansible/tmp/ansible-tmp-1503464135.81-86572318161725/source", "state": "file", "uid": 0}
  879.  
  880. msg: All items completed
  881. changed: [localhost] => (item=files/HiFi.conf) => {"changed": true, "checksum": "3ed947d631eff290c9665e8c18bf87c46bfef180", "dest": "/usr/share/alsa/ucm/chtrt5645/HiFi.conf", "gid": 0, "group": "root", "item": "files/HiFi.conf", "md5sum": "2dd69bcd43453a65c4bfd07a260f814a", "mode": "0644", "owner": "root", "size": 11072, "src": "/root/.ansible/tmp/ansible-tmp-1503464136.09-131987984755397/source", "state": "file", "uid": 0}
  882.  
  883. TASK [audio : set default sink and source in pulseaudio] ***********************
  884. changed: [localhost] => (item={u'value': u'alsa_card.platform-cht-bsw-rt5645 HiFi', u'key': u'set-card-profile'}) => {"backup": "", "changed": true, "item": {"key": "set-card-profile", "value": "alsa_card.platform-cht-bsw-rt5645 HiFi"}, "msg": "line added"}
  885. changed: [localhost] => (item={u'value': u'alsa_output.platform-cht-bsw-rt5645.HiFi__hw_chtrt5645__sink', u'key': u'set-default-sink'}) => {"backup": "", "changed": true, "item": {"key": "set-default-sink", "value": "alsa_output.platform-cht-bsw-rt5645.HiFi__hw_chtrt5645__sink"}, "msg": "line added"}
  886. changed: [localhost] => (item={u'value': u'alsa_output.platform-cht-bsw-rt5645.HiFi__hw_chtrt5645__sink [Out] Speaker', u'key': u'set-sink-port'}) => {"backup": "", "changed": true, "item": {"key": "set-sink-port", "value": "alsa_output.platform-cht-bsw-rt5645.HiFi__hw_chtrt5645__sink [Out] Speaker"}, "msg": "line added"}
  887.  
  888. msg: All items completed
  889.  
  890. TASK [audio : disable pulse realtime scheduling] *******************************
  891. changed: [localhost] => {"backup": "", "changed": true, "msg": "line added"}
  892.  
  893. msg: line added
  894.  
  895. TASK [audio : remove old realtime scheduling line (if present)] ****************
  896. ok: [localhost] => {"backup": "", "changed": false, "found": 0, "msg": ""}
  897.  
  898. TASK [boot : install bootstrap kernel (/boot)] *********************************
  899. changed: [localhost] => {"changed": true, "dest": "/", "extract_results": {"cmd": ["/bin/tar", "--extract", "-C", "/", "-f", "/root/.ansible/tmp/ansible-tmp-1503464136.98-116486925081543/source"], "err": "", "out": "", "rc": 0}, "gid": 0, "group": "root", "handler": "TarArchive", "mode": "0755", "owner": "root", "size": 4096, "src": "/root/.ansible/tmp/ansible-tmp-1503464136.98-116486925081543/source", "state": "directory", "uid": 0}
  900.  
  901. TASK [boot : check if distro uses /lib or /usr/lib] ****************************
  902. ok: [localhost] => {"changed": false, "stat": {"atime": 1503464082.984, "attr_flags": "e", "attributes": ["extents"], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1503463739.904, "dev": 2049, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 1180958, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1492307375.0, "nlink": 17, "path": "/lib", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 4096, "uid": 0, "version": "1864541934", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true}}
  903.  
  904. TASK [boot : install bootstrap kernel (/lib)] **********************************
  905. changed: [localhost] => {"changed": true, "dest": "/", "extract_results": {"cmd": ["/bin/tar", "--extract", "-C", "/", "-f", "/root/.ansible/tmp/ansible-tmp-1503464140.53-28655107847815/source"], "err": "", "out": "", "rc": 0}, "gid": 0, "group": "root", "handler": "TarArchive", "mode": "0755", "owner": "root", "size": 4096, "src": "/root/.ansible/tmp/ansible-tmp-1503464140.53-28655107847815/source", "state": "directory", "uid": 0}
  906.  
  907. TASK [boot : install bootstrap kernel (/usr/lib)] ******************************
  908. skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False", "skipped": true}
  909.  
  910. TASK [boot : fetch latest jwrdegoede kernel sources (this may take a while)] ***
  911. skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False", "skipped": true}
  912.  
  913. TASK [boot : build new kernel (this may take a while)] *************************
  914. skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False", "skipped": true}
  915.  
  916. TASK [boot : remove old kernel versions] ***************************************
  917. skipping: [localhost] => (item=/boot/vmlinuz-4.13.0-rc0-bootstrap) => {"changed": false, "item": "/boot/vmlinuz-4.13.0-rc0-bootstrap", "skip_reason": "Conditional result was False", "skipped": true}
  918. skipping: [localhost] => (item=/boot/System.map-4.13.0-rc0-bootstrap) => {"changed": false, "item": "/boot/System.map-4.13.0-rc0-bootstrap", "skip_reason": "Conditional result was False", "skipped": true}
  919. skipping: [localhost] => (item=/boot/config-4.13.0-rc0-bootstrap) => {"changed": false, "item": "/boot/config-4.13.0-rc0-bootstrap", "skip_reason": "Conditional result was False", "skipped": true}
  920.  
  921. TASK [boot : install kernel modules (this may take a while)] *******************
  922. skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False", "skipped": true}
  923.  
  924. TASK [boot : install new kernel] ***********************************************
  925. skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False", "skipped": true}
  926.  
  927. TASK [boot : clean up kernel build directory] **********************************
  928. skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False", "skipped": true}
  929.  
  930. TASK [boot : install essential packages (this may take a while)] ***************
  931. skipping: [localhost] => (item=[]) => {"changed": false, "item": [], "skip_reason": "Conditional result was False", "skipped": true}
  932.  
  933. TASK [boot : remove unused kernels] ********************************************
  934. skipping: [localhost] => (item=[]) => {"changed": false, "item": [], "skip_reason": "Conditional result was False", "skipped": true}
  935.  
  936. TASK [boot : set initrd modules] ***********************************************
  937. skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False", "skipped": true}
  938.  
  939. TASK [boot : set HOOKS for chrooted system (iso creation = yes)] ***************
  940. skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False", "skipped": true}
  941.  
  942. TASK [boot : set HOOKS for running system (iso creation = no)] *****************
  943. skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False", "skipped": true}
  944.  
  945. TASK [boot : setup boot environment for iso (iso creation = yes)] **************
  946. changed: [localhost] => (item={u'state': u'present', u'name': u'debian-installer-launcher'}) => {"cache_update_time": 1503464049, "cache_updated": false, "changed": true, "item": {"name": "debian-installer-launcher", "state": "present"}, "stderr": "E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)
  947. ", "stderr_lines": ["E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)"], "stdout": "Reading package lists...
  948. Building dependency tree...
  949. Reading state information...
  950. Suggested packages:
  951. kexec-tools
  952. The following NEW packages will be installed:
  953. debian-installer-launcher
  954. 0 upgraded, 1 newly installed, 0 to remove and 1247 not upgraded.
  955. Need to get 27.0 kB of archives.
  956. After this operation, 85.0 kB of additional disk space will be used.
  957. Get:1 http://archive-10.kali.org/kali kali-rolling/main amd64 debian-installer-launcher all 27 [27.0 kB]
  958. Preconfiguring packages ...
  959. Fetched 27.0 kB in 0s (53.4 kB/s)
  960. Selecting previously unselected package debian-installer-launcher.
  961. (Reading database ... 307418 files and directories currently installed.)
  962. Preparing to unpack .../debian-installer-launcher_27_all.deb ...
  963. Unpacking debian-installer-launcher (27) ...
  964. Processing triggers for mime-support (3.60) ...
  965. Processing triggers for desktop-file-utils (0.23-1) ...
  966. Processing triggers for menu (2.1.47+b1) ...
  967. Processing triggers for man-db (2.7.6.1-2) ...
  968. Setting up debian-installer-launcher (27) ...
  969. Processing triggers for gnome-menus (3.13.3-9) ...
  970. Processing triggers for menu (2.1.47+b1) ...
  971. ", "stdout_lines": ["Reading package lists...", "Building dependency tree...", "Reading state information...", "Suggested packages:", " kexec-tools", "The following NEW packages will be installed:", " debian-installer-launcher", "0 upgraded, 1 newly installed, 0 to remove and 1247 not upgraded.", "Need to get 27.0 kB of archives.", "After this operation, 85.0 kB of additional disk space will be used.", "Get:1 http://archive-10.kali.org/kali kali-rolling/main amd64 debian-installer-launcher all 27 [27.0 kB]", "Preconfiguring packages ...", "Fetched 27.0 kB in 0s (53.4 kB/s)", "Selecting previously unselected package debian-installer-launcher.", "(Reading database ... 307418 files and directories currently installed.)", "Preparing to unpack .../debian-installer-launcher_27_all.deb ...", "Unpacking debian-installer-launcher (27) ...", "Processing triggers for mime-support (3.60) ...", "Processing triggers for desktop-file-utils (0.23-1) ...", "Processing triggers for menu (2.1.47+b1) ...", "Processing triggers for man-db (2.7.6.1-2) ...", "Setting up debian-installer-launcher (27) ...", "Processing triggers for gnome-menus (3.13.3-9) ...", "Processing triggers for menu (2.1.47+b1) ..."]}
  972. ok: [localhost] => (item={u'state': u'present', u'name': u'initramfs-tools'}) => {"cache_update_time": 1503464049, "cache_updated": false, "changed": false, "item": {"name": "initramfs-tools", "state": "present"}}
  973. ok: [localhost] => (item={u'state': u'present', u'name': u'live-boot'}) => {"cache_update_time": 1503464049, "cache_updated": false, "changed": false, "item": {"name": "live-boot", "state": "present"}}
  974. ok: [localhost] => (item={u'state': u'present', u'name': u'live-tools'}) => {"cache_update_time": 1503464049, "cache_updated": false, "changed": false, "item": {"name": "live-tools", "state": "present"}}
  975.  
  976. msg: All items completed
  977. changed: [localhost] => (item={u'state': u'absent', u'name': u'intel-microcode'}) => {"changed": true, "item": {"name": "intel-microcode", "state": "absent"}, "stderr": "E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)
  978. WARNING: Setting CRYPTSETUP in /etc/initramfs-tools/initramfs.conf is deprecated and will stop working in the future. Use /etc/cryptsetup-initramfs/conf-hook instead.
  979. cryptsetup: WARNING: could not determine root device from /etc/fstab
  980. ", "stderr_lines": ["E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)", "WARNING: Setting CRYPTSETUP in /etc/initramfs-tools/initramfs.conf is deprecated and will stop working in the future. Use /etc/cryptsetup-initramfs/conf-hook instead.", "cryptsetup: WARNING: could not determine root device from /etc/fstab"], "stdout": "Reading package lists...
  981. Building dependency tree...
  982. Reading state information...
  983. The following package was automatically installed and is no longer required:
  984. iucode-tool
  985. Use 'apt autoremove' to remove it.
  986. The following packages will be REMOVED:
  987. intel-microcode
  988. 0 upgraded, 0 newly installed, 1 to remove and 1246 not upgraded.
  989. After this operation, 880 kB disk space will be freed.
  990. (Reading database ... 307438 files and directories currently installed.)
  991. Removing intel-microcode (3.20161104.1) ...
  992. update-initramfs: deferring update (trigger activated)
  993. Processing triggers for initramfs-tools (0.128) ...
  994. update-initramfs: Generating /boot/initrd.img-4.9.0-kali3-amd64
  995. live-boot: core filesystems devices utils udev wget blockdev ftpfs dns.
  996. ", "stdout_lines": ["Reading package lists...", "Building dependency tree...", "Reading state information...", "The following package was automatically installed and is no longer required:", " iucode-tool", "Use 'apt autoremove' to remove it.", "The following packages will be REMOVED:", " intel-microcode", "0 upgraded, 0 newly installed, 1 to remove and 1246 not upgraded.", "After this operation, 880 kB disk space will be freed.", "(Reading database ... 307438 files and directories currently installed.)", "Removing intel-microcode (3.20161104.1) ...", "update-initramfs: deferring update (trigger activated)", "Processing triggers for initramfs-tools (0.128) ...", "update-initramfs: Generating /boot/initrd.img-4.9.0-kali3-amd64", "live-boot: core filesystems devices utils udev wget blockdev ftpfs dns."]}
  997.  
  998. TASK [boot : setup boot environment for system (iso creation = no)] ************
  999. skipping: [localhost] => (item={u'state': u'absent', u'name': u'debian-installer-launcher'}) => {"changed": false, "item": {"name": "debian-installer-launcher", "state": "absent"}, "skip_reason": "Conditional result was False", "skipped": true}
  1000. skipping: [localhost] => (item={u'state': u'absent', u'name': u'live-boot'}) => {"changed": false, "item": {"name": "live-boot", "state": "absent"}, "skip_reason": "Conditional result was False", "skipped": true}
  1001. skipping: [localhost] => (item={u'state': u'absent', u'name': u'live-tools'}) => {"changed": false, "item": {"name": "live-tools", "state": "absent"}, "skip_reason": "Conditional result was False", "skipped": true}
  1002. skipping: [localhost] => (item={u'state': u'present', u'name': u'initramfs-tools'}) => {"changed": false, "item": {"name": "initramfs-tools", "state": "present"}, "skip_reason": "Conditional result was False", "skipped": true}
  1003. skipping: [localhost] => (item={u'state': u'present', u'name': u'intel-microcode'}) => {"changed": false, "item": {"name": "intel-microcode", "state": "present"}, "skip_reason": "Conditional result was False", "skipped": true}
  1004.  
  1005. TASK [boot : install essential packages (this may take a while)] ***************
  1006. changed: [localhost] => (item=[u'build-essential', u'libelf-dev', u'libncurses5-dev', u'libssl-dev', u'unionfs-fuse']) => {"cache_update_time": 1503464049, "cache_updated": false, "changed": true, "item": ["build-essential", "libelf-dev", "libncurses5-dev", "libssl-dev", "unionfs-fuse"], "stderr": "E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)
  1007. ", "stderr_lines": ["E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)"], "stdout": "Reading package lists...
  1008. Building dependency tree...
  1009. Reading state information...
  1010. The following package was automatically installed and is no longer required:
  1011. iucode-tool
  1012. Use 'apt autoremove' to remove it.
  1013. The following additional packages will be installed:
  1014. libdw1 libelf1 libncurses5 libncursesw5 libssl-doc libssl1.1 libtinfo-dev
  1015. libtinfo5
  1016. Suggested packages:
  1017. ncurses-doc
  1018. The following NEW packages will be installed:
  1019. libelf-dev libncurses5-dev libssl-dev libssl-doc unionfs-fuse
  1020. The following packages will be upgraded:
  1021. libdw1 libelf1 libncurses5 libncursesw5 libssl1.1 libtinfo-dev libtinfo5
  1022. 7 upgraded, 5 newly installed, 0 to remove and 1239 not upgraded.
  1023. Need to get 5638 kB of archives.
  1024. After this operation, 13.2 MB of additional disk space will be used.
  1025. Get:1 http://archive-9.kali.org/kali kali-rolling/main amd64 libncurses5 amd64 6.0+20170715-2 [93.8 kB]
  1026. Get:2 http://archive-11.kali.org/kali kali-rolling/main amd64 libtinfo-dev amd64 6.0+20170715-2 [80.5 kB]
  1027. Get:3 http://archive-12.kali.org/kali kali-rolling/main amd64 libtinfo5 amd64 6.0+20170715-2 [308 kB]
  1028. Get:5 http://archive-10.kali.org/kali kali-rolling/main amd64 libssl1.1 amd64 1.1.0f-4 [1349 kB]
  1029. Get:7 http://archive-9.kali.org/kali kali-rolling/main amd64 libelf1 amd64 0.168-1 [157 kB]
  1030. Get:4 http://archive-12.kali.org/kali kali-rolling/main amd64 libncursesw5 amd64 6.0+20170715-2 [116 kB]
  1031. Get:9 http://archive-11.kali.org/kali kali-rolling/main amd64 libncurses5-dev amd64 6.0+20170715-2 [176 kB]
  1032. Get:6 http://archive-12.kali.org/kali kali-rolling/main amd64 libdw1 amd64 0.168-1 [205 kB]
  1033. Get:11 http://archive-12.kali.org/kali kali-rolling/main amd64 libssl-doc all 1.1.0f-4 [1458 kB]
  1034. Get:10 http://archive-11.kali.org/kali kali-rolling/main amd64 libssl-dev amd64 1.1.0f-4 [1580 kB]
  1035. Get:12 http://archive-9.kali.org/kali kali-rolling/main amd64 unionfs-fuse amd64 1.0-1+b1 [48.7 kB]
  1036. Get:8 http://archive-10.kali.org/kali kali-rolling/main amd64 libelf-dev amd64 0.168-1 [67.3 kB]
  1037. apt-listchanges: Reading changelogs...
  1038. Preconfiguring packages ...
  1039. Fetched 5638 kB in 2s (1901 kB/s)
  1040. (Reading database ... 307379 files and directories currently installed.)
  1041. Preparing to unpack .../libncurses5_6.0+20170715-2_amd64.deb ...
  1042. Unpacking libncurses5:amd64 (6.0+20170715-2) over (6.0+20161126-1) ...
  1043. Preparing to unpack .../libtinfo-dev_6.0+20170715-2_amd64.deb ...
  1044. Unpacking libtinfo-dev:amd64 (6.0+20170715-2) over (6.0+20161126-1) ...
  1045. Preparing to unpack .../libtinfo5_6.0+20170715-2_amd64.deb ...
  1046. Unpacking libtinfo5:amd64 (6.0+20170715-2) over (6.0+20161126-1) ...
  1047. Setting up libtinfo5:amd64 (6.0+20170715-2) ...
  1048. (Reading database ... 307379 files and directories currently installed.)
  1049. Preparing to unpack .../libncursesw5_6.0+20170715-2_amd64.deb ...
  1050. Unpacking libncursesw5:amd64 (6.0+20170715-2) over (6.0+20161126-1) ...
  1051. Setting up libncursesw5:amd64 (6.0+20170715-2) ...
  1052. (Reading database ... 307379 files and directories currently installed.)
  1053. Preparing to unpack .../0-libssl1.1_1.1.0f-4_amd64.deb ...
  1054. Unpacking libssl1.1:amd64 (1.1.0f-4) over (1.1.0e-1) ...
  1055. Preparing to unpack .../1-libdw1_0.168-1_amd64.deb ...
  1056. Unpacking libdw1:amd64 (0.168-1) over (0.168-0.2) ...
  1057. Preparing to unpack .../2-libelf1_0.168-1_amd64.deb ...
  1058. Unpacking libelf1:amd64 (0.168-1) over (0.168-0.2) ...
  1059. Selecting previously unselected package libelf-dev:amd64.
  1060. Preparing to unpack .../3-libelf-dev_0.168-1_amd64.deb ...
  1061. Unpacking libelf-dev:amd64 (0.168-1) ...
  1062. Selecting previously unselected package libncurses5-dev:amd64.
  1063. Preparing to unpack .../4-libncurses5-dev_6.0+20170715-2_amd64.deb ...
  1064. Unpacking libncurses5-dev:amd64 (6.0+20170715-2) ...
  1065. Selecting previously unselected package libssl-dev:amd64.
  1066. Preparing to unpack .../5-libssl-dev_1.1.0f-4_amd64.deb ...
  1067. Unpacking libssl-dev:amd64 (1.1.0f-4) ...
  1068. Selecting previously unselected package libssl-doc.
  1069. Preparing to unpack .../6-libssl-doc_1.1.0f-4_all.deb ...
  1070. Unpacking libssl-doc (1.1.0f-4) ...
  1071. Selecting previously unselected package unionfs-fuse.
  1072. Preparing to unpack .../7-unionfs-fuse_1.0-1+b1_amd64.deb ...
  1073. Unpacking unionfs-fuse (1.0-1+b1) ...
  1074. Setting up libncurses5:amd64 (6.0+20170715-2) ...
  1075. Setting up unionfs-fuse (1.0-1+b1) ...
  1076. Setting up libelf1:amd64 (0.168-1) ...
  1077. Setting up libtinfo-dev:amd64 (6.0+20170715-2) ...
  1078. Setting up libelf-dev:amd64 (0.168-1) ...
  1079. Setting up libncurses5-dev:amd64 (6.0+20170715-2) ...
  1080. Processing triggers for libc-bin (2.24-9) ...
  1081. Setting up libssl1.1:amd64 (1.1.0f-4) ...
  1082. Processing triggers for man-db (2.7.6.1-2) ...
  1083. Setting up libssl-doc (1.1.0f-4) ...
  1084. Setting up libdw1:amd64 (0.168-1) ...
  1085. Setting up libssl-dev:amd64 (1.1.0f-4) ...
  1086. Processing triggers for libc-bin (2.24-9) ...
  1087. ", "stdout_lines": ["Reading package lists...", "Building dependency tree...", "Reading state information...", "The following package was automatically installed and is no longer required:", " iucode-tool", "Use 'apt autoremove' to remove it.", "The following additional packages will be installed:", " libdw1 libelf1 libncurses5 libncursesw5 libssl-doc libssl1.1 libtinfo-dev", " libtinfo5", "Suggested packages:", " ncurses-doc", "The following NEW packages will be installed:", " libelf-dev libncurses5-dev libssl-dev libssl-doc unionfs-fuse", "The following packages will be upgraded:", " libdw1 libelf1 libncurses5 libncursesw5 libssl1.1 libtinfo-dev libtinfo5", "7 upgraded, 5 newly installed, 0 to remove and 1239 not upgraded.", "Need to get 5638 kB of archives.", "After this operation, 13.2 MB of additional disk space will be used.", "Get:1 http://archive-9.kali.org/kali kali-rolling/main amd64 libncurses5 amd64 6.0+20170715-2 [93.8 kB]", "Get:2 http://archive-11.kali.org/kali kali-rolling/main amd64 libtinfo-dev amd64 6.0+20170715-2 [80.5 kB]", "Get:3 http://archive-12.kali.org/kali kali-rolling/main amd64 libtinfo5 amd64 6.0+20170715-2 [308 kB]", "Get:5 http://archive-10.kali.org/kali kali-rolling/main amd64 libssl1.1 amd64 1.1.0f-4 [1349 kB]", "Get:7 http://archive-9.kali.org/kali kali-rolling/main amd64 libelf1 amd64 0.168-1 [157 kB]", "Get:4 http://archive-12.kali.org/kali kali-rolling/main amd64 libncursesw5 amd64 6.0+20170715-2 [116 kB]", "Get:9 http://archive-11.kali.org/kali kali-rolling/main amd64 libncurses5-dev amd64 6.0+20170715-2 [176 kB]", "Get:6 http://archive-12.kali.org/kali kali-rolling/main amd64 libdw1 amd64 0.168-1 [205 kB]", "Get:11 http://archive-12.kali.org/kali kali-rolling/main amd64 libssl-doc all 1.1.0f-4 [1458 kB]", "Get:10 http://archive-11.kali.org/kali kali-rolling/main amd64 libssl-dev amd64 1.1.0f-4 [1580 kB]", "Get:12 http://archive-9.kali.org/kali kali-rolling/main amd64 unionfs-fuse amd64 1.0-1+b1 [48.7 kB]", "Get:8 http://archive-10.kali.org/kali kali-rolling/main amd64 libelf-dev amd64 0.168-1 [67.3 kB]", "apt-listchanges: Reading changelogs...", "Preconfiguring packages ...", "Fetched 5638 kB in 2s (1901 kB/s)", "(Reading database ... 307379 files and directories currently installed.)", "Preparing to unpack .../libncurses5_6.0+20170715-2_amd64.deb ...", "Unpacking libncurses5:amd64 (6.0+20170715-2) over (6.0+20161126-1) ...", "Preparing to unpack .../libtinfo-dev_6.0+20170715-2_amd64.deb ...", "Unpacking libtinfo-dev:amd64 (6.0+20170715-2) over (6.0+20161126-1) ...", "Preparing to unpack .../libtinfo5_6.0+20170715-2_amd64.deb ...", "Unpacking libtinfo5:amd64 (6.0+20170715-2) over (6.0+20161126-1) ...", "Setting up libtinfo5:amd64 (6.0+20170715-2) ...", "(Reading database ... 307379 files and directories currently installed.)", "Preparing to unpack .../libncursesw5_6.0+20170715-2_amd64.deb ...", "Unpacking libncursesw5:amd64 (6.0+20170715-2) over (6.0+20161126-1) ...", "Setting up libncursesw5:amd64 (6.0+20170715-2) ...", "(Reading database ... 307379 files and directories currently installed.)", "Preparing to unpack .../0-libssl1.1_1.1.0f-4_amd64.deb ...", "Unpacking libssl1.1:amd64 (1.1.0f-4) over (1.1.0e-1) ...", "Preparing to unpack .../1-libdw1_0.168-1_amd64.deb ...", "Unpacking libdw1:amd64 (0.168-1) over (0.168-0.2) ...", "Preparing to unpack .../2-libelf1_0.168-1_amd64.deb ...", "Unpacking libelf1:amd64 (0.168-1) over (0.168-0.2) ...", "Selecting previously unselected package libelf-dev:amd64.", "Preparing to unpack .../3-libelf-dev_0.168-1_amd64.deb ...", "Unpacking libelf-dev:amd64 (0.168-1) ...", "Selecting previously unselected package libncurses5-dev:amd64.", "Preparing to unpack .../4-libncurses5-dev_6.0+20170715-2_amd64.deb ...", "Unpacking libncurses5-dev:amd64 (6.0+20170715-2) ...", "Selecting previously unselected package libssl-dev:amd64.", "Preparing to unpack .../5-libssl-dev_1.1.0f-4_amd64.deb ...", "Unpacking libssl-dev:amd64 (1.1.0f-4) ...", "Selecting previously unselected package libssl-doc.", "Preparing to unpack .../6-libssl-doc_1.1.0f-4_all.deb ...", "Unpacking libssl-doc (1.1.0f-4) ...", "Selecting previously unselected package unionfs-fuse.", "Preparing to unpack .../7-unionfs-fuse_1.0-1+b1_amd64.deb ...", "Unpacking unionfs-fuse (1.0-1+b1) ...", "Setting up libncurses5:amd64 (6.0+20170715-2) ...", "Setting up unionfs-fuse (1.0-1+b1) ...", "Setting up libelf1:amd64 (0.168-1) ...", "Setting up libtinfo-dev:amd64 (6.0+20170715-2) ...", "Setting up libelf-dev:amd64 (0.168-1) ...", "Setting up libncurses5-dev:amd64 (6.0+20170715-2) ...", "Processing triggers for libc-bin (2.24-9) ...", "Setting up libssl1.1:amd64 (1.1.0f-4) ...", "Processing triggers for man-db (2.7.6.1-2) ...", "Setting up libssl-doc (1.1.0f-4) ...", "Setting up libdw1:amd64 (0.168-1) ...", "Setting up libssl-dev:amd64 (1.1.0f-4) ...", "Processing triggers for libc-bin (2.24-9) ..."]}
  1088.  
  1089. msg: All items completed
  1090.  
  1091. TASK [boot : install ubuntu casper packages (iso creation = yes)] **************
  1092. skipping: [localhost] => (item=[]) => {"changed": false, "item": [], "skip_reason": "Conditional result was False", "skipped": true}
  1093.  
  1094. TASK [boot : remove ubuntu casper packages (iso creation = no)] ****************
  1095. skipping: [localhost] => (item=[]) => {"changed": false, "item": [], "skip_reason": "Conditional result was False", "skipped": true}
  1096.  
  1097. TASK [boot : remove unused kernels] ********************************************
  1098. changed: [localhost] => {"changed": true, "failed": false, "failed_when_result": false, "stderr": "E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)
  1099. ", "stderr_lines": ["E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)"], "stdout": "Reading package lists...
  1100. Building dependency tree...
  1101. Reading state information...
  1102. The following package was automatically installed and is no longer required:
  1103. iucode-tool
  1104. Use 'apt autoremove' to remove it.
  1105. The following packages will be REMOVED:
  1106. linux-image-amd64
  1107. 0 upgraded, 0 newly installed, 1 to remove and 1238 not upgraded.
  1108. After this operation, 16.4 kB disk space will be freed.
  1109. (Reading database ... 310707 files and directories currently installed.)
  1110. Removing linux-image-amd64 (4.9+79+kali2) ...
  1111. ", "stdout_lines": ["Reading package lists...", "Building dependency tree...", "Reading state information...", "The following package was automatically installed and is no longer required:", " iucode-tool", "Use 'apt autoremove' to remove it.", "The following packages will be REMOVED:", " linux-image-amd64", "0 upgraded, 0 newly installed, 1 to remove and 1238 not upgraded.", "After this operation, 16.4 kB disk space will be freed.", "(Reading database ... 310707 files and directories currently installed.)", "Removing linux-image-amd64 (4.9+79+kali2) ..."]}
  1112.  
  1113. stdout: Reading package lists...
  1114. Building dependency tree...
  1115. Reading state information...
  1116. The following package was automatically installed and is no longer required:
  1117. iucode-tool
  1118. Use 'apt autoremove' to remove it.
  1119. The following packages will be REMOVED:
  1120. linux-image-amd64
  1121. 0 upgraded, 0 newly installed, 1 to remove and 1238 not upgraded.
  1122. After this operation, 16.4 kB disk space will be freed.
  1123. (Reading database ... 310707 files and directories currently installed.)
  1124. Removing linux-image-amd64 (4.9+79+kali2) ...
  1125.  
  1126.  
  1127. stderr: E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)
  1128.  
  1129.  
  1130. TASK [boot : create loop module config] ****************************************
  1131. changed: [localhost] => {"backup": "", "changed": true, "msg": "line added"}
  1132.  
  1133. msg: line added
  1134.  
  1135. TASK [boot : add modules to initramfs] *****************************************
  1136. changed: [localhost] => (item=btusb) => {"backup": "", "changed": true, "item": "btusb", "msg": "line added"}
  1137. changed: [localhost] => (item=loop) => {"backup": "", "changed": true, "item": "loop", "msg": "line added"}
  1138. changed: [localhost] => (item=overlay) => {"backup": "", "changed": true, "item": "overlay", "msg": "line added"}
  1139. changed: [localhost] => (item=pwm-lpss) => {"backup": "", "changed": true, "item": "pwm-lpss", "msg": "line added"}
  1140. changed: [localhost] => (item=pwm-lpss-platform) => {"backup": "", "changed": true, "item": "pwm-lpss-platform", "msg": "line added"}
  1141. changed: [localhost] => (item=squashfs) => {"backup": "", "changed": true, "item": "squashfs", "msg": "line added"}
  1142.  
  1143. msg: All items completed
  1144.  
  1145. TASK [boot : install development packages (workaround until ansible 2.3.2 arrives)] ***
  1146. skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False", "skipped": true}
  1147.  
  1148. TASK [boot : install essential packages (this may take a while)] ***************
  1149. skipping: [localhost] => (item=bc) => {"changed": false, "item": "bc", "skip_reason": "Conditional result was False", "skipped": true}
  1150. skipping: [localhost] => (item=dracut) => {"changed": false, "item": "dracut", "skip_reason": "Conditional result was False", "skipped": true}
  1151. skipping: [localhost] => (item=efibootmgr) => {"changed": false, "item": "efibootmgr", "skip_reason": "Conditional result was False", "skipped": true}
  1152. skipping: [localhost] => (item=elfutils-libelf-devel) => {"changed": false, "item": "elfutils-libelf-devel", "skip_reason": "Conditional result was False", "skipped": true}
  1153. skipping: [localhost] => (item=grub2) => {"changed": false, "item": "grub2", "skip_reason": "Conditional result was False", "skipped": true}
  1154. skipping: [localhost] => (item=openssl-libs) => {"changed": false, "item": "openssl-libs", "skip_reason": "Conditional result was False", "skipped": true}
  1155. skipping: [localhost] => (item=os-prober) => {"changed": false, "item": "os-prober", "skip_reason": "Conditional result was False", "skipped": true}
  1156.  
  1157. TASK [boot : remove unused kernels] ********************************************
  1158. skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False", "skipped": true}
  1159.  
  1160. TASK [boot : add dmsquash-live to dracut config (iso creation = yes)] **********
  1161. skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False", "skipped": true}
  1162.  
  1163. TASK [boot : remove dmsquash-live from dracut config (iso creation = no)] ******
  1164. skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False", "skipped": true}
  1165.  
  1166. TASK [boot : add modules to initramfs] *****************************************
  1167. skipping: [localhost] => (item=btusb) => {"changed": false, "item": "btusb", "skip_reason": "Conditional result was False", "skipped": true}
  1168. skipping: [localhost] => (item=pwm-lpss) => {"changed": false, "item": "pwm-lpss", "skip_reason": "Conditional result was False", "skipped": true}
  1169. skipping: [localhost] => (item=pwm-lpss-platform) => {"changed": false, "item": "pwm-lpss-platform", "skip_reason": "Conditional result was False", "skipped": true}
  1170.  
  1171. TASK [boot : set USE flags for packages] ***************************************
  1172. skipping: [localhost] => (item={u'flags': u'initramfs', u'package': u'sys-firmware/intel-microcode'}) => {"changed": false, "item": {"flags": "initramfs", "package": "sys-firmware/intel-microcode"}, "skip_reason": "Conditional result was False", "skipped": true}
  1173.  
  1174. TASK [boot : install essential packages (this may take a while)] ***************
  1175. skipping: [localhost] => (item=dev-libs/libelf) => {"changed": false, "item": "dev-libs/libelf", "skip_reason": "Conditional result was False", "skipped": true}
  1176. skipping: [localhost] => (item=dev-libs/openssl) => {"changed": false, "item": "dev-libs/openssl", "skip_reason": "Conditional result was False", "skipped": true}
  1177. skipping: [localhost] => (item=sys-firmware/intel-microcode) => {"changed": false, "item": "sys-firmware/intel-microcode", "skip_reason": "Conditional result was False", "skipped": true}
  1178. skipping: [localhost] => (item=sys-kernel/dracut) => {"changed": false, "item": "sys-kernel/dracut", "skip_reason": "Conditional result was False", "skipped": true}
  1179. skipping: [localhost] => (item=sys-libs/ncurses) => {"changed": false, "item": "sys-libs/ncurses", "skip_reason": "Conditional result was False", "skipped": true}
  1180.  
  1181. TASK [boot : remove unused kernels] ********************************************
  1182. skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False", "skipped": true}
  1183.  
  1184. TASK [boot : add dmsquash-live to dracut config (iso creation = yes)] **********
  1185. skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False", "skipped": true}
  1186.  
  1187. TASK [boot : remove dmsquash-live from dracut config (iso creation = no)] ******
  1188. skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False", "skipped": true}
  1189.  
  1190. TASK [boot : add modules to initramfs] *****************************************
  1191. skipping: [localhost] => (item=btusb) => {"changed": false, "item": "btusb", "skip_reason": "Conditional result was False", "skipped": true}
  1192. skipping: [localhost] => (item=pwm-lpss) => {"changed": false, "item": "pwm-lpss", "skip_reason": "Conditional result was False", "skipped": true}
  1193. skipping: [localhost] => (item=pwm-lpss-platform) => {"changed": false, "item": "pwm-lpss-platform", "skip_reason": "Conditional result was False", "skipped": true}
  1194.  
  1195. TASK [boot : determine path for swap] ******************************************
  1196. ok: [localhost] => {"changed": false, "cmd": "swapon -s | tail -n1 | cut -f1 | xargs", "delta": "0:00:00.014380", "end": "2017-08-23 04:57:25.512452", "rc": 0, "start": "2017-08-23 04:57:25.498072", "stderr": "", "stderr_lines": [], "stdout": "/dev/sda5", "stdout_lines": ["/dev/sda5"]}
  1197.  
  1198. cmd: swapon -s | tail -n1 | cut -f1 | xargs
  1199.  
  1200. start: 2017-08-23 04:57:25.498072
  1201.  
  1202. end: 2017-08-23 04:57:25.512452
  1203.  
  1204. delta: 0:00:00.014380
  1205.  
  1206. stdout: /dev/sda5
  1207.  
  1208. TASK [boot : set grub boot options] ********************************************
  1209. changed: [localhost] => (item={u'value': u'"resume=/dev/sda5"', u'key': u'GRUB_CMDLINE_LINUX_DEFAULT'}) => {"backup": "", "changed": true, "item": {"key": "GRUB_CMDLINE_LINUX_DEFAULT", "value": "\"resume=/dev/sda5\""}, "msg": "line added"}
  1210. changed: [localhost] => (item={u'value': u'saved', u'key': u'GRUB_DEFAULT'}) => {"backup": "", "changed": true, "item": {"key": "GRUB_DEFAULT", "value": "saved"}, "msg": "line added"}
  1211. changed: [localhost] => (item={u'value': u'2', u'key': u'GRUB_TIMEOUT'}) => {"backup": "", "changed": true, "item": {"key": "GRUB_TIMEOUT", "value": "2"}, "msg": "line added"}
  1212.  
  1213. msg: All items completed
  1214.  
  1215. TASK [power : install essential packages (this may take a while)] **************
  1216. skipping: [localhost] => (item=i2c-tools) => {"changed": false, "item": "i2c-tools", "skip_reason": "Conditional result was False", "skipped": true}
  1217. skipping: [localhost] => (item=thermald) => {"changed": false, "item": "thermald", "skip_reason": "Conditional result was False", "skipped": true}
  1218. skipping: [localhost] => (item=tlp) => {"changed": false, "item": "tlp", "skip_reason": "Conditional result was False", "skipped": true}
  1219.  
  1220. TASK [power : install essential packages (this may take a while)] **************
  1221. changed: [localhost] => (item=lm-sensors) => {"cache_update_time": 1503464049, "cache_updated": false, "changed": true, "item": "lm-sensors", "stderr": "E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)
  1222. update-rc.d: We have no instructions for the lm-sensors init script.
  1223. update-rc.d: It looks like a non-network service, we enable it.
  1224. ", "stderr_lines": ["E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)", "update-rc.d: We have no instructions for the lm-sensors init script.", "update-rc.d: It looks like a non-network service, we enable it."], "stdout": "Reading package lists...
  1225. Building dependency tree...
  1226. Reading state information...
  1227. The following package was automatically installed and is no longer required:
  1228. iucode-tool
  1229. Use 'apt autoremove' to remove it.
  1230. Suggested packages:
  1231. fancontrol
  1232. The following NEW packages will be installed:
  1233. lm-sensors
  1234. 0 upgraded, 1 newly installed, 0 to remove and 1238 not upgraded.
  1235. Need to get 112 kB of archives.
  1236. After this operation, 394 kB of additional disk space will be used.
  1237. Get:1 http://archive-12.kali.org/kali kali-rolling/main amd64 lm-sensors amd64 1:3.4.0-4 [112 kB]
  1238. Fetched 112 kB in 0s (172 kB/s)
  1239. Selecting previously unselected package lm-sensors.
  1240. (Reading database ... 310701 files and directories currently installed.)
  1241. Preparing to unpack .../lm-sensors_1%3a3.4.0-4_amd64.deb ...
  1242. Unpacking lm-sensors (1:3.4.0-4) ...
  1243. Setting up lm-sensors (1:3.4.0-4) ...
  1244. Processing triggers for systemd (232-22) ...
  1245. Processing triggers for man-db (2.7.6.1-2) ...
  1246. ", "stdout_lines": ["Reading package lists...", "Building dependency tree...", "Reading state information...", "The following package was automatically installed and is no longer required:", " iucode-tool", "Use 'apt autoremove' to remove it.", "Suggested packages:", " fancontrol", "The following NEW packages will be installed:", " lm-sensors", "0 upgraded, 1 newly installed, 0 to remove and 1238 not upgraded.", "Need to get 112 kB of archives.", "After this operation, 394 kB of additional disk space will be used.", "Get:1 http://archive-12.kali.org/kali kali-rolling/main amd64 lm-sensors amd64 1:3.4.0-4 [112 kB]", "Fetched 112 kB in 0s (172 kB/s)", "Selecting previously unselected package lm-sensors.", "(Reading database ... 310701 files and directories currently installed.)", "Preparing to unpack .../lm-sensors_1%3a3.4.0-4_amd64.deb ...", "Unpacking lm-sensors (1:3.4.0-4) ...", "Setting up lm-sensors (1:3.4.0-4) ...", "Processing triggers for systemd (232-22) ...", "Processing triggers for man-db (2.7.6.1-2) ..."]}
  1247. changed: [localhost] => (item=thermald) => {"cache_update_time": 1503464049, "cache_updated": false, "changed": true, "item": "thermald", "stderr": "E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)
  1248. update-rc.d: We have no instructions for the thermald init script.
  1249. update-rc.d: It looks like a non-network service, we enable it.
  1250. Running in chroot, ignoring request.
  1251. ", "stderr_lines": ["E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)", "update-rc.d: We have no instructions for the thermald init script.", "update-rc.d: It looks like a non-network service, we enable it.", "Running in chroot, ignoring request."], "stdout": "Reading package lists...
  1252. Building dependency tree...
  1253. Reading state information...
  1254. The following package was automatically installed and is no longer required:
  1255. iucode-tool
  1256. Use 'apt autoremove' to remove it.
  1257. The following NEW packages will be installed:
  1258. thermald
  1259. 0 upgraded, 1 newly installed, 0 to remove and 1238 not upgraded.
  1260. Need to get 186 kB of archives.
  1261. After this operation, 591 kB of additional disk space will be used.
  1262. Get:1 http://archive-9.kali.org/kali kali-rolling/main amd64 thermald amd64 1.6.0-5 [186 kB]
  1263. Fetched 186 kB in 0s (285 kB/s)
  1264. Selecting previously unselected package thermald.
  1265. (Reading database ... 310737 files and directories currently installed.)
  1266. Preparing to unpack .../thermald_1.6.0-5_amd64.deb ...
  1267. Unpacking thermald (1.6.0-5) ...
  1268. Setting up thermald (1.6.0-5) ...
  1269. Processing triggers for systemd (232-22) ...
  1270. Processing triggers for man-db (2.7.6.1-2) ...
  1271. Processing triggers for dbus (1.10.16-1) ...
  1272. ", "stdout_lines": ["Reading package lists...", "Building dependency tree...", "Reading state information...", "The following package was automatically installed and is no longer required:", " iucode-tool", "Use 'apt autoremove' to remove it.", "The following NEW packages will be installed:", " thermald", "0 upgraded, 1 newly installed, 0 to remove and 1238 not upgraded.", "Need to get 186 kB of archives.", "After this operation, 591 kB of additional disk space will be used.", "Get:1 http://archive-9.kali.org/kali kali-rolling/main amd64 thermald amd64 1.6.0-5 [186 kB]", "Fetched 186 kB in 0s (285 kB/s)", "Selecting previously unselected package thermald.", "(Reading database ... 310737 files and directories currently installed.)", "Preparing to unpack .../thermald_1.6.0-5_amd64.deb ...", "Unpacking thermald (1.6.0-5) ...", "Setting up thermald (1.6.0-5) ...", "Processing triggers for systemd (232-22) ...", "Processing triggers for man-db (2.7.6.1-2) ...", "Processing triggers for dbus (1.10.16-1) ..."]}
  1273.  
  1274. msg: All items completed
  1275. changed: [localhost] => (item=tlp) => {"cache_update_time": 1503464049, "cache_updated": false, "changed": true, "item": "tlp", "stderr": "E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)
  1276. update-rc.d: We have no instructions for the tlp init script.
  1277. update-rc.d: It looks like a non-network service, we enable it.
  1278. ", "stderr_lines": ["E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)", "update-rc.d: We have no instructions for the tlp init script.", "update-rc.d: It looks like a non-network service, we enable it."], "stdout": "Reading package lists...
  1279. Building dependency tree...
  1280. Reading state information...
  1281. The following package was automatically installed and is no longer required:
  1282. iucode-tool
  1283. Use 'apt autoremove' to remove it.
  1284. The following additional packages will be installed:
  1285. tlp-rdw
  1286. Suggested packages:
  1287. tp-smapi-dkms acpi-call-dkms
  1288. The following NEW packages will be installed:
  1289. tlp tlp-rdw
  1290. 0 upgraded, 2 newly installed, 0 to remove and 1238 not upgraded.
  1291. Need to get 71.8 kB of archives.
  1292. After this operation, 298 kB of additional disk space will be used.
  1293. Get:1 http://archive-9.kali.org/kali kali-rolling/main amd64 tlp all 0.9-3 [57.7 kB]
  1294. Get:2 http://archive-10.kali.org/kali kali-rolling/main amd64 tlp-rdw all 0.9-3 [14.1 kB]
  1295. Fetched 71.8 kB in 0s (114 kB/s)
  1296. Selecting previously unselected package tlp.
  1297. (Reading database ... 310751 files and directories currently installed.)
  1298. Preparing to unpack .../apt/archives/tlp_0.9-3_all.deb ...
  1299. Unpacking tlp (0.9-3) ...
  1300. Selecting previously unselected package tlp-rdw.
  1301. Preparing to unpack .../archives/tlp-rdw_0.9-3_all.deb ...
  1302. Unpacking tlp-rdw (0.9-3) ...
  1303. Processing triggers for systemd (232-22) ...
  1304. Processing triggers for man-db (2.7.6.1-2) ...
  1305. Setting up tlp (0.9-3) ...
  1306. Setting up tlp-rdw (0.9-3) ...
  1307. Processing triggers for systemd (232-22) ...
  1308. ", "stdout_lines": ["Reading package lists...", "Building dependency tree...", "Reading state information...", "The following package was automatically installed and is no longer required:", " iucode-tool", "Use 'apt autoremove' to remove it.", "The following additional packages will be installed:", " tlp-rdw", "Suggested packages:", " tp-smapi-dkms acpi-call-dkms", "The following NEW packages will be installed:", " tlp tlp-rdw", "0 upgraded, 2 newly installed, 0 to remove and 1238 not upgraded.", "Need to get 71.8 kB of archives.", "After this operation, 298 kB of additional disk space will be used.", "Get:1 http://archive-9.kali.org/kali kali-rolling/main amd64 tlp all 0.9-3 [57.7 kB]", "Get:2 http://archive-10.kali.org/kali kali-rolling/main amd64 tlp-rdw all 0.9-3 [14.1 kB]", "Fetched 71.8 kB in 0s (114 kB/s)", "Selecting previously unselected package tlp.", "(Reading database ... 310751 files and directories currently installed.)", "Preparing to unpack .../apt/archives/tlp_0.9-3_all.deb ...", "Unpacking tlp (0.9-3) ...", "Selecting previously unselected package tlp-rdw.", "Preparing to unpack .../archives/tlp-rdw_0.9-3_all.deb ...", "Unpacking tlp-rdw (0.9-3) ...", "Processing triggers for systemd (232-22) ...", "Processing triggers for man-db (2.7.6.1-2) ...", "Setting up tlp (0.9-3) ...", "Setting up tlp-rdw (0.9-3) ...", "Processing triggers for systemd (232-22) ..."]}
  1309.  
  1310. TASK [power : install essential packages (this may take a while)] **************
  1311. skipping: [localhost] => (item=i2c-tools) => {"changed": false, "item": "i2c-tools", "skip_reason": "Conditional result was False", "skipped": true}
  1312. skipping: [localhost] => (item=thermald) => {"changed": false, "item": "thermald", "skip_reason": "Conditional result was False", "skipped": true}
  1313. skipping: [localhost] => (item=tlp) => {"changed": false, "item": "tlp", "skip_reason": "Conditional result was False", "skipped": true}
  1314.  
  1315. TASK [power : set USE flags for packages] **************************************
  1316. skipping: [localhost] => (item={u'flags': u'tlp_suggests', u'package': u'app-laptop/tlp'}) => {"changed": false, "item": {"flags": "tlp_suggests", "package": "app-laptop/tlp"}, "skip_reason": "Conditional result was False", "skipped": true}
  1317. skipping: [localhost] => (item={u'flags': u'git', u'package': u'app-portage/layman'}) => {"changed": false, "item": {"flags": "git", "package": "app-portage/layman"}, "skip_reason": "Conditional result was False", "skipped": true}
  1318.  
  1319. TASK [power : install essential packages (this may take a while)] **************
  1320. skipping: [localhost] => (item=app-portage/layman) => {"changed": false, "item": "app-portage/layman", "skip_reason": "Conditional result was False", "skipped": true}
  1321. skipping: [localhost] => (item=sys-power/thermald) => {"changed": false, "item": "sys-power/thermald", "skip_reason": "Conditional result was False", "skipped": true}
  1322.  
  1323. TASK [power : setup portage for layman] ****************************************
  1324. skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False", "skipped": true}
  1325.  
  1326. TASK [power : install tlp repository] ******************************************
  1327. skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False", "skipped": true}
  1328.  
  1329. TASK [power : install tlp] *****************************************************
  1330. skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False", "skipped": true}
  1331.  
  1332. TASK [power : create systemd sleep directory] **********************************
  1333. ok: [localhost] => {"changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/lib/systemd/system-sleep", "size": 4096, "state": "directory", "uid": 0}
  1334.  
  1335. TASK [power : copy gpd-fan files] **********************************************
  1336. changed: [localhost] => (item={u'dest': u'/etc/gpd/fan.conf', u'src': u'files/gpd-fan.conf', u'mode': u'0644'}) => {"changed": true, "checksum": "f87fe5b016bbadc1e0e2aee170abbc6087f1ca6d", "dest": "/etc/gpd/fan.conf", "gid": 0, "group": "root", "item": {"dest": "/etc/gpd/fan.conf", "mode": "0644", "src": "files/gpd-fan.conf"}, "md5sum": "72f205b772dd2f19d643615e00c8682c", "mode": "0644", "owner": "root", "size": 269, "src": "/root/.ansible/tmp/ansible-tmp-1503464290.4-249084014687090/source", "state": "file", "uid": 0}
  1337. changed: [localhost] => (item={u'dest': u'/usr/local/sbin/gpd-fan', u'src': u'files/gpd-fan.py', u'mode': u'0755'}) => {"changed": true, "checksum": "f38b7731dcb2d9ebc6775d65208b49f541aee96c", "dest": "/usr/local/sbin/gpd-fan", "gid": 0, "group": "root", "item": {"dest": "/usr/local/sbin/gpd-fan", "mode": "0755", "src": "files/gpd-fan.py"}, "md5sum": "6ccd66add2e102c50c8503c84ed32482", "mode": "0755", "owner": "root", "size": 2602, "src": "/root/.ansible/tmp/ansible-tmp-1503464290.66-14449446978195/source", "state": "file", "uid": 0}
  1338. changed: [localhost] => (item={u'dest': u'/etc/systemd/system/gpd-fan.service', u'src': u'files/gpd-fan.service', u'mode': u'0644'}) => {"changed": true, "checksum": "bedb629d04bf8061667763d8e4833082103fcb72", "dest": "/etc/systemd/system/gpd-fan.service", "gid": 0, "group": "root", "item": {"dest": "/etc/systemd/system/gpd-fan.service", "mode": "0644", "src": "files/gpd-fan.service"}, "md5sum": "4ea3d575921219f00b4aac5ac1c46967", "mode": "0644", "owner": "root", "size": 308, "src": "/root/.ansible/tmp/ansible-tmp-1503464290.93-20646682110967/source", "state": "file", "uid": 0}
  1339. changed: [localhost] => (item={u'dest': u'/lib/systemd/system-sleep/gpd-fan', u'src': u'files/gpd-fan.sh', u'mode': u'0755'}) => {"changed": true, "checksum": "d02e988cf8ca313d9d77f38d35292071f6dd84f5", "dest": "/lib/systemd/system-sleep/gpd-fan", "gid": 0, "group": "root", "item": {"dest": "/lib/systemd/system-sleep/gpd-fan", "mode": "0755", "src": "files/gpd-fan.sh"}, "md5sum": "dd9a56786ba06c7d10514fc1ad7e03f0", "mode": "0755", "owner": "root", "size": 190, "src": "/root/.ansible/tmp/ansible-tmp-1503464291.2-10581943638041/source", "state": "file", "uid": 0}
  1340.  
  1341. msg: All items completed
  1342.  
  1343. TASK [power : set tlp options] *************************************************
  1344. changed: [localhost] => (item={u'value': u'mmcblk0', u'key': u'DISK_DEVICES'}) => {"backup": "", "changed": true, "item": {"key": "DISK_DEVICES", "value": "mmcblk0"}, "msg": "line replaced"}
  1345.  
  1346. msg: All items completed
  1347. changed: [localhost] => (item={u'value': u'deadline', u'key': u'DISK_IOSCHED'}) => {"backup": "", "changed": true, "item": {"key": "DISK_IOSCHED", "value": "deadline"}, "msg": "line added"}
  1348.  
  1349. TASK [power : blacklist modules to prevent preemptive wake from suspend] *******
  1350. changed: [localhost] => {"backup": "", "changed": true, "msg": "line added"}
  1351.  
  1352. msg: line added
  1353.  
  1354. TASK [xorg : install essential packages (this may take a while)] ***************
  1355. skipping: [localhost] => (item=[]) => {"changed": false, "item": [], "skip_reason": "Conditional result was False", "skipped": true}
  1356.  
  1357. TASK [xorg : remove lightdm-webkit2-greeter if installed] **********************
  1358. skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False", "skipped": true}
  1359.  
  1360. TASK [xorg : install lightdm-gtk-greeter as replacement] ***********************
  1361. skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False", "skipped": true}
  1362.  
  1363. TASK [xorg : set lightdm-gtk-greeter as default lightdm greeter] ***************
  1364. skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False", "skipped": true}
  1365.  
  1366. TASK [xorg : install essential packages (this may take a while)] ***************
  1367.  
  1368. msg: All items completed
  1369. changed: [localhost] => (item=[u'dconf-cli', u'dconf-editor', u'i965-va-driver', u'mesa-utils', u'va-driver-all', u'vainfo', u'x11-xserver-utils']) => {"cache_update_time": 1503464049, "cache_updated": false, "changed": true, "item": ["dconf-cli", "dconf-editor", "i965-va-driver", "mesa-utils", "va-driver-all", "vainfo", "x11-xserver-utils"], "stderr": "E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)
  1370. ", "stderr_lines": ["E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)"], "stdout": "Reading package lists...
  1371. Building dependency tree...
  1372. Reading state information...
  1373. The following package was automatically installed and is no longer required:
  1374. iucode-tool
  1375. Use 'apt autoremove' to remove it.
  1376. The following NEW packages will be installed:
  1377. vainfo
  1378. 0 upgraded, 1 newly installed, 0 to remove and 1238 not upgraded.
  1379. Need to get 13.9 kB of archives.
  1380. After this operation, 39.9 kB of additional disk space will be used.
  1381. Get:1 http://archive-11.kali.org/kali kali-rolling/main amd64 vainfo amd64 1.8.2+ds1-2 [13.9 kB]
  1382. Fetched 13.9 kB in 0s (20.7 kB/s)
  1383. Selecting previously unselected package vainfo.
  1384. (Reading database ... 310796 files and directories currently installed.)
  1385. Preparing to unpack .../vainfo_1.8.2+ds1-2_amd64.deb ...
  1386. Unpacking vainfo (1.8.2+ds1-2) ...
  1387. Setting up vainfo (1.8.2+ds1-2) ...
  1388. Processing triggers for man-db (2.7.6.1-2) ...
  1389. ", "stdout_lines": ["Reading package lists...", "Building dependency tree...", "Reading state information...", "The following package was automatically installed and is no longer required:", " iucode-tool", "Use 'apt autoremove' to remove it.", "The following NEW packages will be installed:", " vainfo", "0 upgraded, 1 newly installed, 0 to remove and 1238 not upgraded.", "Need to get 13.9 kB of archives.", "After this operation, 39.9 kB of additional disk space will be used.", "Get:1 http://archive-11.kali.org/kali kali-rolling/main amd64 vainfo amd64 1.8.2+ds1-2 [13.9 kB]", "Fetched 13.9 kB in 0s (20.7 kB/s)", "Selecting previously unselected package vainfo.", "(Reading database ... 310796 files and directories currently installed.)", "Preparing to unpack .../vainfo_1.8.2+ds1-2_amd64.deb ...", "Unpacking vainfo (1.8.2+ds1-2) ...", "Setting up vainfo (1.8.2+ds1-2) ...", "Processing triggers for man-db (2.7.6.1-2) ..."]}
  1390.  
  1391. TASK [xorg : install essential packages (this may take a while)] ***************
  1392. skipping: [localhost] => (item=ibus) => {"changed": false, "item": "ibus", "skip_reason": "Conditional result was False", "skipped": true}
  1393. skipping: [localhost] => (item=libXrandr) => {"changed": false, "item": "libXrandr", "skip_reason": "Conditional result was False", "skipped": true}
  1394. skipping: [localhost] => (item=xinput_calibrator) => {"changed": false, "item": "xinput_calibrator", "skip_reason": "Conditional result was False", "skipped": true}
  1395. skipping: [localhost] => (item=xorg-x11-drv-intel) => {"changed": false, "item": "xorg-x11-drv-intel", "skip_reason": "Conditional result was False", "skipped": true}
  1396.  
  1397. TASK [xorg : set USE flags for packages] ***************************************
  1398. skipping: [localhost] => (item={u'flags': u'vaapi', u'package': u'media-libs/mesa'}) => {"changed": false, "item": {"flags": "vaapi", "package": "media-libs/mesa"}, "skip_reason": "Conditional result was False", "skipped": true}
  1399.  
  1400. TASK [xorg : set make.conf values] *********************************************
  1401. skipping: [localhost] => (item={u'value': u'i965 intel', u'key': u'VIDEO_CARDS'}) => {"changed": false, "item": {"key": "VIDEO_CARDS", "value": "i965 intel"}, "skip_reason": "Conditional result was False", "skipped": true}
  1402.  
  1403. TASK [xorg : install essential packages (this may take a while)] ***************
  1404. skipping: [localhost] => (item=media-libs/mesa) => {"changed": false, "item": "media-libs/mesa", "skip_reason": "Conditional result was False", "skipped": true}
  1405. skipping: [localhost] => (item=x11-apps/xrandr) => {"changed": false, "item": "x11-apps/xrandr", "skip_reason": "Conditional result was False", "skipped": true}
  1406. skipping: [localhost] => (item=x11-apps/xinput) => {"changed": false, "item": "x11-apps/xinput", "skip_reason": "Conditional result was False", "skipped": true}
  1407.  
  1408. TASK [xorg : install essential packages (this may take a while)] ***************
  1409. skipping: [localhost] => (item=[]) => {"changed": false, "item": [], "skip_reason": "Conditional result was False", "skipped": true}
  1410.  
  1411. TASK [xorg : create xorg directories] ******************************************
  1412. changed: [localhost] => (item=/etc/X11/xorg.conf.d) => {"changed": true, "gid": 0, "group": "root", "item": "/etc/X11/xorg.conf.d", "mode": "0755", "owner": "root", "path": "/etc/X11/xorg.conf.d", "size": 4096, "state": "directory", "uid": 0}
  1413. ok: [localhost] => (item=/etc/X11/Xsession.d) => {"changed": false, "gid": 0, "group": "root", "item": "/etc/X11/Xsession.d", "mode": "0755", "owner": "root", "path": "/etc/X11/Xsession.d", "size": 4096, "state": "directory", "uid": 0}
  1414.  
  1415. msg: All items completed
  1416.  
  1417. TASK [xorg : copy xorg configs] ************************************************
  1418. changed: [localhost] => (item={u'dest': u'/etc/X11/xorg.conf.d/', u'src': u'files/config/20-intel.conf'}) => {"changed": true, "checksum": "f5adf83077357dbae5a05a72300a2a0732edeb0a", "dest": "/etc/X11/xorg.conf.d/20-intel.conf", "gid": 0, "group": "root", "item": {"dest": "/etc/X11/xorg.conf.d/", "src": "files/config/20-intel.conf"}, "md5sum": "b0cc3887741f3a1cf361fc20630254ef", "mode": "0644", "owner": "root", "size": 193, "src": "/root/.ansible/tmp/ansible-tmp-1503464306.63-93105236595607/source", "state": "file", "uid": 0}
  1419.  
  1420. msg: All items completed
  1421.  
  1422. TASK [xorg : create dconf directories] *****************************************
  1423. ok: [localhost] => (item=/etc/dconf/db/local.d) => {"changed": false, "gid": 0, "group": "root", "item": "/etc/dconf/db/local.d", "mode": "0755", "owner": "root", "path": "/etc/dconf/db/local.d", "size": 4096, "state": "directory", "uid": 0}
  1424.  
  1425. msg: All items completed
  1426. ok: [localhost] => (item=/etc/dconf/profile) => {"changed": false, "gid": 0, "group": "root", "item": "/etc/dconf/profile", "mode": "0755", "owner": "root", "path": "/etc/dconf/profile", "size": 4096, "state": "directory", "uid": 0}
  1427.  
  1428. TASK [xorg : set gnome interface scaling] **************************************
  1429. changed: [localhost] => (item={u'dest': u'/etc/dconf/db/local.d/', u'src': u'files/gnome/01scale'}) => {"changed": true, "checksum": "5e78aa8d1b68f110bd4c46c7904ed02b4818f45f", "dest": "/etc/dconf/db/local.d/01scale", "gid": 0, "group": "root", "item": {"dest": "/etc/dconf/db/local.d/", "src": "files/gnome/01scale"}, "md5sum": "7b01e959f7e021b23216e3e0d6fbab92", "mode": "0644", "owner": "root", "size": 82, "src": "/root/.ansible/tmp/ansible-tmp-1503464307.2-148043897606773/source", "state": "file", "uid": 0}
  1430. changed: [localhost] => (item={u'dest': u'/etc/dconf/db/local.d/', u'src': u'files/gnome/02subpixel'}) => {"changed": true, "checksum": "51cc63e24aa434ba045cf6b5ad3ff28933c23862", "dest": "/etc/dconf/db/local.d/02subpixel", "gid": 0, "group": "root", "item": {"dest": "/etc/dconf/db/local.d/", "src": "files/gnome/02subpixel"}, "md5sum": "d7d16afe0c265991d4d5814f070cb192", "mode": "0644", "owner": "root", "size": 63, "src": "/root/.ansible/tmp/ansible-tmp-1503464307.47-35297224332458/source", "state": "file", "uid": 0}
  1431. changed: [localhost] => (item={u'dest': u'/etc/dconf/profile/gdm', u'src': u'files/gnome/profile'}) => {"changed": true, "checksum": "2e8685d1e99c61f054bbe03c821d67864859680e", "dest": "/etc/dconf/profile/gdm", "gid": 0, "group": "root", "item": {"dest": "/etc/dconf/profile/gdm", "src": "files/gnome/profile"}, "md5sum": "9db8366d27677a7f8e97e5218b6493c4", "mode": "0644", "owner": "root", "size": 28, "src": "/root/.ansible/tmp/ansible-tmp-1503464307.73-272358327561021/source", "state": "file", "uid": 0}
  1432.  
  1433. msg: All items completed
  1434. changed: [localhost] => (item={u'dest': u'/etc/dconf/profile/user', u'src': u'files/gnome/profile'}) => {"changed": true, "checksum": "2e8685d1e99c61f054bbe03c821d67864859680e", "dest": "/etc/dconf/profile/user", "gid": 0, "group": "root", "item": {"dest": "/etc/dconf/profile/user", "src": "files/gnome/profile"}, "md5sum": "9db8366d27677a7f8e97e5218b6493c4", "mode": "0644", "owner": "root", "size": 28, "src": "/root/.ansible/tmp/ansible-tmp-1503464308.0-152285472249631/source", "state": "file", "uid": 0}
  1435.  
  1436. TASK [xorg : check for gdm directory] ******************************************
  1437. ok: [localhost] => {"changed": false, "stat": {"exists": false}}
  1438.  
  1439. TASK [xorg : check for gdm3-custom] ********************************************
  1440. ok: [localhost] => {"changed": false, "stat": {"exists": false}}
  1441.  
  1442. TASK [xorg : check for gdm3-daemon] ********************************************
  1443. ok: [localhost] => {"changed": false, "stat": {"atime": 1492307243.0, "attr_flags": "e", "attributes": ["extents"], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "dc51b2936cffa6ae779d01a176317eb983cfb69d", "ctime": 1503463734.044, "dev": 2049, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 1847622, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "md5": "b1aa2c2b01e4d3b4625c0423a51730b3", "mimetype": "text/plain", "mode": "0644", "mtime": 1492307243.0, "nlink": 1, "path": "/etc/gdm3/daemon.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 640, "uid": 0, "version": "1864540111", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}}
  1444.  
  1445. TASK [xorg : disable wayland on gdm] *******************************************
  1446. skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False", "skipped": true}
  1447.  
  1448. TASK [xorg : disable wayland on gdm3-custom] ***********************************
  1449. skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False", "skipped": true}
  1450.  
  1451. TASK [xorg : disable wayland on gdm3-daemon] ***********************************
  1452. changed: [localhost] => {"backup": "", "changed": true, "msg": "line added"}
  1453.  
  1454. msg: line added
  1455.  
  1456. TASK [xorg : check for xfce4 installed] ****************************************
  1457. ok: [localhost] => {"changed": false, "stat": {"exists": false}}
  1458.  
  1459. TASK [xorg : create directory for xfce4 config skeleton] ***********************
  1460. skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False", "skipped": true}
  1461.  
  1462. TASK [xorg : install xfce4 config skeleton] ************************************
  1463. skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False", "skipped": true}
  1464.  
  1465. TASK [xorg : create gpd-rotate directories] ************************************
  1466. ok: [localhost] => (item=/etc/X11/Xsession.d) => {"changed": false, "gid": 0, "group": "root", "item": "/etc/X11/Xsession.d", "mode": "0755", "owner": "root", "path": "/etc/X11/Xsession.d", "size": 4096, "state": "directory", "uid": 0}
  1467.  
  1468. msg: All items completed
  1469. changed: [localhost] => (item=/etc/X11/xinit/xinitrc.d) => {"changed": true, "gid": 0, "group": "root", "item": "/etc/X11/xinit/xinitrc.d", "mode": "0755", "owner": "root", "path": "/etc/X11/xinit/xinitrc.d", "size": 4096, "state": "directory", "uid": 0}
  1470.  
  1471. TASK [xorg : copy gpd-rotate files] ********************************************
  1472. changed: [localhost] => (item={u'dest': u'/etc/X11/Xsession.d/01gpd-rotate', u'src': u'files/rotate/01gpd-rotate', u'mode': u'0644'}) => {"changed": true, "checksum": "2c63f9d7cac57be737bf0703a11071514d551418", "dest": "/etc/X11/Xsession.d/01gpd-rotate", "gid": 0, "group": "root", "item": {"dest": "/etc/X11/Xsession.d/01gpd-rotate", "mode": "0644", "src": "files/rotate/01gpd-rotate"}, "md5sum": "fd6b4d1dd23234bc1751aa9be3e24782", "mode": "0644", "owner": "root", "size": 208, "src": "/root/.ansible/tmp/ansible-tmp-1503464309.5-165429888010746/source", "state": "file", "uid": 0}
  1473. changed: [localhost] => (item={u'dest': u'/etc/X11/xinit/xinitrc.d/01gpd-rotate', u'src': u'files/rotate/01gpd-rotate', u'mode': u'0755'}) => {"changed": true, "checksum": "2c63f9d7cac57be737bf0703a11071514d551418", "dest": "/etc/X11/xinit/xinitrc.d/01gpd-rotate", "gid": 0, "group": "root", "item": {"dest": "/etc/X11/xinit/xinitrc.d/01gpd-rotate", "mode": "0755", "src": "files/rotate/01gpd-rotate"}, "md5sum": "fd6b4d1dd23234bc1751aa9be3e24782", "mode": "0755", "owner": "root", "size": 208, "src": "/root/.ansible/tmp/ansible-tmp-1503464309.76-133256684430351/source", "state": "file", "uid": 0}
  1474. changed: [localhost] => (item={u'dest': u'/etc/gpd/rotate.conf', u'src': u'files/rotate/gpd-rotate.conf', u'mode': u'0644'}) => {"changed": true, "checksum": "2e722433b0196723c2f8388a330747f1d466c33d", "dest": "/etc/gpd/rotate.conf", "gid": 0, "group": "root", "item": {"dest": "/etc/gpd/rotate.conf", "mode": "0644", "src": "files/rotate/gpd-rotate.conf"}, "md5sum": "877fac8f2099da0980396d79e9addc5a", "mode": "0644", "owner": "root", "size": 136, "src": "/root/.ansible/tmp/ansible-tmp-1503464310.02-156789144902672/source", "state": "file", "uid": 0}
  1475. changed: [localhost] => (item={u'dest': u'/usr/local/sbin/gpd-rotate', u'src': u'files/rotate/gpd-rotate.py', u'mode': u'0755'}) => {"changed": true, "checksum": "b218b080f52a22a614c414b92468a0d9d92713c4", "dest": "/usr/local/sbin/gpd-rotate", "gid": 0, "group": "root", "item": {"dest": "/usr/local/sbin/gpd-rotate", "mode": "0755", "src": "files/rotate/gpd-rotate.py"}, "md5sum": "bd2b6fc06ef1b848f5a49a3f0d1c7ceb", "mode": "0755", "owner": "root", "size": 1577, "src": "/root/.ansible/tmp/ansible-tmp-1503464310.3-89212107205638/source", "state": "file", "uid": 0}
  1476. changed: [localhost] => (item={u'dest': u'/etc/systemd/system/gpd-rotate.service', u'src': u'files/rotate/gpd-rotate.service', u'mode': u'0644'}) => {"changed": true, "checksum": "dc75c6e046e8154fe31220c1a99190e7845d9ab3", "dest": "/etc/systemd/system/gpd-rotate.service", "gid": 0, "group": "root", "item": {"dest": "/etc/systemd/system/gpd-rotate.service", "mode": "0644", "src": "files/rotate/gpd-rotate.service"}, "md5sum": "828a88fe18d669a7a295b1b97a5f80d8", "mode": "0644", "owner": "root", "size": 262, "src": "/root/.ansible/tmp/ansible-tmp-1503464310.55-101018872634101/source", "state": "file", "uid": 0}
  1477.  
  1478. msg: All items completed
  1479.  
  1480. RUNNING HANDLER [boot : update initrd] *****************************************
  1481. changed: [localhost] => {"changed": true, "cmd": "# determine new kernel version
  1482. KERNEL_VERSION=$(ls -t /lib/modules/ |grep 'bootstrap\\|jwrdegoede' |head -n 1)
  1483.  
  1484. # recreate initramfs image
  1485. if [ -f /usr/sbin/update-initramfs ]; then
  1486. update-initramfs -c -k ${KERNEL_VERSION} || update-initramfs -u -k ${KERNEL_VERSION}
  1487. elif [ -f /usr/bin/dracut ]; then
  1488. dracut -f /boot/initrd.img-${KERNEL_VERSION} ${KERNEL_VERSION}
  1489. elif [ -f /usr/bin/mkinitcpio ]; then
  1490. mkinitcpio -c /etc/mkinitcpio.conf -g /boot/initrd.img-${KERNEL_VERSION} -k ${KERNEL_VERSION} || true
  1491. else
  1492. echo \"I can't build a new initramfs - this is bad!\"
  1493. exit 1
  1494. fi", "delta": "0:00:11.484100", "end": "2017-08-23 04:58:42.352386", "failed": false, "failed_when_result": false, "rc": 0, "start": "2017-08-23 04:58:30.868286", "stderr": "WARNING: Setting CRYPTSETUP in /etc/initramfs-tools/initramfs.conf is deprecated and will stop working in the future. Use /etc/cryptsetup-initramfs/conf-hook instead.
  1495. cryptsetup: WARNING: could not determine root device from /etc/fstab", "stderr_lines": ["WARNING: Setting CRYPTSETUP in /etc/initramfs-tools/initramfs.conf is deprecated and will stop working in the future. Use /etc/cryptsetup-initramfs/conf-hook instead.", "cryptsetup: WARNING: could not determine root device from /etc/fstab"], "stdout": "update-initramfs: Generating /boot/initrd.img-4.13.0-rc0-bootstrap
  1496. live-boot: core filesystems devices utils udev wget blockdev ftpfs dns.", "stdout_lines": ["update-initramfs: Generating /boot/initrd.img-4.13.0-rc0-bootstrap", "live-boot: core filesystems devices utils udev wget blockdev ftpfs dns."]}
  1497.  
  1498. cmd: # determine new kernel version
  1499. KERNEL_VERSION=$(ls -t /lib/modules/ |grep 'bootstrap\|jwrdegoede' |head -n 1)
  1500.  
  1501. # recreate initramfs image
  1502. if [ -f /usr/sbin/update-initramfs ]; then
  1503. update-initramfs -c -k ${KERNEL_VERSION} || update-initramfs -u -k ${KERNEL_VERSION}
  1504. elif [ -f /usr/bin/dracut ]; then
  1505. dracut -f /boot/initrd.img-${KERNEL_VERSION} ${KERNEL_VERSION}
  1506. elif [ -f /usr/bin/mkinitcpio ]; then
  1507. mkinitcpio -c /etc/mkinitcpio.conf -g /boot/initrd.img-${KERNEL_VERSION} -k ${KERNEL_VERSION} || true
  1508. else
  1509. echo "I can't build a new initramfs - this is bad!"
  1510. exit 1
  1511. fi
  1512.  
  1513. start: 2017-08-23 04:58:30.868286
  1514.  
  1515. end: 2017-08-23 04:58:42.352386
  1516.  
  1517. delta: 0:00:11.484100
  1518.  
  1519. stdout: update-initramfs: Generating /boot/initrd.img-4.13.0-rc0-bootstrap
  1520. live-boot: core filesystems devices utils udev wget blockdev ftpfs dns.
  1521.  
  1522. stderr: WARNING: Setting CRYPTSETUP in /etc/initramfs-tools/initramfs.conf is deprecated and will stop working in the future. Use /etc/cryptsetup-initramfs/conf-hook instead.
  1523. cryptsetup: WARNING: could not determine root device from /etc/fstab
  1524.  
  1525. RUNNING HANDLER [boot : update grub] *******************************************
  1526. fatal: [localhost]: FAILED! => {"changed": true, "cmd": "# Update grub config
  1527. if which grub-mkconfig; then
  1528. grub-mkconfig -o /boot/grub/grub.cfg
  1529. elif which grub2-mkconfig; then
  1530. grub2-mkconfig -o /boot/grub/grub.cfg
  1531. else
  1532. echo \"I can't update grub config - this is bad!\"
  1533. exit 1
  1534. fi", "delta": "0:00:00.004052", "end": "2017-08-23 04:58:42.515993", "failed": true, "failed_when_result": true, "rc": 1, "start": "2017-08-23 04:58:42.511941", "stderr": "", "stderr_lines": [], "stdout": "I can't update grub config - this is bad!", "stdout_lines": ["I can't update grub config - this is bad!"]}
  1535.  
  1536. cmd: # Update grub config
  1537. if which grub-mkconfig; then
  1538. grub-mkconfig -o /boot/grub/grub.cfg
  1539. elif which grub2-mkconfig; then
  1540. grub2-mkconfig -o /boot/grub/grub.cfg
  1541. else
  1542. echo "I can't update grub config - this is bad!"
  1543. exit 1
  1544. fi
  1545.  
  1546. start: 2017-08-23 04:58:42.511941
  1547.  
  1548. end: 2017-08-23 04:58:42.515993
  1549.  
  1550. delta: 0:00:00.004052
  1551.  
  1552. stdout: I can't update grub config - this is bad!
  1553.  
  1554. RUNNING HANDLER [power : enable gpd-fan] ***************************************
  1555.  
  1556. RUNNING HANDLER [power : enable thermal services] ******************************
  1557.  
  1558. RUNNING HANDLER [xorg : enable gpd-rotate] *************************************
  1559.  
  1560. RUNNING HANDLER [xorg : update dconf] ******************************************
  1561.  
  1562. PLAY RECAP *********************************************************************
  1563. localhost : ok=47 changed=27 unreachable=0 failed=1
  1564.  
  1565. stderr: + PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
  1566. + '[' -f /usr/bin/pacman ']'
  1567. + '[' -f /usr/bin/apt-get ']'
  1568. + fuser /var/lib/dpkg/lock
  1569. + DEBIAN_FRONTEND=noninteractive
  1570. + '[' -f /etc/apt/sources.list ']'
  1571. + sed -i 's,main restricted,main restricted universe multiverse,g' /etc/apt/sources.list
  1572. + apt-get update
  1573. + apt-get -y install dirmngr
  1574. E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)
  1575. + mkdir -p /etc/apt/sources.list.d
  1576. + echo 'deb http://ppa.launchpad.net/ansible/ansible/ubuntu trusty main'
  1577. + apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 93C4A3FD7BB9C367
  1578. Warning: apt-key output should not be parsed (stdout is not a terminal)
  1579. gpg: key 93C4A3FD7BB9C367: public key "Launchpad PPA for Ansible, Inc." imported
  1580. gpg: Total number processed: 1
  1581. gpg: imported: 1
  1582. + apt-get update
  1583. + apt-get -y install ansible git
  1584. E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)
  1585. + grep -wq -- --nogit
  1586. + echo 'skip pulling source from git'
  1587. + cd /usr/src/ansible-gpdpocket
  1588. + ANSIBLE_NOCOWS=1
  1589. + ansible-playbook system.yml -e bootstrap=true -v
  1590. [WARNING]: provided hosts list is empty, only localhost is available
  1591. [WARNING]: Unable to find '/usr/lib/modules' in expected paths.
  1592.  
  1593. PLAY RECAP ********************************************************************************************
  1594. localhost : ok=23 changed=13 unreachable=0 failed=1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement